Merge pull request #149 from marocchino/dependabot/npm_and_yarn/types/node-14.0.23

build(deps-dev): bump @types/node from 14.0.22 to 14.0.23
This commit is contained in:
marocchino 2020-07-14 09:28:03 +09:00 committed by GitHub
commit f30ef4be7e
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.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.22.tgz",
"integrity": "sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g=="
"version": "14.0.23",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.23.tgz",
"integrity": "sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.4",
"@types/node": "^14.0.22",
"@types/node": "^14.0.23",
"jest": "^25.5.4",
"jest-circus": "^26.1.0",
"ts-jest": "^25.5.1",