Merge pull request #61 from marocchino/dependabot/npm_and_yarn/types/node-13.7.5

build(deps-dev): bump @types/node from 13.7.4 to 13.7.5
This commit is contained in:
marocchino 2020-02-26 06:13:32 +09:00 committed by GitHub
commit d3fa84a062
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.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.4.tgz",
"integrity": "sha512-oVeL12C6gQS/GAExndigSaLxTrKpQPxewx9bOcwfvJiJge4rr7wNaph4J+ns5hrmIV2as5qxqN8YKthn9qh0jw=="
"version": "13.7.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.7.5.tgz",
"integrity": "sha512-PfSBCTQhAQg6QBP4UhXgrZ/wQ3pjfwBr4sA7Aul+pC9XwGgm9ezrJF7OiC/I4Kf+7VPu/5ThKngAruqxyctZfA=="
},
"@types/stack-utils": {
"version": "1.0.1",

View file

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