From 23907ffffe319b8218d664002901bf14dfc20fde Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2019 15:55:38 +0000 Subject: [PATCH] Bump node-gyp from 5.0.2 to 5.0.3 Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 5.0.2 to 5.0.3. - [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/v5.0.2...v5.0.3) 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 75682140..ab5860a6 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "html-loader": "0.5.5", "json-loader": "0.5.7", "node-abi": "^2.9.0", - "node-gyp": "^5.0.2", + "node-gyp": "^5.0.3", "node-sass": "^4.12.0", "npmlog": "4.1.2", "npx": "^10.2.0", diff --git a/yarn.lock b/yarn.lock index 47767ea3..55db914b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4237,10 +4237,10 @@ node-gyp@^4.0.0: tar "^4.4.8" which "1" -node-gyp@^5.0.2: - version "5.0.2" - resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.0.2.tgz#422f7b7550d2c37952ac184e2a5a2d9fe49a8b77" - integrity sha512-sNcb5O7eJ9XiNAhWZ/UE2bWsBJn3Jb7rayMqMP4wjenlr1DwzZxUmbtmIrl04EU0p5fN2rU9WIDV+u0EbsI8oQ== +node-gyp@^5.0.3: + version "5.0.3" + resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-5.0.3.tgz#80d64c23790244991b6d44532f0a351bedd3dd45" + integrity sha512-z/JdtkFGUm0QaQUusvloyYuGDub3nUbOo5de1Fz57cM++osBTvQatBUSTlF1k/w8vFHPxxXW6zxGvkxXSpaBkQ== dependencies: env-paths "^1.0.0" glob "^7.0.3"