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

Update dependency @types/node to v14.14.19
This commit is contained in:
binaryify 2021-01-04 13:36:59 +08:00 committed by GitHub
commit de163b2ac9
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.16", "version": "14.14.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.16.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.19.tgz",
"integrity": "sha512-naXYePhweTi+BMv11TgioE2/FXU4fSl29HAH1ffxVciNsH3rYXjNP2yM8wqmSm7jS20gM8TIklKiTen+1iVncw==" "integrity": "sha512-4nhBPStMK04rruRVtVc6cDqhu7S9GZai0fpXgPXrFpcPX6Xul8xnrjSdGB4KPBVYG/R5+fXWdCM8qBoiULWGPQ=="
}, },
"@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.16", "@types/node": "14.14.19",
"@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",