Skip to content

Commit

Permalink
Bump node-gyp from 9.0.0 to 9.1.0
Browse files Browse the repository at this point in the history
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](nodejs/node-gyp@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and LabhanshAgrawal committed Aug 11, 2022
1 parent 261ee0a commit df0c4cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit df0c4cf

Please sign in to comment.