Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Feb 7, 2023
1 parent 74c5cbb commit ab82492
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions node_modules/node-gyp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bindings",
"gyp"
],
"version": "9.3.0",
"version": "9.3.1",
"installVersion": 9,
"author": "Nathan Rajlich <[email protected]> (http://tootallnate.net)",
"repository": {
Expand All @@ -34,7 +34,7 @@
"which": "^2.0.2"
},
"engines": {
"node": "^12.22 || ^14.13 || >=16"
"node": "^12.13 || ^14.13 || >=16"
},
"devDependencies": {
"bindings": "^1.5.0",
Expand Down
9 changes: 5 additions & 4 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.0",
"node-gyp": "^9.3.1",
"nopt": "^7.0.0",
"npm-audit-report": "^4.0.0",
"npm-install-checks": "^6.0.0",
Expand Down Expand Up @@ -8475,9 +8475,10 @@
}
},
"node_modules/node-gyp": {
"version": "9.3.0",
"version": "9.3.1",
"resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.1.tgz",
"integrity": "sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==",
"inBundle": true,
"license": "MIT",
"dependencies": {
"env-paths": "^2.2.0",
"glob": "^7.1.4",
Expand All @@ -8494,7 +8495,7 @@
"node-gyp": "bin/node-gyp.js"
},
"engines": {
"node": "^12.22 || ^14.13 || >=16"
"node": "^12.13 || ^14.13 || >=16"
}
},
"node_modules/node-gyp/node_modules/@npmcli/fs": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"minipass-pipeline": "^1.2.4",
"mkdirp": "^1.0.4",
"ms": "^2.1.2",
"node-gyp": "^9.3.0",
"node-gyp": "^9.3.1",
"nopt": "^7.0.0",
"npm-audit-report": "^4.0.0",
"npm-install-checks": "^6.0.0",
Expand Down

0 comments on commit ab82492

Please sign in to comment.