mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-23 12:07:08 +00:00
chore(deps): update dependency @semantic-release/npm to v13.1.3
| datasource | package | from | to | | ---------- | --------------------- | ------ | ------ | | npm | @semantic-release/npm | 13.1.2 | 13.1.3 |
This commit is contained in:
parent
65f8b67f77
commit
3cc81a3108
2 changed files with 36 additions and 8 deletions
42
pnpm-lock.yaml
generated
42
pnpm-lock.yaml
generated
|
|
@ -31,8 +31,8 @@ importers:
|
|||
specifier: 12.0.2
|
||||
version: 12.0.2(semantic-release@25.0.2(typescript@5.9.3))
|
||||
'@semantic-release/npm':
|
||||
specifier: 13.1.2
|
||||
version: 13.1.2(semantic-release@25.0.2(typescript@5.9.3))
|
||||
specifier: 13.1.3
|
||||
version: 13.1.3(semantic-release@25.0.2(typescript@5.9.3))
|
||||
'@tsconfig/node20':
|
||||
specifier: 20.1.8
|
||||
version: 20.1.8
|
||||
|
|
@ -96,15 +96,27 @@ packages:
|
|||
'@actions/core@1.11.1':
|
||||
resolution: {integrity: sha512-hXJCSrkwfA46Vd9Z3q4cpEpHB1rL5NG04+/rbqW9d3+CSvtB1tYe8UTpAlixa1vj0m/ULglfEK2UKxMGxCxv5A==}
|
||||
|
||||
'@actions/core@2.0.1':
|
||||
resolution: {integrity: sha512-oBfqT3GwkvLlo1fjvhQLQxuwZCGTarTE5OuZ2Wg10hvhBj7LRIlF611WT4aZS6fDhO5ZKlY7lCAZTlpmyaHaeg==}
|
||||
|
||||
'@actions/exec@1.1.1':
|
||||
resolution: {integrity: sha512-+sCcHHbVdk93a0XT19ECtO/gIXoxvdsgQLzb2fE2/5sIZmWQuluYyjPQtrtTHdU1YzTZ7bAPN4sITq2xi1679w==}
|
||||
|
||||
'@actions/exec@2.0.0':
|
||||
resolution: {integrity: sha512-k8ngrX2voJ/RIN6r9xB82NVqKpnMRtxDoiO+g3olkIUpQNqjArXrCQceduQZCQj3P3xm32pChRLqRrtXTlqhIw==}
|
||||
|
||||
'@actions/http-client@2.2.3':
|
||||
resolution: {integrity: sha512-mx8hyJi/hjFvbPokCg4uRd4ZX78t+YyRPtnKWwIl+RzNaVuFpQHfmlGVfsKEJN8LwTCvL+DfVgAM04XaHkm6bA==}
|
||||
|
||||
'@actions/http-client@3.0.0':
|
||||
resolution: {integrity: sha512-1s3tXAfVMSz9a4ZEBkXXRQD4QhY3+GAsWSbaYpeknPOKEeyRiU3lH+bHiLMZdo2x/fIeQ/hscL1wCkDLVM2DZQ==}
|
||||
|
||||
'@actions/io@1.1.3':
|
||||
resolution: {integrity: sha512-wi9JjgKLYS7U/z8PPbco+PvTb/nRWjeoFlJ1Qer83k/3C5PHQi28hiVdeE2kHXmIL99mQFawx8qt/JPjZilJ8Q==}
|
||||
|
||||
'@actions/io@2.0.0':
|
||||
resolution: {integrity: sha512-Jv33IN09XLO+0HS79aaODsvIRyduiF7NY/F6LYeK5oeUmrsz7aFdRphQjFoESF4jS7lMauDOttKALcpapVDIAg==}
|
||||
|
||||
'@babel/code-frame@7.27.1':
|
||||
resolution: {integrity: sha512-cjQ7ZlQ0Mv3b47hABuTevyTuYN4i+loJKGeV9flcCgIK37cCXRh+L1bd3iBHlynerhQ7BhCkn2BPbQUL+rGqFg==}
|
||||
engines: {node: '>=6.9.0'}
|
||||
|
|
@ -501,8 +513,8 @@ packages:
|
|||
peerDependencies:
|
||||
semantic-release: '>=24.1.0'
|
||||
|
||||
'@semantic-release/npm@13.1.2':
|
||||
resolution: {integrity: sha512-9rtshDTNlzYrC7uSBtB1vHqFzFZaNHigqkkCH5Ls4N/BSlVOenN5vtwHYxjAR4jf1hNvWSVwL4eIFTHONYckkw==}
|
||||
'@semantic-release/npm@13.1.3':
|
||||
resolution: {integrity: sha512-q7zreY8n9V0FIP1Cbu63D+lXtRAVAIWb30MH5U3TdrfXt6r2MIrWCY0whAImN53qNvSGp0Zt07U95K+Qp9GpEg==}
|
||||
engines: {node: ^22.14.0 || >= 24.10.0}
|
||||
peerDependencies:
|
||||
semantic-release: '>=20.1.0'
|
||||
|
|
@ -2292,17 +2304,33 @@ snapshots:
|
|||
'@actions/exec': 1.1.1
|
||||
'@actions/http-client': 2.2.3
|
||||
|
||||
'@actions/core@2.0.1':
|
||||
dependencies:
|
||||
'@actions/exec': 2.0.0
|
||||
'@actions/http-client': 3.0.0
|
||||
|
||||
'@actions/exec@1.1.1':
|
||||
dependencies:
|
||||
'@actions/io': 1.1.3
|
||||
|
||||
'@actions/exec@2.0.0':
|
||||
dependencies:
|
||||
'@actions/io': 2.0.0
|
||||
|
||||
'@actions/http-client@2.2.3':
|
||||
dependencies:
|
||||
tunnel: 0.0.6
|
||||
undici: 5.29.0
|
||||
|
||||
'@actions/http-client@3.0.0':
|
||||
dependencies:
|
||||
tunnel: 0.0.6
|
||||
undici: 5.29.0
|
||||
|
||||
'@actions/io@1.1.3': {}
|
||||
|
||||
'@actions/io@2.0.0': {}
|
||||
|
||||
'@babel/code-frame@7.27.1':
|
||||
dependencies:
|
||||
'@babel/helper-validator-identifier': 7.28.5
|
||||
|
|
@ -2697,9 +2725,9 @@ snapshots:
|
|||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@semantic-release/npm@13.1.2(semantic-release@25.0.2(typescript@5.9.3))':
|
||||
'@semantic-release/npm@13.1.3(semantic-release@25.0.2(typescript@5.9.3))':
|
||||
dependencies:
|
||||
'@actions/core': 1.11.1
|
||||
'@actions/core': 2.0.1
|
||||
'@semantic-release/error': 4.0.0
|
||||
aggregate-error: 5.0.0
|
||||
env-ci: 11.2.0
|
||||
|
|
@ -4028,7 +4056,7 @@ snapshots:
|
|||
'@semantic-release/commit-analyzer': 13.0.1(semantic-release@25.0.2(typescript@5.9.3))
|
||||
'@semantic-release/error': 4.0.0
|
||||
'@semantic-release/github': 12.0.2(semantic-release@25.0.2(typescript@5.9.3))
|
||||
'@semantic-release/npm': 13.1.2(semantic-release@25.0.2(typescript@5.9.3))
|
||||
'@semantic-release/npm': 13.1.3(semantic-release@25.0.2(typescript@5.9.3))
|
||||
'@semantic-release/release-notes-generator': 14.1.0(semantic-release@25.0.2(typescript@5.9.3))
|
||||
aggregate-error: 5.0.0
|
||||
cosmiconfig: 9.0.0(typescript@5.9.3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue