mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-02-07 21:47:25 +00:00
Merge pull request #282 from cycjimmy/dependabot/npm_and_yarn/multi-5dbde75f7e
build(deps): bump tar and npm
This commit is contained in:
commit
acb3d1c023
1 changed files with 56 additions and 88 deletions
144
package-lock.json
generated
144
package-lock.json
generated
|
|
@ -2381,9 +2381,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm": {
|
"node_modules/npm": {
|
||||||
"version": "11.7.0",
|
"version": "11.8.0",
|
||||||
"resolved": "https://registry.npmjs.org/npm/-/npm-11.7.0.tgz",
|
"resolved": "https://registry.npmjs.org/npm/-/npm-11.8.0.tgz",
|
||||||
"integrity": "sha512-wiCZpv/41bIobCoJ31NStIWKfAxxYyD1iYnWCtiyns8s5v3+l8y0HCP/sScuH6B5+GhIfda4HQKiqeGZwJWhFw==",
|
"integrity": "sha512-n19sJeW+RGKdkHo8SCc5xhSwkKhQUFfZaFzSc+EsYXLjSqIV0tl72aDYQVuzVvfrbysGwdaQsNLNy58J10EBSQ==",
|
||||||
"bundleDependencies": [
|
"bundleDependencies": [
|
||||||
"@isaacs/string-locale-compare",
|
"@isaacs/string-locale-compare",
|
||||||
"@npmcli/arborist",
|
"@npmcli/arborist",
|
||||||
|
|
@ -2462,8 +2462,8 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@isaacs/string-locale-compare": "^1.1.0",
|
"@isaacs/string-locale-compare": "^1.1.0",
|
||||||
"@npmcli/arborist": "^9.1.9",
|
"@npmcli/arborist": "^9.1.10",
|
||||||
"@npmcli/config": "^10.4.5",
|
"@npmcli/config": "^10.5.0",
|
||||||
"@npmcli/fs": "^5.0.0",
|
"@npmcli/fs": "^5.0.0",
|
||||||
"@npmcli/map-workspaces": "^5.0.3",
|
"@npmcli/map-workspaces": "^5.0.3",
|
||||||
"@npmcli/metavuln-calculator": "^9.0.3",
|
"@npmcli/metavuln-calculator": "^9.0.3",
|
||||||
|
|
@ -2471,7 +2471,7 @@
|
||||||
"@npmcli/promise-spawn": "^9.0.1",
|
"@npmcli/promise-spawn": "^9.0.1",
|
||||||
"@npmcli/redact": "^4.0.0",
|
"@npmcli/redact": "^4.0.0",
|
||||||
"@npmcli/run-script": "^10.0.3",
|
"@npmcli/run-script": "^10.0.3",
|
||||||
"@sigstore/tuf": "^4.0.0",
|
"@sigstore/tuf": "^4.0.1",
|
||||||
"abbrev": "^4.0.0",
|
"abbrev": "^4.0.0",
|
||||||
"archy": "~1.0.0",
|
"archy": "~1.0.0",
|
||||||
"cacache": "^20.0.3",
|
"cacache": "^20.0.3",
|
||||||
|
|
@ -2488,11 +2488,11 @@
|
||||||
"is-cidr": "^6.0.1",
|
"is-cidr": "^6.0.1",
|
||||||
"json-parse-even-better-errors": "^5.0.0",
|
"json-parse-even-better-errors": "^5.0.0",
|
||||||
"libnpmaccess": "^10.0.3",
|
"libnpmaccess": "^10.0.3",
|
||||||
"libnpmdiff": "^8.0.12",
|
"libnpmdiff": "^8.0.13",
|
||||||
"libnpmexec": "^10.1.11",
|
"libnpmexec": "^10.1.12",
|
||||||
"libnpmfund": "^7.0.12",
|
"libnpmfund": "^7.0.13",
|
||||||
"libnpmorg": "^8.0.1",
|
"libnpmorg": "^8.0.1",
|
||||||
"libnpmpack": "^9.0.12",
|
"libnpmpack": "^9.0.13",
|
||||||
"libnpmpublish": "^11.1.3",
|
"libnpmpublish": "^11.1.3",
|
||||||
"libnpmsearch": "^9.0.1",
|
"libnpmsearch": "^9.0.1",
|
||||||
"libnpmteam": "^8.0.2",
|
"libnpmteam": "^8.0.2",
|
||||||
|
|
@ -2521,11 +2521,11 @@
|
||||||
"spdx-expression-parse": "^4.0.0",
|
"spdx-expression-parse": "^4.0.0",
|
||||||
"ssri": "^13.0.0",
|
"ssri": "^13.0.0",
|
||||||
"supports-color": "^10.2.2",
|
"supports-color": "^10.2.2",
|
||||||
"tar": "^7.5.2",
|
"tar": "^7.5.4",
|
||||||
"text-table": "~0.2.0",
|
"text-table": "~0.2.0",
|
||||||
"tiny-relative-date": "^2.0.2",
|
"tiny-relative-date": "^2.0.2",
|
||||||
"treeverse": "^3.0.0",
|
"treeverse": "^3.0.0",
|
||||||
"validate-npm-package-name": "^7.0.0",
|
"validate-npm-package-name": "^7.0.2",
|
||||||
"which": "^6.0.0"
|
"which": "^6.0.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
@ -2598,7 +2598,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@npmcli/arborist": {
|
"node_modules/npm/node_modules/@npmcli/arborist": {
|
||||||
"version": "9.1.9",
|
"version": "9.1.10",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -2615,7 +2615,7 @@
|
||||||
"@npmcli/run-script": "^10.0.0",
|
"@npmcli/run-script": "^10.0.0",
|
||||||
"bin-links": "^6.0.0",
|
"bin-links": "^6.0.0",
|
||||||
"cacache": "^20.0.1",
|
"cacache": "^20.0.1",
|
||||||
"common-ancestor-path": "^1.0.1",
|
"common-ancestor-path": "^2.0.0",
|
||||||
"hosted-git-info": "^9.0.0",
|
"hosted-git-info": "^9.0.0",
|
||||||
"json-stringify-nice": "^1.1.4",
|
"json-stringify-nice": "^1.1.4",
|
||||||
"lru-cache": "^11.2.1",
|
"lru-cache": "^11.2.1",
|
||||||
|
|
@ -2644,7 +2644,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@npmcli/config": {
|
"node_modules/npm/node_modules/@npmcli/config": {
|
||||||
"version": "10.4.5",
|
"version": "10.5.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -2825,7 +2825,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@sigstore/core": {
|
"node_modules/npm/node_modules/@sigstore/core": {
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -2841,48 +2841,40 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@sigstore/sign": {
|
"node_modules/npm/node_modules/@sigstore/sign": {
|
||||||
"version": "4.0.1",
|
"version": "4.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sigstore/bundle": "^4.0.0",
|
"@sigstore/bundle": "^4.0.0",
|
||||||
"@sigstore/core": "^3.0.0",
|
"@sigstore/core": "^3.1.0",
|
||||||
"@sigstore/protobuf-specs": "^0.5.0",
|
"@sigstore/protobuf-specs": "^0.5.0",
|
||||||
"make-fetch-happen": "^15.0.2",
|
"make-fetch-happen": "^15.0.3",
|
||||||
"proc-log": "^5.0.0",
|
"proc-log": "^6.1.0",
|
||||||
"promise-retry": "^2.0.1"
|
"promise-retry": "^2.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || >=22.9.0"
|
"node": "^20.17.0 || >=22.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@sigstore/sign/node_modules/proc-log": {
|
|
||||||
"version": "5.0.0",
|
|
||||||
"inBundle": true,
|
|
||||||
"license": "ISC",
|
|
||||||
"engines": {
|
|
||||||
"node": "^18.17.0 || >=20.5.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/npm/node_modules/@sigstore/tuf": {
|
"node_modules/npm/node_modules/@sigstore/tuf": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.1",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sigstore/protobuf-specs": "^0.5.0",
|
"@sigstore/protobuf-specs": "^0.5.0",
|
||||||
"tuf-js": "^4.0.0"
|
"tuf-js": "^4.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || >=22.9.0"
|
"node": "^20.17.0 || >=22.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@sigstore/verify": {
|
"node_modules/npm/node_modules/@sigstore/verify": {
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sigstore/bundle": "^4.0.0",
|
"@sigstore/bundle": "^4.0.0",
|
||||||
"@sigstore/core": "^3.0.0",
|
"@sigstore/core": "^3.1.0",
|
||||||
"@sigstore/protobuf-specs": "^0.5.0"
|
"@sigstore/protobuf-specs": "^0.5.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -2898,31 +2890,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@tufjs/models": {
|
"node_modules/npm/node_modules/@tufjs/models": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tufjs/canonical-json": "2.0.0",
|
"@tufjs/canonical-json": "2.0.0",
|
||||||
"minimatch": "^9.0.5"
|
"minimatch": "^10.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || >=22.9.0"
|
"node": "^20.17.0 || >=22.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/@tufjs/models/node_modules/minimatch": {
|
|
||||||
"version": "9.0.5",
|
|
||||||
"inBundle": true,
|
|
||||||
"license": "ISC",
|
|
||||||
"dependencies": {
|
|
||||||
"brace-expansion": "^2.0.1"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=16 || 14 >=14.17"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"url": "https://github.com/sponsors/isaacs"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/npm/node_modules/abbrev": {
|
"node_modules/npm/node_modules/abbrev": {
|
||||||
"version": "4.0.0",
|
"version": "4.0.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
|
|
@ -2957,11 +2935,6 @@
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/balanced-match": {
|
|
||||||
"version": "1.0.2",
|
|
||||||
"inBundle": true,
|
|
||||||
"license": "MIT"
|
|
||||||
},
|
|
||||||
"node_modules/npm/node_modules/bin-links": {
|
"node_modules/npm/node_modules/bin-links": {
|
||||||
"version": "6.0.0",
|
"version": "6.0.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
|
|
@ -2988,14 +2961,6 @@
|
||||||
"url": "https://github.com/sponsors/sindresorhus"
|
"url": "https://github.com/sponsors/sindresorhus"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/brace-expansion": {
|
|
||||||
"version": "2.0.2",
|
|
||||||
"inBundle": true,
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"balanced-match": "^1.0.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/npm/node_modules/cacache": {
|
"node_modules/npm/node_modules/cacache": {
|
||||||
"version": "20.0.3",
|
"version": "20.0.3",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
|
|
@ -3082,9 +3047,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/common-ancestor-path": {
|
"node_modules/npm/node_modules/common-ancestor-path": {
|
||||||
"version": "1.0.1",
|
"version": "2.0.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC"
|
"license": "BlueOak-1.0.0",
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 18"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/cssesc": {
|
"node_modules/npm/node_modules/cssesc": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
|
|
@ -3114,7 +3082,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/diff": {
|
"node_modules/npm/node_modules/diff": {
|
||||||
"version": "8.0.2",
|
"version": "8.0.3",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -3290,7 +3258,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/ip-address": {
|
"node_modules/npm/node_modules/ip-address": {
|
||||||
"version": "10.0.1",
|
"version": "10.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -3382,11 +3350,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/libnpmdiff": {
|
"node_modules/npm/node_modules/libnpmdiff": {
|
||||||
"version": "8.0.12",
|
"version": "8.0.13",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@npmcli/arborist": "^9.1.9",
|
"@npmcli/arborist": "^9.1.10",
|
||||||
"@npmcli/installed-package-contents": "^4.0.0",
|
"@npmcli/installed-package-contents": "^4.0.0",
|
||||||
"binary-extensions": "^3.0.0",
|
"binary-extensions": "^3.0.0",
|
||||||
"diff": "^8.0.2",
|
"diff": "^8.0.2",
|
||||||
|
|
@ -3400,11 +3368,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/libnpmexec": {
|
"node_modules/npm/node_modules/libnpmexec": {
|
||||||
"version": "10.1.11",
|
"version": "10.1.12",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@npmcli/arborist": "^9.1.9",
|
"@npmcli/arborist": "^9.1.10",
|
||||||
"@npmcli/package-json": "^7.0.0",
|
"@npmcli/package-json": "^7.0.0",
|
||||||
"@npmcli/run-script": "^10.0.0",
|
"@npmcli/run-script": "^10.0.0",
|
||||||
"ci-info": "^4.0.0",
|
"ci-info": "^4.0.0",
|
||||||
|
|
@ -3422,11 +3390,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/libnpmfund": {
|
"node_modules/npm/node_modules/libnpmfund": {
|
||||||
"version": "7.0.12",
|
"version": "7.0.13",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@npmcli/arborist": "^9.1.9"
|
"@npmcli/arborist": "^9.1.10"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || >=22.9.0"
|
"node": "^20.17.0 || >=22.9.0"
|
||||||
|
|
@ -3445,11 +3413,11 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/libnpmpack": {
|
"node_modules/npm/node_modules/libnpmpack": {
|
||||||
"version": "9.0.12",
|
"version": "9.0.13",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@npmcli/arborist": "^9.1.9",
|
"@npmcli/arborist": "^9.1.10",
|
||||||
"@npmcli/run-script": "^10.0.0",
|
"@npmcli/run-script": "^10.0.0",
|
||||||
"npm-package-arg": "^13.0.0",
|
"npm-package-arg": "^13.0.0",
|
||||||
"pacote": "^21.0.2"
|
"pacote": "^21.0.2"
|
||||||
|
|
@ -3515,9 +3483,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/lru-cache": {
|
"node_modules/npm/node_modules/lru-cache": {
|
||||||
"version": "11.2.2",
|
"version": "11.2.4",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "BlueOak-1.0.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "20 || >=22"
|
"node": "20 || >=22"
|
||||||
}
|
}
|
||||||
|
|
@ -3898,7 +3866,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/path-scurry": {
|
"node_modules/npm/node_modules/path-scurry": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "BlueOak-1.0.0",
|
"license": "BlueOak-1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -3913,7 +3881,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/postcss-selector-parser": {
|
"node_modules/npm/node_modules/postcss-selector-parser": {
|
||||||
"version": "7.1.0",
|
"version": "7.1.1",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -4042,16 +4010,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/sigstore": {
|
"node_modules/npm/node_modules/sigstore": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sigstore/bundle": "^4.0.0",
|
"@sigstore/bundle": "^4.0.0",
|
||||||
"@sigstore/core": "^3.0.0",
|
"@sigstore/core": "^3.1.0",
|
||||||
"@sigstore/protobuf-specs": "^0.5.0",
|
"@sigstore/protobuf-specs": "^0.5.0",
|
||||||
"@sigstore/sign": "^4.0.0",
|
"@sigstore/sign": "^4.1.0",
|
||||||
"@sigstore/tuf": "^4.0.0",
|
"@sigstore/tuf": "^4.0.1",
|
||||||
"@sigstore/verify": "^3.0.0"
|
"@sigstore/verify": "^3.1.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || >=22.9.0"
|
"node": "^20.17.0 || >=22.9.0"
|
||||||
|
|
@ -4176,7 +4144,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/tar": {
|
"node_modules/npm/node_modules/tar": {
|
||||||
"version": "7.5.2",
|
"version": "7.5.4",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "BlueOak-1.0.0",
|
"license": "BlueOak-1.0.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
@ -4259,13 +4227,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/tuf-js": {
|
"node_modules/npm/node_modules/tuf-js": {
|
||||||
"version": "4.0.0",
|
"version": "4.1.0",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tufjs/models": "4.0.0",
|
"@tufjs/models": "4.1.0",
|
||||||
"debug": "^4.4.1",
|
"debug": "^4.4.3",
|
||||||
"make-fetch-happen": "^15.0.0"
|
"make-fetch-happen": "^15.0.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.17.0 || >=22.9.0"
|
"node": "^20.17.0 || >=22.9.0"
|
||||||
|
|
@ -4317,7 +4285,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/npm/node_modules/validate-npm-package-name": {
|
"node_modules/npm/node_modules/validate-npm-package-name": {
|
||||||
"version": "7.0.0",
|
"version": "7.0.2",
|
||||||
"inBundle": true,
|
"inBundle": true,
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue