mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
Bump node-gyp from 9.0.0 to 9.1.0
Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 9.0.0 to 9.1.0. - [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.0.0...v9.1.0) --- updated-dependencies: - dependency-name: node-gyp dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
261ee0a542
commit
df0c4cf9a6
2 changed files with 5 additions and 5 deletions
|
|
@ -118,7 +118,7 @@
|
|||
"husky": "8.0.1",
|
||||
"inquirer": "9.1.0",
|
||||
"node-addon-api": "5.0.0",
|
||||
"node-gyp": "9.0.0",
|
||||
"node-gyp": "9.1.0",
|
||||
"null-loader": "4.0.1",
|
||||
"playwright": "1.25.0",
|
||||
"plist": "3.0.6",
|
||||
|
|
|
|||
|
|
@ -5841,10 +5841,10 @@ node-gyp-build@~4.1.0:
|
|||
resolved "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.1.1.tgz#d7270b5d86717068d114cc57fff352f96d745feb"
|
||||
integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==
|
||||
|
||||
node-gyp@9.0.0, node-gyp@^9.0.0:
|
||||
version "9.0.0"
|
||||
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.0.0.tgz#e1da2067427f3eb5bb56820cb62bc6b1e4bd2089"
|
||||
integrity sha512-Ma6p4s+XCTPxCuAMrOA/IJRmVy16R8Sdhtwl4PrCr7IBlj4cPawF0vg/l7nOT1jPbuNS7lIRJpBSvVsXwEZuzw==
|
||||
node-gyp@9.1.0, node-gyp@^9.0.0:
|
||||
version "9.1.0"
|
||||
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.1.0.tgz#c8d8e590678ea1f7b8097511dedf41fc126648f8"
|
||||
integrity sha512-HkmN0ZpQJU7FLbJauJTHkHlSVAXlNGDAzH/VYFZGDOnFyn/Na3GlNJfkudmufOdS6/jNFhy88ObzL7ERz9es1g==
|
||||
dependencies:
|
||||
env-paths "^2.2.0"
|
||||
glob "^7.1.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue