From 87d2d427a626b29a161914a2228bcdea03d44515 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 05:39:08 +0000 Subject: [PATCH] deps: bump @npmcli/node-gyp from 2.0.0 to 3.0.0 Bumps [@npmcli/node-gyp](https://github.com/npm/node-gyp) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/npm/node-gyp/releases) - [Changelog](https://github.com/npm/node-gyp/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-gyp/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: "@npmcli/node-gyp" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e2f277..17cedf6 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "tap": "^16.0.1" }, "dependencies": { - "@npmcli/node-gyp": "^2.0.0", + "@npmcli/node-gyp": "^3.0.0", "@npmcli/promise-spawn": "^3.0.0", "node-gyp": "^9.0.0", "read-package-json-fast": "^3.0.0",