Bump node-gyp from 6.0.1 to 6.1.0

Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 6.0.1 to 6.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/v6.0.1...v6.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-13 13:38:53 +00:00 committed by Benjamin Staneck
parent 0250f02be6
commit 1de9e85756
2 changed files with 5 additions and 5 deletions

View file

@ -106,7 +106,7 @@
"eslint-plugin-react": "7.17.0",
"husky": "4.0.7",
"inquirer": "7.0.3",
"node-gyp": "6.0.1",
"node-gyp": "6.1.0",
"null-loader": "3.0.0",
"plist": "3.0.1",
"prettier": "1.19.1",

View file

@ -5972,10 +5972,10 @@ node-abi@^2.11.0:
dependencies:
semver "^5.4.1"
node-gyp@6.0.1, node-gyp@^6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-6.0.1.tgz#d59c4247df61bb343f56e2c41d9c8dc2bc361470"
integrity sha512-udHG4hGe3Ji97AYJbJhaRwuSOuQO7KHnE4ZPH3Sox3tjRZ+bkBsDvfZ7eYA1qwD8eLWr//193x806ss3HFTPRw==
node-gyp@6.1.0, node-gyp@^6.0.1:
version "6.1.0"
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-6.1.0.tgz#64e31c61a4695ad304c1d5b82cf6b7c79cc79f3f"
integrity sha512-h4A2zDlOujeeaaTx06r4Vy+8MZ1679lU+wbCKDS4ZtvY2A37DESo37oejIw0mtmR3+rvNwts5B6Kpt1KrNYdNw==
dependencies:
env-paths "^2.2.0"
glob "^7.1.4"