From 052095e4910fb6b58617477b3b2ae00157246098 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 10:54:15 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v28.1.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 65b0b60c..c44c9da7 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@semantic-release/github": "8.0.5", "@stryker-mutator/core": "6.1.2", "@stryker-mutator/jest-runner": "6.1.2", - "@types/jest": "28.1.7", + "@types/jest": "28.1.8", "@types/semantic-release": "17.2.4", "@typescript-eslint/eslint-plugin": "5.34.0", "@typescript-eslint/parser": "5.34.0", diff --git a/yarn.lock b/yarn.lock index 81d927b6..bc76cf94 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1446,10 +1446,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@28.1.7": - version "28.1.7" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.7.tgz#a680c5d05b69634c2d54a63cb106d7fb1adaba16" - integrity sha512-acDN4VHD40V24tgu0iC44jchXavRNVFXQ/E6Z5XNsswgoSO/4NgsXoEYmPUGookKldlZQyIpmrEXsHI9cA3ZTA== +"@types/jest@28.1.8": + version "28.1.8" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.8.tgz#6936409f3c9724ea431efd412ea0238a0f03b09b" + integrity sha512-8TJkV++s7B6XqnDrzR1m/TT0A0h948Pnl/097veySPN67VRAgQ4gZ7n2KfJo2rVq6njQjdxU3GCCyDvAeuHoiw== dependencies: expect "^28.0.0" pretty-format "^28.0.0"