Merge pull request #25 from marocchino/dependabot/npm_and_yarn/types/node-13.1.2

build(deps-dev): bump @types/node from 13.1.1 to 13.1.2
This commit is contained in:
marocchino 2020-01-06 11:32:16 +09:00 committed by GitHub
commit 441de2e06e
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

@ -546,9 +546,9 @@
}
},
"@types/node": {
"version": "13.1.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.1.1.tgz",
"integrity": "sha512-hx6zWtudh3Arsbl3cXay+JnkvVgCKzCWKv42C9J01N2T2np4h8w5X8u6Tpz5mj38kE3M9FM0Pazx8vKFFMnjLQ=="
"version": "13.1.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.1.2.tgz",
"integrity": "sha512-B8emQA1qeKerqd1dmIsQYnXi+mmAzTB7flExjmy5X1aVAKFNNNDubkavwR13kR6JnpeLp3aLoJhwn9trWPAyFQ=="
},
"@types/stack-utils": {
"version": "1.0.1",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^24.0.25",
"@types/node": "^13.1.1",
"@types/node": "^13.1.2",
"jest": "^24.9.0",
"jest-circus": "^24.9.0",
"ts-jest": "^24.2.0",