From c9c029a3b5817060cea42becc72dee6d4ab581d8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 09:21:28 +0100 Subject: [PATCH] Bump node-gyp from 6.0.1 to 6.1.0 (#4733) 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-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3033e42c4ccb..ac6a06450922 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17397,9 +17397,9 @@ "dev": true }, "node-gyp": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-6.0.1.tgz", - "integrity": "sha512-udHG4hGe3Ji97AYJbJhaRwuSOuQO7KHnE4ZPH3Sox3tjRZ+bkBsDvfZ7eYA1qwD8eLWr//193x806ss3HFTPRw==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-6.1.0.tgz", + "integrity": "sha512-h4A2zDlOujeeaaTx06r4Vy+8MZ1679lU+wbCKDS4ZtvY2A37DESo37oejIw0mtmR3+rvNwts5B6Kpt1KrNYdNw==", "dev": true, "requires": { "env-paths": "^2.2.0", diff --git a/package.json b/package.json index 3a816281ff0e..424fe8e4eed2 100644 --- a/package.json +++ b/package.json @@ -173,7 +173,7 @@ "minimatch": "3.0.4", "minimist": "1.2.0", "ngx-i18nsupport": "0.17.1", - "node-gyp": "6.0.1", + "node-gyp": "6.1.0", "node-sass": "4.13.0", "q": "1.5.1", "raw-loader": "4.0.0",