From: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2020 12:15:25 +0000 (+0000) Subject: build(deps-dev): bump @types/jest from 26.0.0 to 26.0.3 X-Git-Tag: v4.0.0-alpha.14~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04a926d2d6fb12969907be5f3c49c5ad5d528ac6;p=thirdparty%2Fvuejs%2Frouter.git build(deps-dev): bump @types/jest from 26.0.0 to 26.0.3 Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.0 to 26.0.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] --- diff --git a/package.json b/package.json index 5969078e..0c77d55f 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@rollup/plugin-node-resolve": "^8.1.0", "@rollup/plugin-replace": "^2.3.3", "@size-limit/preset-small-lib": "^4.5.1", - "@types/jest": "^26.0.0", + "@types/jest": "^26.0.3", "@types/jsdom": "^16.2.3", "@types/webpack": "^4.41.17", "@types/webpack-env": "^1.15.2", diff --git a/yarn.lock b/yarn.lock index 85cd1ff8..8b1990ec 100644 --- a/yarn.lock +++ b/yarn.lock @@ -806,10 +806,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.0": - version "26.0.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.0.tgz#a6d7573dffa9c68cbbdf38f2e0de26f159e11134" - integrity sha512-/yeMsH9HQ1RLORlXAwoLXe8S98xxvhNtUz3yrgrwbaxYjT+6SFPZZRksmRKRA6L5vsUtSHeN71viDOTTyYAD+g== +"@types/jest@^26.0.3": + version "26.0.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.3.tgz#79534e0e94857171c0edc596db0ebe7cb7863251" + integrity sha512-v89ga1clpVL/Y1+YI0eIu1VMW+KU7Xl8PhylVtDKVWaSUHBHYPLXMQGBdrpHewaKoTvlXkksbYqPgz8b4cmRZg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"