Update dependency @types/node to ^18.11.19

This commit is contained in:
renovate[bot] 2023-02-05 01:39:58 +00:00 committed by GitHub
parent c3a133b56a
commit aa1d957fdd
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.18",
"@types/node": "^18.11.19",
"@typescript-eslint/parser": "^5.44.0",
"@vercel/ncc": "^0.36.1",
"eslint": "^8.33.0",
@ -1347,9 +1347,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "18.11.18",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz",
"integrity": "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==",
"version": "18.11.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.11.19.tgz",
"integrity": "sha512-YUgMWAQBWLObABqrvx8qKO1enAvBUdjZOAWQ5grBAkp5LQv45jBvYKZ3oFS9iKRCQyFjqw6iuEa1vmFqtxYLZw==",
"dev": true
},
"node_modules/@types/prettier": {

View File

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