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

Update dependency @types/node to v14.14.20
This commit is contained in:
binaryify 2021-01-07 13:49:40 +08:00 committed by GitHub
commit 276607285e
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 "dev": true
}, },
"@types/node": { "@types/node": {
"version": "14.14.19", "version": "14.14.20",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.19.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.20.tgz",
"integrity": "sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ==" "integrity": "sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A=="
}, },
"@types/parse-json": { "@types/parse-json": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -46,7 +46,7 @@
"tunnel": "^0.0.6" "tunnel": "^0.0.6"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "14.14.19", "@types/node": "14.14.20",
"@typescript-eslint/eslint-plugin": "4.4.1", "@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/parser": "4.4.1", "@typescript-eslint/parser": "4.4.1",
"eslint": "7.17.0", "eslint": "7.17.0",