Merge pull request #186 from marocchino/dependabot/npm_and_yarn/types/node-14.11.8

build(deps-dev): bump @types/node from 14.11.5 to 14.11.8
This commit is contained in:
marocchino 2020-10-12 08:31:49 +09:00 committed by GitHub
commit 6804b5ad49
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

@ -2486,9 +2486,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "14.11.5", "version": "14.11.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.5.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.8.tgz",
"integrity": "sha512-jVFzDV6NTbrLMxm4xDSIW/gKnk8rQLF9wAzLWIOg+5nU6ACrIMndeBdXci0FGtqJbP9tQvm6V39eshc96TO2wQ==" "integrity": "sha512-KPcKqKm5UKDkaYPTuXSx8wEP7vE9GnuaXIZKijwRYcePpZFDVuy2a57LarFKiORbHOuTOOwYzxVxcUzsh2P2Pw=="
}, },
"@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.14", "@types/jest": "^26.0.14",
"@types/node": "^14.11.5", "@types/node": "^14.11.8",
"jest": "^25.5.4", "jest": "^25.5.4",
"jest-circus": "^26.5.2", "jest-circus": "^26.5.2",
"ts-jest": "^25.5.1", "ts-jest": "^25.5.1",