Merge pull request #181 from marocchino/dependabot/npm_and_yarn/types/node-14.11.2

build(deps-dev): bump @types/node from 14.10.3 to 14.11.2
This commit is contained in:
marocchino 2020-10-05 06:26:18 +09:00 committed by GitHub
commit 3f978e02c2
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

@ -2481,9 +2481,9 @@
}
},
"@types/node": {
"version": "14.10.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.10.3.tgz",
"integrity": "sha512-zdN0hor7TLkjAdKTnYW+Y22oIhUUpil5ZD1V1OFq0CR0CLKw+NdR6dkziTfkWRLo6sKzisayoj/GNpNbe4LY9Q=="
"version": "14.11.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.11.2.tgz",
"integrity": "sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA=="
},
"@types/normalize-package-data": {
"version": "2.4.0",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.10.3",
"@types/node": "^14.11.2",
"jest": "^25.5.4",
"jest-circus": "^26.4.2",
"ts-jest": "^25.5.1",