Merge pull request #44 from marocchino/dependabot/npm_and_yarn/types/node-13.5.2

build(deps-dev): bump @types/node from 13.5.1 to 13.5.2
This commit is contained in:
marocchino 2020-01-31 07:24:22 +09:00 committed by GitHub
commit 7e6300bedc
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

@ -1308,9 +1308,9 @@
}
},
"@types/node": {
"version": "13.5.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.1.tgz",
"integrity": "sha512-Jj2W7VWQ2uM83f8Ls5ON9adxN98MvyJsMSASYFuSvrov8RMRY64Ayay7KV35ph1TSGIJ2gG9ZVDdEq3c3zaydA=="
"version": "13.5.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.2.tgz",
"integrity": "sha512-Fr6a47c84PRLfd7M7u3/hEknyUdQrrBA6VoPmkze0tcflhU5UnpWEX2kn12ktA/lb+MNHSqFlSiPHIHsaErTPA=="
},
"@types/stack-utils": {
"version": "1.0.1",

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.0",
"@types/node": "^13.5.1",
"@types/node": "^13.5.2",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"ts-jest": "^25.0.0",