Compare commits

...

2 commits

Author SHA1 Message Date
renovate[bot]
f260af5833
fix(deps): update dependency @types/node to v20.16.10 2024-09-27 16:56:07 +00:00
renovate[bot]
33794ff058 chore(deps): update actions/setup-java digest to b36c23c 2024-09-26 08:17:49 +00:00
3 changed files with 10 additions and 11 deletions

View file

@ -37,7 +37,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run package
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
if: ${{ env.ACT }}
with:
java-version: 11
@ -60,7 +60,7 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm run package
- uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
if: ${{ env.ACT}}
with:
java-version: 11

15
package-lock.json generated
View file

@ -13,7 +13,6 @@
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@actions/tool-cache": "^2.0.1",
"@types/node": "^20.0.0",
"async-retry": "^1.3.3",
"semver": "^7.3.7"
},
@ -21,7 +20,7 @@
"@ava/typescript": "5.0.0",
"@tsconfig/node16": "16.1.3",
"@types/async-retry": "1.4.8",
"@types/node": "20.16.5",
"@types/node": "^20.16.10",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
@ -694,9 +693,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true,
"dependencies": {
"undici-types": "~6.19.2"
@ -7468,9 +7467,9 @@
"dev": true
},
"@types/node": {
"version": "20.16.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.5.tgz",
"integrity": "sha512-VwYCweNo3ERajwy0IUlqqcyZ8/A7Zwa9ZP3MnENWcB11AejO+tLy3pu850goUW2FC/IJMdZUfKpX/yxL1gymCA==",
"version": "20.16.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.10.tgz",
"integrity": "sha512-vQUKgWTjEIRFCvK6CyriPH3MZYiYlNy0fKiEYHWbcoWLEgs4opurGGKlebrTLqdSMIbXImH6XExNiIyNUv3WpA==",
"dev": true,
"requires": {
"undici-types": "~6.19.2"

View file

@ -63,7 +63,7 @@
"@ava/typescript": "5.0.0",
"@tsconfig/node16": "16.1.3",
"@types/async-retry": "1.4.8",
"@types/node": "20.16.5",
"@types/node": "20.16.10",
"@types/semver": "7.5.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",