Merge pull request #133 from marocchino/dependabot/npm_and_yarn/types/node-14.0.12

build(deps-dev): bump @types/node from 14.0.9 to 14.0.12
This commit is contained in:
marocchino 2020-06-09 10:21:20 +09:00 committed by GitHub
commit 9464e631c0
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.9",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.9.tgz",
"integrity": "sha512-0sCTiXKXELOBxvZLN4krQ0FPOAA7ij+6WwvD0k/PHd9/KAkr4dXel5J9fh6F4x1FwAQILqAWkmpeuS6mjf1iKA=="
"version": "14.0.12",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.0.12.tgz",
"integrity": "sha512-/sjzehvjkkpvLpYtN6/2dv5kg41otMGuHQUt9T2aiAuIfleCQRQHXXzF1eAw/qkZTj5Kcf4JSTf7EIizHocy6Q=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View file

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