diff --git a/package-lock.json b/package-lock.json index 442da2ebc2..32b94d40ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "npm": "^8.13.1" + "npm": "^8.13.2" }, "devDependencies": { "braces": "^3.0.2", @@ -1720,9 +1720,9 @@ } }, "node_modules/npm": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.13.1.tgz", - "integrity": "sha512-Di4hLSvlImxAslovZ8yRXOhwmd6hXzgRFjwfF4QuwuPT9RUvpLIZ5nubhrY34Pc3elqaU0iyBVWgGZ3jELFP8w==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.13.2.tgz", + "integrity": "sha512-aS6q/QKxkw9mTX8gR7Ft38BcRkW1i+h3sI1yAFmfQ30Yl1a1G4ZX3oNGDzaLCilU5ThFZQBS1F4ZSZsrVxJ7HA==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -1803,7 +1803,7 @@ "@npmcli/fs": "^2.1.0", "@npmcli/map-workspaces": "^2.0.3", "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^4.1.3", + "@npmcli/run-script": "^4.1.5", "abbrev": "~1.1.1", "archy": "~1.0.0", "cacache": "^16.1.1", @@ -2045,7 +2045,7 @@ } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "3.1.0", + "version": "3.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2106,14 +2106,15 @@ } }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "4.1.3", + "version": "4.1.5", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/node-gyp": "^2.0.0", "@npmcli/promise-spawn": "^3.0.0", "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3" + "read-package-json-fast": "^2.0.3", + "which": "^2.0.2" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" @@ -3302,7 +3303,7 @@ } }, "node_modules/npm/node_modules/npm-packlist": { - "version": "5.1.0", + "version": "5.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -7534,9 +7535,9 @@ "dev": true }, "npm": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.13.1.tgz", - "integrity": "sha512-Di4hLSvlImxAslovZ8yRXOhwmd6hXzgRFjwfF4QuwuPT9RUvpLIZ5nubhrY34Pc3elqaU0iyBVWgGZ3jELFP8w==", + "version": "8.13.2", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.13.2.tgz", + "integrity": "sha512-aS6q/QKxkw9mTX8gR7Ft38BcRkW1i+h3sI1yAFmfQ30Yl1a1G4ZX3oNGDzaLCilU5ThFZQBS1F4ZSZsrVxJ7HA==", "requires": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^5.0.4", @@ -7545,7 +7546,7 @@ "@npmcli/fs": "^2.1.0", "@npmcli/map-workspaces": "^2.0.3", "@npmcli/package-json": "^2.0.0", - "@npmcli/run-script": "^4.1.3", + "@npmcli/run-script": "^4.1.5", "abbrev": "~1.1.1", "archy": "~1.0.0", "cacache": "^16.1.1", @@ -7730,7 +7731,7 @@ } }, "@npmcli/metavuln-calculator": { - "version": "3.1.0", + "version": "3.1.1", "bundled": true, "requires": { "cacache": "^16.0.0", @@ -7770,13 +7771,14 @@ } }, "@npmcli/run-script": { - "version": "4.1.3", + "version": "4.1.5", "bundled": true, "requires": { "@npmcli/node-gyp": "^2.0.0", "@npmcli/promise-spawn": "^3.0.0", "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3" + "read-package-json-fast": "^2.0.3", + "which": "^2.0.2" } }, "@tootallnate/once": { @@ -8584,7 +8586,7 @@ } }, "npm-packlist": { - "version": "5.1.0", + "version": "5.1.1", "bundled": true, "requires": { "glob": "^8.0.1", diff --git a/package.json b/package.json index 708084748e..a30bfcf37a 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "homepage": "https://github.com/SwedbankPay/developer.swedbankpay.com", "dependencies": { - "npm": "^8.13.1" + "npm": "^8.13.2" }, "devDependencies": { "braces": "^3.0.2",