chore(deps-dev): bump @types/jest from 26.0.16 to 26.0.17

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.16 to 26.0.17.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-12-08 06:17:23 +00:00
committed by probot-auto-merge[bot]
parent 123ad2dce1
commit 7eb702a115
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -1509,9 +1509,9 @@
}
},
"@types/jest": {
"version": "26.0.16",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.16.tgz",
"integrity": "sha512-Gp12+7tmKCgv9JjtltxUXokohCAEZfpJaEW5tn871SGRp8I+bRWBonQO7vW5NHwnAHe5dd50+Q4zyKuN35i09g==",
"version": "26.0.17",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.17.tgz",
"integrity": "sha512-5sy3dHuiT/nJGM0XZ8ozFgdR4Y/gmi89n2OCDthTULSi8nG3YdcSDVuxYT3X7eN62NGXWJYz2oNOpDp/aIaynQ==",
"dev": true,
"requires": {
"jest-diff": "^26.0.0",
@@ -1541,9 +1541,9 @@
}
},
"@types/yargs": {
"version": "15.0.10",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.10.tgz",
"integrity": "sha512-z8PNtlhrj7eJNLmrAivM7rjBESG6JwC5xP3RVk12i/8HVP7Xnx/sEmERnRImyEuUaJfO942X0qMOYsoupaJbZQ==",
"version": "15.0.11",
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.11.tgz",
"integrity": "sha512-jfcNBxHFYJ4nPIacsi3woz1+kvUO6s1CyeEhtnDHBjHUMNj5UlW2GynmnSgiJJEdNg9yW5C8lfoNRZrHGv5EqA==",
"dev": true,
"requires": {
"@types/yargs-parser": "*"

View File

@@ -30,7 +30,7 @@
"@actions/tool-cache": "^1.6.1"
},
"devDependencies": {
"@types/jest": "^26.0.16",
"@types/jest": "^26.0.17",
"@types/node": "^14.14.10",
"@typescript-eslint/parser": "^4.9.1",
"@vercel/ncc": "^0.25.1",