chore: bump @types/node to v16.3.2

This commit is contained in:
Kengo TODA
2021-07-15 07:25:34 +08:00
committed by Kengo TODA
parent 38bcbb88d2
commit 642cc80b6c
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -996,9 +996,9 @@
"dev": true
},
"@types/node": {
"version": "16.0.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.0.0.tgz",
"integrity": "sha512-TmCW5HoZ2o2/z2EYi109jLqIaPIi9y/lc2LmDCWzuCi35bcaQ+OtUh6nwBiFK7SOu25FAU5+YKdqFZUwtqGSdg==",
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.3.2.tgz",
"integrity": "sha512-jJs9ErFLP403I+hMLGnqDRWT0RYKSvArxuBVh2veudHV7ifEC1WAmjJADacZ7mRbA2nWgHtn8xyECMAot0SkAw==",
"dev": true
},
"@types/prettier": {

View File

@@ -30,7 +30,7 @@
"@actions/tool-cache": "^1.7.0"
},
"devDependencies": {
"@types/node": "^16.0.0",
"@types/node": "^16.3.2",
"@typescript-eslint/parser": "^4.28.3",
"@vercel/ncc": "^0.28.6",
"eslint": "^7.30.0",