From cc76eadb7decf37725099a56de64c19d508fe4fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Sep 2022 21:45:05 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.0.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e2cc69f..67007b6f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@semantic-release/github": "8.0.6", "@stryker-mutator/core": "6.2.2", "@stryker-mutator/jest-runner": "6.2.2", - "@types/jest": "29.0.2", + "@types/jest": "29.0.3", "@types/semantic-release": "17.2.4", "@typescript-eslint/eslint-plugin": "5.37.0", "@typescript-eslint/parser": "5.37.0", diff --git a/yarn.lock b/yarn.lock index 53cb3e2b..fe97afc1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1584,10 +1584,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.0.2": - version "29.0.2" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.2.tgz#05dcb2d78d2fcc444be89f95b7389f2c3601d336" - integrity sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ== +"@types/jest@29.0.3": + version "29.0.3" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.0.3.tgz#b61a5ed100850686b8d3c5e28e3a1926b2001b59" + integrity sha512-F6ukyCTwbfsEX5F2YmVYmM5TcTHy1q9P5rWlRbrk56KyMh3v9xRGUO3aa8+SkvMi0SHXtASJv1283enXimC0Og== dependencies: expect "^29.0.0" pretty-format "^29.0.0"