Bump @types/node from 12.12.5 to 12.12.6 (#32)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.12.5 to 12.12.6.
- [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] 2019-11-06 10:05:50 +01:00 committed by CrazyMax
parent 67b3825999
commit 3870150cd9
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -534,9 +534,9 @@
"dev": true
},
"@types/node": {
"version": "12.12.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.5.tgz",
"integrity": "sha512-KEjODidV4XYUlJBF3XdjSH5FWoMCtO0utnhtdLf1AgeuZLOrRbvmU/gaRCVg7ZaQDjVf3l84egiY0mRNe5xE4A==",
"version": "12.12.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.6.tgz",
"integrity": "sha512-FjsYUPzEJdGXjwKqSpE0/9QEh6kzhTAeObA54rn6j3rR4C/mzpI9L0KNfoeASSPMMdxIsoJuCLDWcM/rVjIsSA==",
"dev": true
},
"@types/stack-utils": {

View File

@ -33,7 +33,7 @@
"devDependencies": {
"@types/download": "^6.2.4",
"@types/jest": "^24.0.21",
"@types/node": "^12.12.5",
"@types/node": "^12.12.6",
"jest": "^24.8.0",
"jest-circus": "^24.7.1",
"prettier": "^1.17.1",