Merge pull request #1480 from h3poteto/dependabot/npm_and_yarn/types/node-14.0.5

Bump @types/node from 13.13.4 to 14.0.5
This commit is contained in:
AkiraFukushima 2020-05-27 23:20:04 +09:00 committed by GitHub
commit bb8001552b
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

@ -5380,9 +5380,9 @@
}
},
"@types/node": {
"version": "13.13.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.4.tgz",
"integrity": "sha512-x26ur3dSXgv5AwKS0lNfbjpCakGIduWU1DU91Zz58ONRWrIKGunmZBNv4P7N+e27sJkiGDsw/3fT4AtsqQBrBA=="
"version": "14.0.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.5.tgz",
"integrity": "sha512-90hiq6/VqtQgX8Sp0EzeIsv3r+ellbGj4URKj5j30tLlZvRUpnAe9YbYnjl3pJM93GyXU0tghHhvXHq+5rnCKA=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View File

@ -220,7 +220,7 @@
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.152",
"@types/nedb": "^1.8.9",
"@types/node": "^13.13.4",
"@types/node": "^14.0.5",
"@types/parse-link-header": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.33.0",