Bump @types/node from 13.5.2 to 13.5.3 (#18)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 13.5.2 to 13.5.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-01-31 09:30:25 +01:00 committed by GitHub
parent 53d161ac19
commit d566485ddd
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

@ -758,9 +758,9 @@
}
},
"@types/node": {
"version": "13.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.2.tgz",
"integrity": "sha512-Fr6a47c84PRLfd7M7u3/hEknyUdQrrBA6VoPmkze0tcflhU5UnpWEX2kn12ktA/lb+MNHSqFlSiPHIHsaErTPA==",
"version": "13.5.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.3.tgz",
"integrity": "sha512-ZPnWX9PW992w6DUsz3JIXHaSb5v7qmKCVzC3km6SxcDGxk7zmLfYaCJTbktIa5NeywJkkZDhGldKqDIvC5DRrA==",
"dev": true
},
"@types/stack-utils": {

View File

@ -30,7 +30,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.1",
"@types/node": "^13.5.2",
"@types/node": "^13.5.3",
"@types/download": "^6.2.4",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",