Merge pull request #1104 from Binaryify/renovate/node-14.x

Update dependency @types/node to v14.14.25
This commit is contained in:
binaryify 2021-02-05 16:56:03 +08:00 committed by GitHub
commit 90fa494866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -132,9 +132,9 @@
"dev": true
},
"@types/node": {
"version": "14.14.21",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.21.tgz",
"integrity": "sha512-cHYfKsnwllYhjOzuC5q1VpguABBeecUp24yFluHpn/BQaVxB1CuQ1FSRZCzrPxrkIfWISXV2LbeoBthLWg0+0A=="
"version": "14.14.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz",
"integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

@ -46,7 +46,7 @@
"tunnel": "^0.0.6"
},
"devDependencies": {
"@types/node": "14.14.21",
"@types/node": "14.14.25",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"eslint": "7.19.0",