Updating @types/node.

This commit is contained in:
John Livingston 2021-08-06 16:44:29 +02:00
parent a60cb31772
commit e5fead8df4
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -280,9 +280,9 @@
"dev": true
},
"@types/node": {
"version": "14.17.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.9.tgz",
"integrity": "sha512-CMjgRNsks27IDwI785YMY0KLt3co/c0cQ5foxHYv/shC2w8oOnVwz5Ubq1QG5KzrcW+AXk6gzdnxIkDnTvzu3g=="
"version": "16.4.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.4.13.tgz",
"integrity": "sha512-bLL69sKtd25w7p1nvg9pigE4gtKVpGTPojBFLMkGHXuUgap2sLqQt2qUnqmVCDfzGUL0DRNZP+1prIZJbMeAXg=="
},
"@types/qs": {
"version": "6.9.7",

View File

@ -42,7 +42,7 @@
"@types/express": "^4.17.13",
"@types/express-http-proxy": "^1.6.2",
"@types/got": "^9.6.12",
"@types/node": "^14.17.9",
"@types/node": "^16.4.13",
"@types/winston": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",