Merge pull request #47 from marocchino/dependabot/npm_and_yarn/types/node-13.5.3

build(deps-dev): bump @types/node from 13.5.2 to 13.5.3
This commit is contained in:
marocchino 2020-02-01 09:33:21 +09:00 committed by GitHub
commit 9e999c609f
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": { "@types/node": {
"version": "13.5.2", "version": "13.5.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.2.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-13.5.3.tgz",
"integrity": "sha512-Fr6a47c84PRLfd7M7u3/hEknyUdQrrBA6VoPmkze0tcflhU5UnpWEX2kn12ktA/lb+MNHSqFlSiPHIHsaErTPA==" "integrity": "sha512-ZPnWX9PW992w6DUsz3JIXHaSb5v7qmKCVzC3km6SxcDGxk7zmLfYaCJTbktIa5NeywJkkZDhGldKqDIvC5DRrA=="
}, },
"@types/stack-utils": { "@types/stack-utils": {
"version": "1.0.1", "version": "1.0.1",

View file

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