Update dependency @types/node to ^18.11.13

This commit is contained in:
renovate[bot] 2022-12-10 19:42:56 +00:00 committed by GitHub
parent 5b0fd1b356
commit bc5bc8c00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"@typescript-eslint/parser": "^5.44.0",
"@vercel/ncc": "^0.36.0",
"eslint": "^8.29.0",
@ -1331,9 +1331,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.11.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.12.tgz",
"integrity": "sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg==",
"version": "18.11.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.13.tgz",
"integrity": "sha512-IASpMGVcWpUsx5xBOrxMj7Bl8lqfuTY7FKAnPmu5cHkfQVWF8GulWS1jbRqA934qZL35xh5xN/+Xe/i26Bod4w==",
"dev": true
},
"node_modules/@types/prettier": {

View File

@ -17,7 +17,7 @@
"@actions/io": "^1.1.2"
},
"devDependencies": {
"@types/node": "^18.11.12",
"@types/node": "^18.11.13",
"@typescript-eslint/parser": "^5.44.0",
"@vercel/ncc": "^0.36.0",
"eslint-plugin-github": "^4.6.0",