diff --git a/authorisation-adjustment-example/package-lock.json b/authorisation-adjustment-example/package-lock.json index 0655602..ef781de 100644 --- a/authorisation-adjustment-example/package-lock.json +++ b/authorisation-adjustment-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/authorisation-adjustment-example/package.json b/authorisation-adjustment-example/package.json index 28de5e0..6f6a09d 100644 --- a/authorisation-adjustment-example/package.json +++ b/authorisation-adjustment-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"