diff --git a/package-lock.json b/package-lock.json index 442da2ebc2..77f65d6640 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.16.0" }, "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.16.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.16.0.tgz", + "integrity": "sha512-UfLT/hCbcpV9uiTEBthyrOlQxwk8LG5tAGn283g7f7pRx41KcwFiHV7HYgYm2y2GabfnPtf897ptrXRQwxJWzQ==", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -1776,6 +1776,7 @@ "npm-user-validate", "npmlog", "opener", + "p-map", "pacote", "parse-conflict-json", "proc-log", @@ -1799,11 +1800,11 @@ "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^5.0.4", "@npmcli/ci-detect": "^2.0.0", - "@npmcli/config": "^4.1.0", + "@npmcli/config": "^4.2.0", "@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.2.0", "abbrev": "~1.1.1", "archy": "~1.0.0", "cacache": "^16.1.1", @@ -1831,7 +1832,7 @@ "libnpmsearch": "^5.0.2", "libnpmteam": "^4.0.2", "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.8", + "make-fetch-happen": "^10.2.0", "minipass": "^3.1.6", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", @@ -1841,13 +1842,14 @@ "nopt": "^5.0.0", "npm-audit-report": "^3.0.0", "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.2", + "npm-package-arg": "^9.1.0", "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.1.0", - "npm-registry-fetch": "^13.1.1", + "npm-profile": "^6.2.0", + "npm-registry-fetch": "^13.3.0", "npm-user-validate": "^1.0.1", "npmlog": "^6.0.2", "opener": "^1.5.2", + "p-map": "^4.0.0", "pacote": "^13.6.1", "parse-conflict-json": "^2.0.2", "proc-log": "^2.0.1", @@ -1901,7 +1903,7 @@ "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "5.2.3", + "version": "5.4.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -1913,12 +1915,14 @@ "@npmcli/name-from-folder": "^1.0.1", "@npmcli/node-gyp": "^2.0.0", "@npmcli/package-json": "^2.0.0", + "@npmcli/query": "^1.1.1", "@npmcli/run-script": "^4.1.3", "bin-links": "^3.0.0", "cacache": "^16.0.6", "common-ancestor-path": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", "json-stringify-nice": "^1.1.4", + "minimatch": "^5.1.0", "mkdirp": "^1.0.4", "mkdirp-infer-owner": "^2.0.0", "nopt": "^5.0.0", @@ -1956,7 +1960,7 @@ } }, "node_modules/npm/node_modules/@npmcli/config": { - "version": "4.1.0", + "version": "4.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -1985,7 +1989,7 @@ } }, "node_modules/npm/node_modules/@npmcli/fs": { - "version": "2.1.0", + "version": "2.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2045,7 +2049,7 @@ } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { - "version": "3.1.0", + "version": "3.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -2105,15 +2109,29 @@ "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/npm/node_modules/@npmcli/query": { + "version": "1.1.1", + "inBundle": true, + "license": "ISC", + "dependencies": { + "npm-package-arg": "^9.1.0", + "postcss-selector-parser": "^6.0.10", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, "node_modules/npm/node_modules/@npmcli/run-script": { - "version": "4.1.3", + "version": "4.2.0", "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" @@ -2428,6 +2446,17 @@ "inBundle": true, "license": "ISC" }, + "node_modules/npm/node_modules/cssesc": { + "version": "3.0.0", + "inBundle": true, + "license": "MIT", + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/npm/node_modules/debug": { "version": "4.3.4", "inBundle": true, @@ -2820,12 +2849,12 @@ "license": "MIT" }, "node_modules/npm/node_modules/just-diff": { - "version": "5.0.2", + "version": "5.0.3", "inBundle": true, "license": "MIT" }, "node_modules/npm/node_modules/just-diff-apply": { - "version": "5.2.0", + "version": "5.3.1", "inBundle": true, "license": "MIT" }, @@ -2862,13 +2891,14 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "4.0.8", + "version": "4.0.9", "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/arborist": "^5.0.0", "@npmcli/ci-detect": "^2.0.0", - "@npmcli/run-script": "^4.1.3", + "@npmcli/fs": "^2.1.1", + "@npmcli/run-script": "^4.2.0", "chalk": "^4.1.0", "mkdirp-infer-owner": "^2.0.0", "npm-package-arg": "^9.0.1", @@ -2877,6 +2907,7 @@ "proc-log": "^2.0.0", "read": "^1.0.7", "read-package-json-fast": "^2.0.2", + "semver": "^7.3.7", "walk-up-path": "^1.0.0" }, "engines": { @@ -2985,7 +3016,7 @@ } }, "node_modules/npm/node_modules/lru-cache": { - "version": "7.9.0", + "version": "7.12.0", "inBundle": true, "license": "ISC", "engines": { @@ -2993,7 +3024,7 @@ } }, "node_modules/npm/node_modules/make-fetch-happen": { - "version": "10.1.8", + "version": "10.2.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -3030,7 +3061,7 @@ } }, "node_modules/npm/node_modules/minipass": { - "version": "3.1.6", + "version": "3.3.4", "inBundle": true, "license": "ISC", "dependencies": { @@ -3289,11 +3320,12 @@ "license": "ISC" }, "node_modules/npm/node_modules/npm-package-arg": { - "version": "9.0.2", + "version": "9.1.0", "inBundle": true, "license": "ISC", "dependencies": { "hosted-git-info": "^5.0.0", + "proc-log": "^2.0.1", "semver": "^7.3.5", "validate-npm-package-name": "^4.0.0" }, @@ -3302,7 +3334,7 @@ } }, "node_modules/npm/node_modules/npm-packlist": { - "version": "5.1.0", + "version": "5.1.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -3333,7 +3365,7 @@ } }, "node_modules/npm/node_modules/npm-profile": { - "version": "6.1.0", + "version": "6.2.1", "inBundle": true, "license": "ISC", "dependencies": { @@ -3345,7 +3377,7 @@ } }, "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "13.1.1", + "version": "13.3.0", "inBundle": true, "license": "ISC", "dependencies": { @@ -3465,6 +3497,18 @@ "node": ">=0.10.0" } }, + "node_modules/npm/node_modules/postcss-selector-parser": { + "version": "6.0.10", + "inBundle": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, "node_modules/npm/node_modules/proc-log": { "version": "2.0.1", "inBundle": true, @@ -7534,18 +7578,18 @@ "dev": true }, "npm": { - "version": "8.13.1", - "resolved": "https://registry.npmjs.org/npm/-/npm-8.13.1.tgz", - "integrity": "sha512-Di4hLSvlImxAslovZ8yRXOhwmd6hXzgRFjwfF4QuwuPT9RUvpLIZ5nubhrY34Pc3elqaU0iyBVWgGZ3jELFP8w==", + "version": "8.16.0", + "resolved": "https://registry.npmjs.org/npm/-/npm-8.16.0.tgz", + "integrity": "sha512-UfLT/hCbcpV9uiTEBthyrOlQxwk8LG5tAGn283g7f7pRx41KcwFiHV7HYgYm2y2GabfnPtf897ptrXRQwxJWzQ==", "requires": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/arborist": "^5.0.4", "@npmcli/ci-detect": "^2.0.0", - "@npmcli/config": "^4.1.0", + "@npmcli/config": "^4.2.0", "@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.2.0", "abbrev": "~1.1.1", "archy": "~1.0.0", "cacache": "^16.1.1", @@ -7573,7 +7617,7 @@ "libnpmsearch": "^5.0.2", "libnpmteam": "^4.0.2", "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.8", + "make-fetch-happen": "^10.2.0", "minipass": "^3.1.6", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", @@ -7583,13 +7627,14 @@ "nopt": "^5.0.0", "npm-audit-report": "^3.0.0", "npm-install-checks": "^5.0.0", - "npm-package-arg": "^9.0.2", + "npm-package-arg": "^9.1.0", "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.1.0", - "npm-registry-fetch": "^13.1.1", + "npm-profile": "^6.2.0", + "npm-registry-fetch": "^13.3.0", "npm-user-validate": "^1.0.1", "npmlog": "^6.0.2", "opener": "^1.5.2", + "p-map": "^4.0.0", "pacote": "^13.6.1", "parse-conflict-json": "^2.0.2", "proc-log": "^2.0.1", @@ -7624,7 +7669,7 @@ "bundled": true }, "@npmcli/arborist": { - "version": "5.2.3", + "version": "5.4.0", "bundled": true, "requires": { "@isaacs/string-locale-compare": "^1.1.0", @@ -7635,12 +7680,14 @@ "@npmcli/name-from-folder": "^1.0.1", "@npmcli/node-gyp": "^2.0.0", "@npmcli/package-json": "^2.0.0", + "@npmcli/query": "^1.1.1", "@npmcli/run-script": "^4.1.3", "bin-links": "^3.0.0", "cacache": "^16.0.6", "common-ancestor-path": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", "json-stringify-nice": "^1.1.4", + "minimatch": "^5.1.0", "mkdirp": "^1.0.4", "mkdirp-infer-owner": "^2.0.0", "nopt": "^5.0.0", @@ -7668,7 +7715,7 @@ "bundled": true }, "@npmcli/config": { - "version": "4.1.0", + "version": "4.2.0", "bundled": true, "requires": { "@npmcli/map-workspaces": "^2.0.2", @@ -7689,7 +7736,7 @@ } }, "@npmcli/fs": { - "version": "2.1.0", + "version": "2.1.1", "bundled": true, "requires": { "@gar/promisify": "^1.1.3", @@ -7730,7 +7777,7 @@ } }, "@npmcli/metavuln-calculator": { - "version": "3.1.0", + "version": "3.1.1", "bundled": true, "requires": { "cacache": "^16.0.0", @@ -7769,14 +7816,24 @@ "infer-owner": "^1.0.4" } }, + "@npmcli/query": { + "version": "1.1.1", + "bundled": true, + "requires": { + "npm-package-arg": "^9.1.0", + "postcss-selector-parser": "^6.0.10", + "semver": "^7.3.7" + } + }, "@npmcli/run-script": { - "version": "4.1.3", + "version": "4.2.0", "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": { @@ -7985,6 +8042,10 @@ "version": "1.1.0", "bundled": true }, + "cssesc": { + "version": "3.0.0", + "bundled": true + }, "debug": { "version": "4.3.4", "bundled": true, @@ -8250,11 +8311,11 @@ "bundled": true }, "just-diff": { - "version": "5.0.2", + "version": "5.0.3", "bundled": true }, "just-diff-apply": { - "version": "5.2.0", + "version": "5.3.1", "bundled": true }, "libnpmaccess": { @@ -8282,12 +8343,13 @@ } }, "libnpmexec": { - "version": "4.0.8", + "version": "4.0.9", "bundled": true, "requires": { "@npmcli/arborist": "^5.0.0", "@npmcli/ci-detect": "^2.0.0", - "@npmcli/run-script": "^4.1.3", + "@npmcli/fs": "^2.1.1", + "@npmcli/run-script": "^4.2.0", "chalk": "^4.1.0", "mkdirp-infer-owner": "^2.0.0", "npm-package-arg": "^9.0.1", @@ -8296,6 +8358,7 @@ "proc-log": "^2.0.0", "read": "^1.0.7", "read-package-json-fast": "^2.0.2", + "semver": "^7.3.7", "walk-up-path": "^1.0.0" } }, @@ -8369,11 +8432,11 @@ } }, "lru-cache": { - "version": "7.9.0", + "version": "7.12.0", "bundled": true }, "make-fetch-happen": { - "version": "10.1.8", + "version": "10.2.0", "bundled": true, "requires": { "agentkeepalive": "^4.2.1", @@ -8402,7 +8465,7 @@ } }, "minipass": { - "version": "3.1.6", + "version": "3.3.4", "bundled": true, "requires": { "yallist": "^4.0.0" @@ -8575,16 +8638,17 @@ "bundled": true }, "npm-package-arg": { - "version": "9.0.2", + "version": "9.1.0", "bundled": true, "requires": { "hosted-git-info": "^5.0.0", + "proc-log": "^2.0.1", "semver": "^7.3.5", "validate-npm-package-name": "^4.0.0" } }, "npm-packlist": { - "version": "5.1.0", + "version": "5.1.1", "bundled": true, "requires": { "glob": "^8.0.1", @@ -8604,7 +8668,7 @@ } }, "npm-profile": { - "version": "6.1.0", + "version": "6.2.1", "bundled": true, "requires": { "npm-registry-fetch": "^13.0.1", @@ -8612,7 +8676,7 @@ } }, "npm-registry-fetch": { - "version": "13.1.1", + "version": "13.3.0", "bundled": true, "requires": { "make-fetch-happen": "^10.0.6", @@ -8696,6 +8760,14 @@ "version": "1.0.1", "bundled": true }, + "postcss-selector-parser": { + "version": "6.0.10", + "bundled": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, "proc-log": { "version": "2.0.1", "bundled": true diff --git a/package.json b/package.json index 708084748e..1f97ff3d9b 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.16.0" }, "devDependencies": { "braces": "^3.0.2",