Compare commits

...

1 commit

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
2 changed files with 8 additions and 9 deletions

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",