From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 09:22:20 +0000 (+0000) Subject: build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7 X-Git-Tag: v4.0.0-beta.5~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d2e4ec1b4aa1a998d61200a6510e2f6ea750e7f;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.5 to 26.0.7. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] --- diff --git a/package.json b/package.json index 9e5fc3ba..890d8c05 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@rollup/plugin-node-resolve": "^8.4.0", "@rollup/plugin-replace": "^2.3.3", "@size-limit/preset-small-lib": "^4.5.5", - "@types/jest": "^26.0.5", + "@types/jest": "^26.0.7", "@types/jsdom": "^16.2.3", "@types/webpack": "^4.41.21", "@types/webpack-env": "^1.15.2", diff --git a/yarn.lock b/yarn.lock index 25939b6a..ef9ddbd3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -825,10 +825,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.5": - version "26.0.5" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.5.tgz#23a8eecf4764a770ea8d3a0d1ea16b96c822035d" - integrity sha512-heU+7w8snfwfjtcj2H458aTx3m5unIToOJhx75ebHilBiiQ39OIdA18WkG4LP08YKeAoWAGvWg8s+22w/PeJ6w== +"@types/jest@^26.0.7": + version "26.0.7" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324" + integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"