mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
Bump node-gyp from 8.0.0 to 8.1.0
Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/nodejs/node-gyp/releases) - [Changelog](https://github.com/nodejs/node-gyp/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-gyp/compare/v8.0.0...v8.1.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4fe8becf9f
commit
0ea3b1d2f9
2 changed files with 5 additions and 5 deletions
|
|
@ -109,7 +109,7 @@
|
||||||
"husky": "6.0.0",
|
"husky": "6.0.0",
|
||||||
"inquirer": "8.1.0",
|
"inquirer": "8.1.0",
|
||||||
"node-addon-api": "3.2.1",
|
"node-addon-api": "3.2.1",
|
||||||
"node-gyp": "8.0.0",
|
"node-gyp": "8.1.0",
|
||||||
"null-loader": "4.0.1",
|
"null-loader": "4.0.1",
|
||||||
"plist": "3.0.2",
|
"plist": "3.0.2",
|
||||||
"prettier": "2.3.0",
|
"prettier": "2.3.0",
|
||||||
|
|
|
||||||
|
|
@ -5757,10 +5757,10 @@ node-fetch@^2.6.1:
|
||||||
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
|
||||||
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
|
||||||
|
|
||||||
node-gyp@8.0.0:
|
node-gyp@8.1.0:
|
||||||
version "8.0.0"
|
version "8.1.0"
|
||||||
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-8.0.0.tgz#225af2b06b8419ae81f924bf25ae4c167f6378a5"
|
resolved "https://registry.npmjs.org/node-gyp/-/node-gyp-8.1.0.tgz#81f43283e922d285c886fb0e0f520a7fd431d8c2"
|
||||||
integrity sha512-Jod6NxyWtcwrpAQe0O/aXOpC5QfncotgtG73dg65z6VW/C6g/G4jiajXQUBIJ8pk/VfM6mBYE9BN/HvudTunUQ==
|
integrity sha512-o2elh1qt7YUp3lkMwY3/l4KF3j/A3fI/Qt4NH+CQQgPJdqGE9y7qnP84cjIWN27Q0jJkrSAhCVDg+wBVNBYdBg==
|
||||||
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