From 4cbd0fd666c78dc24832e7c2121cc1ed2e38929d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2020 17:09:32 +1000 Subject: [PATCH] [MISC] (deps): Bump @types/jest from 26.0.7 to 26.0.8 in /web (#1246) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.7 to 26.0.8. - [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 41505a539..e87467554 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.5", - "@types/jest": "^26.0.7", + "@types/jest": "^26.0.8", "@types/node": "^14.0.27", "@types/qrcode.react": "^1.0.1", "@types/query-string": "^6.3.0", diff --git a/web/yarn.lock b/web/yarn.lock index 1f234f367..913ffbb99 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.7": - version "26.0.7" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.7.tgz#495cb1d1818c1699dbc3b8b046baf1c86ef5e324" - integrity sha512-+x0077/LoN6MjqBcVOe1y9dpryWnfDZ+Xfo3EqGeBcfPRJlQp3Lw62RvNlWxuGv7kOEwlHriAa54updi3Jvvwg== +"@types/jest@^26.0.8": + version "26.0.8" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.8.tgz#f5c5559cf25911ce227f7ce30f1f160f24966369" + integrity sha512-eo3VX9jGASSuv680D4VQ89UmuLZneNxv2MCZjfwlInav05zXVJTzfc//lavdV0GPwSxsXJTy2jALscB7Acqg0g== dependencies: jest-diff "^25.2.1" pretty-format "^25.2.1"