From 765491b1681e4132d1da20aa0494ba6003df05ef Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 11:23:45 +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-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0a4d29..0abe487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2357,9 +2357,9 @@ } }, "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",