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

Update dependency @types/node to v14.14.37
This commit is contained in:
binaryify 2021-03-30 13:55:56 +08:00 committed by GitHub
commit 259d3caf70
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

@ -170,9 +170,9 @@
"dev": true
},
"@types/node": {
"version": "14.14.31",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.31.tgz",
"integrity": "sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g=="
"version": "14.14.37",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.37.tgz",
"integrity": "sha512-XYmBiy+ohOR4Lh5jE379fV2IU+6Jn4g5qASinhitfyO71b/sCo6MKsMLF5tc7Zf2CE8hViVQyYSobJNke8OvUw=="
},
"@types/parse-json": {
"version": "4.0.0",

View File

@ -46,7 +46,7 @@
"tunnel": "^0.0.6"
},
"devDependencies": {
"@types/node": "14.14.31",
"@types/node": "14.14.37",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"eslint": "7.23.0",