Commit b5dedf3 1 parent e0fc634 commit b5dedf3 Copy full SHA for b5dedf3
File tree 4 files changed +8
-7
lines changed
4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ const processRelease = require('./process-release')
8
8
const win = process . platform === 'win32'
9
9
const findNodeDirectory = require ( './find-node-directory' )
10
10
const { createConfigGypi } = require ( './create-config-gypi' )
11
- const { format : msgFormat , findAccessibleSync } = require ( 'util' )
11
+ const { format : msgFormat } = require ( 'util' )
12
+ const { findAccessibleSync } = require ( './util' )
12
13
const { findPython } = require ( './find-python' )
13
14
const { findVisualStudio } = win ? require ( './find-visualstudio' ) : { }
14
15
Original file line number Diff line number Diff line change 11
11
" bindings" ,
12
12
" gyp"
13
13
],
14
- "version" : " 10.0.0 " ,
14
+ "version" : " 10.0.1 " ,
15
15
"installVersion" : 11 ,
16
16
"author" :
" Nathan Rajlich <[email protected] > (http://tootallnate.net)" ,
17
17
"repository" : {
Original file line number Diff line number Diff line change 131
131
"minipass": "^7.0.4",
132
132
"minipass-pipeline": "^1.2.4",
133
133
"ms": "^2.1.2",
134
- "node-gyp": "^10.0.0 ",
134
+ "node-gyp": "^10.0.1 ",
135
135
"nopt": "^7.2.0",
136
136
"normalize-package-data": "^6.0.0",
137
137
"npm-audit-report": "^5.0.0",
11275
11275
}
11276
11276
},
11277
11277
"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 ==",
11281
11281
"inBundle": true,
11282
11282
"dependencies": {
11283
11283
"env-paths": "^2.2.0",
Original file line number Diff line number Diff line change 93
93
"minipass" : " ^7.0.4" ,
94
94
"minipass-pipeline" : " ^1.2.4" ,
95
95
"ms" : " ^2.1.2" ,
96
- "node-gyp" : " ^10.0.0 " ,
96
+ "node-gyp" : " ^10.0.1 " ,
97
97
"nopt" : " ^7.2.0" ,
98
98
"normalize-package-data" : " ^6.0.0" ,
99
99
"npm-audit-report" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments