Bump @types/node from 12.19.3 to 12.19.4 (#18)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 12.19.3 to 12.19.4. - [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>
This commit is contained in:
parent
f4cd19275c
commit
c724bb1da9
|
@ -31,9 +31,9 @@
|
|||
}
|
||||
},
|
||||
"@types/node": {
|
||||
"version": "12.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.3.tgz",
|
||||
"integrity": "sha512-8Jduo8wvvwDzEVJCOvS/G6sgilOLvvhn1eMmK3TW8/T217O7u1jdrK6ImKLv80tVryaPSVeKu6sjDEiFjd4/eg==",
|
||||
"version": "12.19.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.4.tgz",
|
||||
"integrity": "sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w==",
|
||||
"dev": true
|
||||
},
|
||||
"@vercel/ncc": {
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@tsconfig/node12": "^1.0.7",
|
||||
"@types/async": "^3.2.3",
|
||||
"@types/fs-extra": "^9.0.3",
|
||||
"@types/node": "~12.19.2",
|
||||
"@types/node": "~12.19.4",
|
||||
"@vercel/ncc": "^0.24.1",
|
||||
"ts-node": "^9.0.0",
|
||||
"typescript": "^4.0.5"
|
||||
|
|
Loading…
Reference in New Issue