deps: bump @types/node from 12.12.38 to 14.0.3

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.38 to 14.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-19 19:46:43 +00:00 committed by GitHub
parent b1d5e3fb14
commit 70b50a9732
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

@ -1865,9 +1865,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "12.12.38", "version": "14.0.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.38.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.3.tgz",
"integrity": "sha512-75eLjX0pFuTcUXnnWmALMzzkYorjND0ezNEycaKesbUBg9eGZp4GHPuDmkRc4mQQvIpe29zrzATNRA6hkYqwmA==", "integrity": "sha512-a8TR2N5VEJCL9HEJrAfwv3UI1bZq50HydowDDVV6pfnY7ZwG5Pjii+nSDhrDtGW3XKMoVKOgG8zS/Kv5j399uA==",
"dev": true "dev": true
}, },
"@types/node-fetch": { "@types/node-fetch": {

View file

@ -59,7 +59,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^25.2.3", "@types/jest": "^25.2.3",
"@types/node": "~12", "@types/node": "~14",
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0", "@typescript-eslint/parser": "^2.34.0",