Merge pull request #126 from marocchino/dependabot/npm_and_yarn/types/node-14.0.5

build(deps-dev): bump @types/node from 14.0.4 to 14.0.5
This commit is contained in:
marocchino 2020-05-24 09:21:12 +09:00 committed by GitHub
commit ed7ffc650c
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

@ -2452,9 +2452,9 @@
}
},
"@types/node": {
"version": "14.0.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.4.tgz",
"integrity": "sha512-k3NqigXWRzQZVBDS5D1U70A5E8Qk4Kh+Ha/x4M8Bt9pF0X05eggfnC9+63Usc9Q928hRUIpIhTQaXsZwZBl4Ew=="
"version": "14.0.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.5.tgz",
"integrity": "sha512-90hiq6/VqtQgX8Sp0EzeIsv3r+ellbGj4URKj5j30tLlZvRUpnAe9YbYnjl3pJM93GyXU0tghHhvXHq+5rnCKA=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^25.2.3",
"@types/node": "^14.0.4",
"@types/node": "^14.0.5",
"jest": "^25.5.4",
"jest-circus": "^26.0.1",
"ts-jest": "^25.5.1",