From 714b5144e5aedf2fd8125bf92ac380665ca80168 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 06:22:22 +0000 Subject: [PATCH] Bump node-gyp from 10.2.0 to 10.3.1 in /checkout-example Bumps [node-gyp](https://github.com/nodejs/node-gyp) from 10.2.0 to 10.3.1. - [Release notes](https://github.com/nodejs/node-gyp/releases) - [Changelog](https://github.com/nodejs/node-gyp/blob/main/CHANGELOG.md) - [Commits](https://github.com/nodejs/node-gyp/compare/v10.2.0...v10.3.1) --- updated-dependencies: - dependency-name: node-gyp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- checkout-example/package-lock.json | 14 +++++++------- checkout-example/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/checkout-example/package-lock.json b/checkout-example/package-lock.json index 6e075d6..e99bac1 100644 --- a/checkout-example/package-lock.json +++ b/checkout-example/package-lock.json @@ -17,7 +17,7 @@ "express-handlebars": "^8.0.1", "minimist": "^1.2.8", "morgan": "^1.10.0", - "node-gyp": "^10.2.0", + "node-gyp": "^10.3.1", "tar": "7.4.3", "undefsafe": "~2.0.5", "uuidv4": "^6.2.13" @@ -1633,9 +1633,9 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "node_modules/node-gyp": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz", - "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.3.1.tgz", + "integrity": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==", "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", @@ -3864,9 +3864,9 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" }, "node-gyp": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz", - "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==", + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.3.1.tgz", + "integrity": "sha512-Pp3nFHBThHzVtNY7U6JfPjvT/DTE8+o/4xKsLQtBoU+j2HLsGlhcfzflAoUreaJbNmYnX+LlLi0qjV8kpyO6xQ==", "requires": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", diff --git a/checkout-example/package.json b/checkout-example/package.json index 28de5e0..6f6a09d 100644 --- a/checkout-example/package.json +++ b/checkout-example/package.json @@ -20,7 +20,7 @@ "express-handlebars": "^8.0.1", "minimist": "^1.2.8", "morgan": "^1.10.0", - "node-gyp": "^10.2.0", + "node-gyp": "^10.3.1", "undefsafe": "~2.0.5", "uuidv4": "^6.2.13", "tar": "7.4.3"