From 9f19d28676d2c2e6c5c26424dac43e11fc02c4cd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2020 02:08:59 +1000 Subject: [PATCH] [MISC] (deps): Bump @types/jest from 26.0.13 to 26.0.14 in /web (#1326) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.13 to 26.0.14. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index f4934184..c2c5648c 100644 --- a/web/package.json +++ b/web/package.json @@ -12,7 +12,7 @@ "@types/chai": "^4.2.12", "@types/classnames": "^2.2.10", "@types/enzyme": "^3.10.6", - "@types/jest": "^26.0.13", + "@types/jest": "^26.0.14", "@types/node": "^14.10.1", "@types/qrcode.react": "^1.0.1", "@types/query-string": "^6.3.0", diff --git a/web/yarn.lock b/web/yarn.lock index 09733321..07c9161b 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1649,10 +1649,10 @@ "@types/istanbul-lib-coverage" "*" "@types/istanbul-lib-report" "*" -"@types/jest@^26.0.13": - version "26.0.13" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.13.tgz#5a7b9d5312f5dd521a38329c38ee9d3802a0b85e" - integrity sha512-sCzjKow4z9LILc6DhBvn5AkIfmQzDZkgtVVKmGwVrs5tuid38ws281D4l+7x1kP487+FlKDh5kfMZ8WSPAdmdA== +"@types/jest@^26.0.14": + version "26.0.14" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.14.tgz#078695f8f65cb55c5a98450d65083b2b73e5a3f3" + integrity sha512-Hz5q8Vu0D288x3iWXePSn53W7hAjP0H7EQ6QvDO9c7t46mR0lNOLlfuwQ+JkVxuhygHzlzPX+0jKdA3ZgSh+Vg== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"