Bump @types/node from 14.0.12 to 14.0.13 (#112)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2020-06-10 19:14:37 +00:00 committed by GitHub
parent 9dd5b8a5c3
commit 8349e56b6f
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

@ -31,9 +31,9 @@
}
},
"@types/node": {
"version": "14.0.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.12.tgz",
"integrity": "sha512-/sjzehvjkkpvLpYtN6/2dv5kg41otMGuHQUt9T2aiAuIfleCQRQHXXzF1eAw/qkZTj5Kcf4JSTf7EIizHocy6Q==",
"version": "14.0.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.13.tgz",
"integrity": "sha512-rouEWBImiRaSJsVA+ITTFM6ZxibuAlTuNOCyxVbwreu6k6+ujs7DfnU9o+PShFhET78pMBl3eH+AGSI5eOTkPA==",
"dev": true
},
"@zeit/ncc": {

View File

@ -30,7 +30,7 @@
"devDependencies": {
"@actions/io": "^1.0.2",
"@types/fs-extra": "^9.0.1",
"@types/node": "^14.0.12",
"@types/node": "^14.0.13",
"@zeit/ncc": "^0.22.3",
"prettier": "^2.0.5",
"removeNPMAbsolutePaths": "^2.0.0",