mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump node-gyp from 9.3.0 to 9.3.1
Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 9.3.0 to 9.3.1. - [Release notes](https://github.com/nodejs/node-gyp/releases) - [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-gyp/compare/v9.3.0...v9.3.1) --- updated-dependencies: - dependency-name: node-gyp dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f95e4b631d
commit
512e9df90c
2 changed files with 5 additions and 5 deletions
|
|
@ -123,7 +123,7 @@
|
||||||
"husky": "8.0.2",
|
"husky": "8.0.2",
|
||||||
"inquirer": "9.1.4",
|
"inquirer": "9.1.4",
|
||||||
"node-addon-api": "5.0.0",
|
"node-addon-api": "5.0.0",
|
||||||
"node-gyp": "9.3.0",
|
"node-gyp": "9.3.1",
|
||||||
"null-loader": "4.0.1",
|
"null-loader": "4.0.1",
|
||||||
"playwright": "1.27.1",
|
"playwright": "1.27.1",
|
||||||
"plist": "3.0.6",
|
"plist": "3.0.6",
|
||||||
|
|
|
||||||
|
|
@ -5935,10 +5935,10 @@ node-gyp-build@~4.1.0:
|
||||||
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb"
|
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb"
|
||||||
integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==
|
integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==
|
||||||
|
|
||||||
node-gyp@9.3.0, node-gyp@^9.0.0:
|
node-gyp@9.3.1, node-gyp@^9.0.0:
|
||||||
version "9.3.0"
|
version "9.3.1"
|
||||||
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.0.tgz#f8eefe77f0ad8edb3b3b898409b53e697642b319"
|
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4"
|
||||||
integrity sha512-A6rJWfXFz7TQNjpldJ915WFb1LnhO4lIve3ANPbWreuEoLoKlFT3sxIepPBkLhM27crW8YmN+pjlgbasH6cH/Q==
|
integrity sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==
|
||||||
dependencies:
|
dependencies:
|
||||||
env-paths "^2.2.0"
|
env-paths "^2.2.0"
|
||||||
glob "^7.1.4"
|
glob "^7.1.4"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue