Merge pull request #232 from marocchino/dependabot/npm_and_yarn/types/node-14.14.28

build(deps-dev): bump @types/node from 14.14.25 to 14.14.28
This commit is contained in:
marocchino 2021-02-19 09:58:08 +09:00 committed by GitHub
commit 9b6855e3b3
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

@ -2497,9 +2497,9 @@
}
},
"@types/node": {
"version": "14.14.25",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.25.tgz",
"integrity": "sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ=="
"version": "14.14.28",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.28.tgz",
"integrity": "sha512-lg55ArB+ZiHHbBBttLpzD07akz0QPrZgUODNakeC09i62dnrywr9mFErHuaPlB6I7z+sEbK+IYmplahvplCj2g=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.25",
"@types/node": "^14.14.28",
"jest": "^25.5.4",
"jest-circus": "^26.6.3",
"ts-jest": "^25.5.1",