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:
dependabot[bot] 2022-12-26 11:04:48 +00:00 committed by Labhansh Agrawal
parent f95e4b631d
commit 512e9df90c
2 changed files with 5 additions and 5 deletions

View file

@ -123,7 +123,7 @@
"husky": "8.0.2",
"inquirer": "9.1.4",
"node-addon-api": "5.0.0",
"node-gyp": "9.3.0",
"node-gyp": "9.3.1",
"null-loader": "4.0.1",
"playwright": "1.27.1",
"plist": "3.0.6",

View file

@ -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"
integrity sha512-dSq1xmcPDKPZ2EED2S6zw/b9NKsqzXRE6dVr8TVQnI3FJOTteUMuqF3Qqs6LZg+mLGYJWqQzMbIjMtJqTv87nQ==
node-gyp@9.3.0, node-gyp@^9.0.0:
version "9.3.0"
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.0.tgz#f8eefe77f0ad8edb3b3b898409b53e697642b319"
integrity sha512-A6rJWfXFz7TQNjpldJ915WFb1LnhO4lIve3ANPbWreuEoLoKlFT3sxIepPBkLhM27crW8YmN+pjlgbasH6cH/Q==
node-gyp@9.3.1, node-gyp@^9.0.0:
version "9.3.1"
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.1.tgz#1e19f5f290afcc9c46973d68700cbd21a96192e4"
integrity sha512-4Q16ZCqq3g8awk6UplT7AuxQ35XN4R/yf/+wSAwcBUAjg7l58RTactWaP8fIDTi0FzI7YcVLujwExakZlfWkXg==
dependencies:
env-paths "^2.2.0"
glob "^7.1.4"