Skip to content

Commit b5dedf3

Browse files
committed
1 parent e0fc634 commit b5dedf3

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

node_modules/node-gyp/lib/configure.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const processRelease = require('./process-release')
88
const win = process.platform === 'win32'
99
const findNodeDirectory = require('./find-node-directory')
1010
const { createConfigGypi } = require('./create-config-gypi')
11-
const { format: msgFormat, findAccessibleSync } = require('util')
11+
const { format: msgFormat } = require('util')
12+
const { findAccessibleSync } = require('./util')
1213
const { findPython } = require('./find-python')
1314
const { findVisualStudio } = win ? require('./find-visualstudio') : {}
1415

node_modules/node-gyp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bindings",
1212
"gyp"
1313
],
14-
"version": "10.0.0",
14+
"version": "10.0.1",
1515
"installVersion": 11,
1616
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
1717
"repository": {

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"minipass": "^7.0.4",
132132
"minipass-pipeline": "^1.2.4",
133133
"ms": "^2.1.2",
134-
"node-gyp": "^10.0.0",
134+
"node-gyp": "^10.0.1",
135135
"nopt": "^7.2.0",
136136
"normalize-package-data": "^6.0.0",
137137
"npm-audit-report": "^5.0.0",
@@ -11275,9 +11275,9 @@
1127511275
}
1127611276
},
1127711277
"node_modules/node-gyp": {
11278-
"version": "10.0.0",
11279-
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.0.0.tgz",
11280-
"integrity": "sha512-LkaKUbjyacJGRHiuhUeUblzZNxTF1/XNooyAl6aiaJ6ZpeurR4Mk9sjxncGNSI7pETqyqM+hLAER0788oSxt0A==",
11278+
"version": "10.0.1",
11279+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.0.1.tgz",
11280+
"integrity": "sha512-gg3/bHehQfZivQVfqIyy8wTdSymF9yTyP4CJifK73imyNMU8AIGQE2pUa7dNWfmMeG9cDVF2eehiRMv0LC1iAg==",
1128111281
"inBundle": true,
1128211282
"dependencies": {
1128311283
"env-paths": "^2.2.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"minipass": "^7.0.4",
9494
"minipass-pipeline": "^1.2.4",
9595
"ms": "^2.1.2",
96-
"node-gyp": "^10.0.0",
96+
"node-gyp": "^10.0.1",
9797
"nopt": "^7.2.0",
9898
"normalize-package-data": "^6.0.0",
9999
"npm-audit-report": "^5.0.0",

0 commit comments

Comments
 (0)