Merge pull request #63 from marocchino/dependabot/npm_and_yarn/types/node-13.7.7

build(deps-dev): bump @types/node from 13.7.6 to 13.7.7
This commit is contained in:
marocchino 2020-02-29 14:43:59 +09:00 committed by GitHub
commit 5b4c8b52fc
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

@ -1334,9 +1334,9 @@
}
},
"@types/node": {
"version": "13.7.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.6.tgz",
"integrity": "sha512-eyK7MWD0R1HqVTp+PtwRgFeIsemzuj4gBFSQxfPHY5iMjS7474e5wq+VFgTcdpyHeNxyKSaetYAjdMLJlKoWqA=="
"version": "13.7.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.7.tgz",
"integrity": "sha512-Uo4chgKbnPNlxQwoFmYIwctkQVkMMmsAoGGU4JKwLuvBefF0pCq4FybNSnfkfRCpC7ZW7kttcC/TrRtAJsvGtg=="
},
"@types/stack-utils": {
"version": "1.0.1",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.3",
"@types/node": "^13.7.6",
"@types/node": "^13.7.7",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"ts-jest": "^25.2.1",