Merge pull request #82 from marocchino/dependabot/npm_and_yarn/types/node-13.9.8

build(deps-dev): bump @types/node from 13.9.3 to 13.9.8
This commit is contained in:
marocchino 2020-03-31 11:25:22 +09:00 committed by GitHub
commit caed8a3edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 14 deletions

16
package-lock.json generated
View file

@ -1637,9 +1637,9 @@
}
},
"@types/node": {
"version": "13.9.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.3.tgz",
"integrity": "sha512-01s+ac4qerwd6RHD+mVbOEsraDHSgUaefQlEdBbUolnQFjKwCr7luvAlEwW1RFojh67u0z4OUTjPn9LEl4zIkA=="
"version": "13.9.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-13.9.8.tgz",
"integrity": "sha512-1WgO8hsyHynlx7nhP1kr0OFzsgKz5XDQL+Lfc3b1Q3qIln/n8cKD4m09NJ0+P1Rq7Zgnc7N0+SsMnoD1rEb0kA=="
},
"@types/prettier": {
"version": "1.19.1",
@ -8679,16 +8679,6 @@
}
}
}
},
"yargs-parser": {
"version": "16.1.0",
"resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-16.1.0.tgz",
"integrity": "sha512-H/V41UNZQPkUMIT5h5hiwg4QKIY1RPvoBV4XcjUbRM8Bk2oKqqyZ0DIEbTFZB0XjbtSPG8SAa/0DxCQmiRgzKg==",
"dev": true,
"requires": {
"camelcase": "^5.0.0",
"decamelize": "^1.2.0"
}
}
}
}

View file

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^13.9.3",
"@types/node": "^13.9.8",
"jest": "^25.2.4",
"jest-circus": "^25.1.0",
"ts-jest": "^25.3.0",