Merge pull request #165 from marocchino/dependabot/npm_and_yarn/types/node-14.6.0

build(deps-dev): bump @types/node from 14.0.27 to 14.6.0
This commit is contained in:
marocchino 2020-08-24 17:59:50 +09:00 committed by GitHub
commit aa1ec9f658
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

@ -2481,9 +2481,9 @@
}
},
"@types/node": {
"version": "14.0.27",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.27.tgz",
"integrity": "sha512-kVrqXhbclHNHGu9ztnAwSncIgJv/FaxmzXJvGXNdcCpV1b8u1/Mi6z6m0vwy0LzKeXFTPLH0NzwmoJ3fNCIq0g=="
"version": "14.6.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.6.0.tgz",
"integrity": "sha512-mikldZQitV94akrc4sCcSjtJfsTKt4p+e/s0AGscVA6XArQ9kFclP+ZiYUMnq987rc6QlYxXv/EivqlfSLxpKA=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.10",
"@types/node": "^14.0.27",
"@types/node": "^14.6.0",
"jest": "^25.5.4",
"jest-circus": "^26.4.1",
"ts-jest": "^25.5.1",