mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-03-29 02:46:54 +00:00
Merge f850e4074d into 17c68674d8
This commit is contained in:
commit
ea7118ec54
1 changed files with 67 additions and 54 deletions
121
package-lock.json
generated
121
package-lock.json
generated
|
|
@ -2379,9 +2379,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm": {
|
||||
"version": "11.10.1",
|
||||
"resolved": "https://registry.npmjs.org/npm/-/npm-11.10.1.tgz",
|
||||
"integrity": "sha512-woavuY2OgDFQ1K/tB9QHsUuW989nKfvsKTN/h5qGyS+3+BhvXN/DA2TNzx569JaFfTqrET5bEQNHwVhFk+U1gg==",
|
||||
"version": "11.11.1",
|
||||
"resolved": "https://registry.npmjs.org/npm/-/npm-11.11.1.tgz",
|
||||
"integrity": "sha512-asazCodkFdz1ReQzukyzS/DD77uGCIqUFeRG3gtaT8b9UR0ne1m9QOBuMgT72ij1rt7TRrOox4A1WzntMWIuEg==",
|
||||
"bundleDependencies": [
|
||||
"@isaacs/string-locale-compare",
|
||||
"@npmcli/arborist",
|
||||
|
|
@ -2459,7 +2459,7 @@
|
|||
],
|
||||
"dependencies": {
|
||||
"@isaacs/string-locale-compare": "^1.1.0",
|
||||
"@npmcli/arborist": "^9.3.1",
|
||||
"@npmcli/arborist": "^9.4.1",
|
||||
"@npmcli/config": "^10.7.1",
|
||||
"@npmcli/fs": "^5.0.0",
|
||||
"@npmcli/map-workspaces": "^5.0.3",
|
||||
|
|
@ -2467,7 +2467,7 @@
|
|||
"@npmcli/package-json": "^7.0.5",
|
||||
"@npmcli/promise-spawn": "^9.0.1",
|
||||
"@npmcli/redact": "^4.0.0",
|
||||
"@npmcli/run-script": "^10.0.3",
|
||||
"@npmcli/run-script": "^10.0.4",
|
||||
"@sigstore/tuf": "^4.0.1",
|
||||
"abbrev": "^4.0.0",
|
||||
"archy": "~1.0.0",
|
||||
|
|
@ -2484,17 +2484,17 @@
|
|||
"is-cidr": "^6.0.3",
|
||||
"json-parse-even-better-errors": "^5.0.0",
|
||||
"libnpmaccess": "^10.0.3",
|
||||
"libnpmdiff": "^8.1.2",
|
||||
"libnpmexec": "^10.2.2",
|
||||
"libnpmfund": "^7.0.16",
|
||||
"libnpmdiff": "^8.1.4",
|
||||
"libnpmexec": "^10.2.4",
|
||||
"libnpmfund": "^7.0.18",
|
||||
"libnpmorg": "^8.0.1",
|
||||
"libnpmpack": "^9.1.2",
|
||||
"libnpmpack": "^9.1.4",
|
||||
"libnpmpublish": "^11.1.3",
|
||||
"libnpmsearch": "^9.0.1",
|
||||
"libnpmteam": "^8.0.2",
|
||||
"libnpmversion": "^8.0.3",
|
||||
"make-fetch-happen": "^15.0.3",
|
||||
"minimatch": "^10.2.2",
|
||||
"make-fetch-happen": "^15.0.4",
|
||||
"minimatch": "^10.2.4",
|
||||
"minipass": "^7.1.3",
|
||||
"minipass-pipeline": "^1.2.4",
|
||||
"ms": "^2.1.2",
|
||||
|
|
@ -2508,7 +2508,7 @@
|
|||
"npm-registry-fetch": "^19.1.1",
|
||||
"npm-user-validate": "^4.0.0",
|
||||
"p-map": "^7.0.4",
|
||||
"pacote": "^21.3.1",
|
||||
"pacote": "^21.5.0",
|
||||
"parse-conflict-json": "^5.0.1",
|
||||
"proc-log": "^6.1.0",
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
|
|
@ -2517,7 +2517,7 @@
|
|||
"spdx-expression-parse": "^4.0.0",
|
||||
"ssri": "^13.0.1",
|
||||
"supports-color": "^10.2.2",
|
||||
"tar": "^7.5.9",
|
||||
"tar": "^7.5.11",
|
||||
"text-table": "~0.2.0",
|
||||
"tiny-relative-date": "^2.0.2",
|
||||
"treeverse": "^3.0.0",
|
||||
|
|
@ -2543,6 +2543,25 @@
|
|||
"node": ">=8"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@gar/promise-retry": {
|
||||
"version": "1.0.2",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"retry": "^0.13.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.17.0 || >=22.9.0"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@gar/promise-retry/node_modules/retry": {
|
||||
"version": "0.13.1",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 4"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@isaacs/fs-minipass": {
|
||||
"version": "4.0.1",
|
||||
"inBundle": true,
|
||||
|
|
@ -2575,10 +2594,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/arborist": {
|
||||
"version": "9.3.1",
|
||||
"version": "9.4.1",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@gar/promise-retry": "^1.0.0",
|
||||
"@isaacs/string-locale-compare": "^1.1.0",
|
||||
"@npmcli/fs": "^5.0.0",
|
||||
"@npmcli/installed-package-contents": "^4.0.0",
|
||||
|
|
@ -2650,16 +2670,16 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/git": {
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@gar/promise-retry": "^1.0.0",
|
||||
"@npmcli/promise-spawn": "^9.0.0",
|
||||
"ini": "^6.0.0",
|
||||
"lru-cache": "^11.2.1",
|
||||
"npm-pick-manifest": "^11.0.1",
|
||||
"proc-log": "^6.0.0",
|
||||
"promise-retry": "^2.0.1",
|
||||
"semver": "^7.3.5",
|
||||
"which": "^6.0.0"
|
||||
},
|
||||
|
|
@ -2775,7 +2795,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/@npmcli/run-script": {
|
||||
"version": "10.0.3",
|
||||
"version": "10.0.4",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
@ -2783,8 +2803,7 @@
|
|||
"@npmcli/package-json": "^7.0.0",
|
||||
"@npmcli/promise-spawn": "^9.0.0",
|
||||
"node-gyp": "^12.1.0",
|
||||
"proc-log": "^6.0.0",
|
||||
"which": "^6.0.0"
|
||||
"proc-log": "^6.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.17.0 || >=22.9.0"
|
||||
|
|
@ -2905,11 +2924,11 @@
|
|||
"license": "MIT"
|
||||
},
|
||||
"node_modules/npm/node_modules/balanced-match": {
|
||||
"version": "4.0.3",
|
||||
"version": "4.0.4",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
"node": "18 || 20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/bin-links": {
|
||||
|
|
@ -2939,14 +2958,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/brace-expansion": {
|
||||
"version": "5.0.2",
|
||||
"version": "5.0.4",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"balanced-match": "^4.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "20 || >=22"
|
||||
"node": "18 || 20 || >=22"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/cacache": {
|
||||
|
|
@ -3062,15 +3081,6 @@
|
|||
"node": ">=0.3.1"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/encoding": {
|
||||
"version": "0.1.13",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"dependencies": {
|
||||
"iconv-lite": "^0.6.2"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/env-paths": {
|
||||
"version": "2.2.1",
|
||||
"inBundle": true,
|
||||
|
|
@ -3170,7 +3180,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/iconv-lite": {
|
||||
"version": "0.6.3",
|
||||
"version": "0.7.2",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
|
|
@ -3179,6 +3189,10 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/express"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/ignore-walk": {
|
||||
|
|
@ -3298,11 +3312,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmdiff": {
|
||||
"version": "8.1.2",
|
||||
"version": "8.1.4",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^9.3.1",
|
||||
"@npmcli/arborist": "^9.4.1",
|
||||
"@npmcli/installed-package-contents": "^4.0.0",
|
||||
"binary-extensions": "^3.0.0",
|
||||
"diff": "^8.0.2",
|
||||
|
|
@ -3316,18 +3330,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmexec": {
|
||||
"version": "10.2.2",
|
||||
"version": "10.2.4",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^9.3.1",
|
||||
"@gar/promise-retry": "^1.0.0",
|
||||
"@npmcli/arborist": "^9.4.1",
|
||||
"@npmcli/package-json": "^7.0.0",
|
||||
"@npmcli/run-script": "^10.0.0",
|
||||
"ci-info": "^4.0.0",
|
||||
"npm-package-arg": "^13.0.0",
|
||||
"pacote": "^21.0.2",
|
||||
"proc-log": "^6.0.0",
|
||||
"promise-retry": "^2.0.1",
|
||||
"read": "^5.0.1",
|
||||
"semver": "^7.3.7",
|
||||
"signal-exit": "^4.1.0",
|
||||
|
|
@ -3338,11 +3352,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmfund": {
|
||||
"version": "7.0.16",
|
||||
"version": "7.0.18",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^9.3.1"
|
||||
"@npmcli/arborist": "^9.4.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^20.17.0 || >=22.9.0"
|
||||
|
|
@ -3361,11 +3375,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/libnpmpack": {
|
||||
"version": "9.1.2",
|
||||
"version": "9.1.4",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@npmcli/arborist": "^9.3.1",
|
||||
"@npmcli/arborist": "^9.4.1",
|
||||
"@npmcli/run-script": "^10.0.0",
|
||||
"npm-package-arg": "^13.0.0",
|
||||
"pacote": "^21.0.2"
|
||||
|
|
@ -3439,10 +3453,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/make-fetch-happen": {
|
||||
"version": "15.0.3",
|
||||
"version": "15.0.4",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@gar/promise-retry": "^1.0.0",
|
||||
"@npmcli/agent": "^4.0.0",
|
||||
"cacache": "^20.0.1",
|
||||
"http-cache-semantics": "^4.1.1",
|
||||
|
|
@ -3452,7 +3467,6 @@
|
|||
"minipass-pipeline": "^1.2.4",
|
||||
"negotiator": "^1.0.0",
|
||||
"proc-log": "^6.0.0",
|
||||
"promise-retry": "^2.0.1",
|
||||
"ssri": "^13.0.0"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -3460,7 +3474,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minimatch": {
|
||||
"version": "10.2.2",
|
||||
"version": "10.2.4",
|
||||
"inBundle": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
|
|
@ -3493,7 +3507,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minipass-fetch": {
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"inBundle": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
@ -3505,7 +3519,7 @@
|
|||
"node": "^20.17.0 || >=22.9.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"encoding": "^0.1.13"
|
||||
"iconv-lite": "^0.7.2"
|
||||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/minipass-flush": {
|
||||
|
|
@ -3695,7 +3709,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/npm-packlist": {
|
||||
"version": "10.0.3",
|
||||
"version": "10.0.4",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
|
@ -3770,10 +3784,11 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/pacote": {
|
||||
"version": "21.3.1",
|
||||
"version": "21.5.0",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@gar/promise-retry": "^1.0.0",
|
||||
"@npmcli/git": "^7.0.0",
|
||||
"@npmcli/installed-package-contents": "^4.0.0",
|
||||
"@npmcli/package-json": "^7.0.0",
|
||||
|
|
@ -3787,7 +3802,6 @@
|
|||
"npm-pick-manifest": "^11.0.1",
|
||||
"npm-registry-fetch": "^19.0.0",
|
||||
"proc-log": "^6.0.0",
|
||||
"promise-retry": "^2.0.1",
|
||||
"sigstore": "^4.0.0",
|
||||
"ssri": "^13.0.0",
|
||||
"tar": "^7.4.3"
|
||||
|
|
@ -4022,7 +4036,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/spdx-license-ids": {
|
||||
"version": "3.0.22",
|
||||
"version": "3.0.23",
|
||||
"inBundle": true,
|
||||
"license": "CC0-1.0"
|
||||
},
|
||||
|
|
@ -4049,7 +4063,7 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/tar": {
|
||||
"version": "7.5.9",
|
||||
"version": "7.5.11",
|
||||
"inBundle": true,
|
||||
"license": "BlueOak-1.0.0",
|
||||
"dependencies": {
|
||||
|
|
@ -4194,11 +4208,10 @@
|
|||
}
|
||||
},
|
||||
"node_modules/npm/node_modules/write-file-atomic": {
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.1",
|
||||
"inBundle": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"imurmurhash": "^0.1.4",
|
||||
"signal-exit": "^4.0.1"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue