Bump @types/jest from 25.2.2 to 25.2.3 (#302)

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-19 11:49:41 -04:00 committed by GitHub
parent 1e0c950a82
commit 35a9960e48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
"@actions/io": "1.0.2" "@actions/io": "1.0.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "25.2.2", "@types/jest": "25.2.3",
"@types/node": "14.0.1", "@types/node": "14.0.1",
"eslint": "7.0.0", "eslint": "7.0.0",
"eslint-plugin-github": "3.4.1", "eslint-plugin-github": "3.4.1",

View File

@ -734,9 +734,9 @@
"@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-coverage" "*"
"@types/istanbul-lib-report" "*" "@types/istanbul-lib-report" "*"
"@types/jest@25.2.2": "@types/jest@25.2.3":
version "25.2.2" version "25.2.3"
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf" resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.3.tgz#33d27e4c4716caae4eced355097a47ad363fdcaf"
dependencies: dependencies:
jest-diff "^25.2.1" jest-diff "^25.2.1"
pretty-format "^25.2.1" pretty-format "^25.2.1"