Skip to content

Commit ab82492

Browse files
committedFeb 7, 2023
deps: node-gyp@9.3.1
1 parent 74c5cbb commit ab82492

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
 

‎node_modules/node-gyp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"bindings",
1212
"gyp"
1313
],
14-
"version": "9.3.0",
14+
"version": "9.3.1",
1515
"installVersion": 9,
1616
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
1717
"repository": {
@@ -34,7 +34,7 @@
3434
"which": "^2.0.2"
3535
},
3636
"engines": {
37-
"node": "^12.22 || ^14.13 || >=16"
37+
"node": "^12.13 || ^14.13 || >=16"
3838
},
3939
"devDependencies": {
4040
"bindings": "^1.5.0",

‎package-lock.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"minipass-pipeline": "^1.2.4",
125125
"mkdirp": "^1.0.4",
126126
"ms": "^2.1.2",
127-
"node-gyp": "^9.3.0",
127+
"node-gyp": "^9.3.1",
128128
"nopt": "^7.0.0",
129129
"npm-audit-report": "^4.0.0",
130130
"npm-install-checks": "^6.0.0",
@@ -8475,9 +8475,10 @@
84758475
}
84768476
},
84778477
"node_modules/node-gyp": {
8478-
"version": "9.3.0",
8478+
"version": "9.3.1",
8479+
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.1.tgz",
8480+
"integrity": "sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==",
84798481
"inBundle": true,
8480-
"license": "MIT",
84818482
"dependencies": {
84828483
"env-paths": "^2.2.0",
84838484
"glob": "^7.1.4",
@@ -8494,7 +8495,7 @@
84948495
"node-gyp": "bin/node-gyp.js"
84958496
},
84968497
"engines": {
8497-
"node": "^12.22 || ^14.13 || >=16"
8498+
"node": "^12.13 || ^14.13 || >=16"
84988499
}
84998500
},
85008501
"node_modules/node-gyp/node_modules/@npmcli/fs": {

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"minipass-pipeline": "^1.2.4",
9393
"mkdirp": "^1.0.4",
9494
"ms": "^2.1.2",
95-
"node-gyp": "^9.3.0",
95+
"node-gyp": "^9.3.1",
9696
"nopt": "^7.0.0",
9797
"npm-audit-report": "^4.0.0",
9898
"npm-install-checks": "^6.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.