Merge pull request #148 from marocchino/dependabot/npm_and_yarn/types/node-14.0.22

build(deps-dev): bump @types/node from 14.0.20 to 14.0.22
This commit is contained in:
marocchino 2020-07-13 23:43:36 +09:00 committed by GitHub
commit af0bc7a711
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": { "@types/node": {
"version": "14.0.20", "version": "14.0.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.20.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.22.tgz",
"integrity": "sha512-MRn/NP3dee8yL5QhbSA6riuwkS+UOcsPUMOIOG3KMUQpuor/2TopdRBu8QaaB4fGU+gz/bzyDWt0FtUbeJ8H1A==" "integrity": "sha512-emeGcJvdiZ4Z3ohbmw93E/64jRzUHAItSHt8nF7M4TGgQTiWqFVGB8KNpLGFmUHmHLvjvBgFwVlqNcq+VuGv9g=="
}, },
"@types/normalize-package-data": { "@types/normalize-package-data": {
"version": "2.4.0", "version": "2.4.0",

View file

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