From 1de9e857567fbca8573f321b856942b326c39d15 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 13:38:53 +0000 Subject: [PATCH] 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3456af4c..66f72ac3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 5346e024..f5899c14 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"