From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 09:15:55 +0000 (+0000) Subject: build(deps-dev): bump @types/jest from 25.2.1 to 25.2.2 X-Git-Tag: v4.0.0-alpha.12~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82c3c4712bc89185c4579bcbadaf7068cbe86405;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @types/jest from 25.2.1 to 25.2.2 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.2.1 to 25.2.2. - [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 4aa3510a..a706300f 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-replace": "^2.3.2", "@size-limit/preset-small-lib": "^4.4.5", - "@types/jest": "^25.1.3", + "@types/jest": "^25.2.2", "@types/jsdom": "^16.2.1", "@types/webpack": "^4.41.12", "@types/webpack-env": "^1.15.2", diff --git a/yarn.lock b/yarn.lock index 609cdf25..48975010 100644 --- a/yarn.lock +++ b/yarn.lock @@ -755,10 +755,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^25.1.3": - version "25.2.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.1.tgz#9544cd438607955381c1bdbdb97767a249297db5" - integrity sha512-msra1bCaAeEdkSyA0CZ6gW1ukMIvZ5YoJkdXw/qhQdsuuDlFTcEUrUw8CLCPt2rVRUfXlClVvK2gvPs9IokZaA== +"@types/jest@^25.2.2": + version "25.2.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-25.2.2.tgz#6a752e7a00f69c3e790ea00c345029d5cefa92bf" + integrity sha512-aRctFbG8Pb7DSLzUt/fEtL3q/GKb9mretFuYhRub2J0q6NhzBYbx9HTQzHrWgBNIxYOlxGNVe6Z54cpbUt+Few== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"