From f7b304903b5e002043e875cc92647d9a6352fb8f Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Mon, 9 Jan 2023 17:27:12 +0000 Subject: [PATCH] chore: update jest and associated packages Direct packages that have been upgraded - @types/jest All packages upgraded including indirect dependencies - @types/jest@29.2.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d13eb59..b17cc4d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "yargs": "^17.6.2" }, "devDependencies": { - "@types/jest": "^29.2.3", + "@types/jest": "^29.2.5", "@types/node": "^18.11.9", "@typescript-eslint/eslint-plugin": "^5.43.0", "@typescript-eslint/parser": "^5.43.0", diff --git a/yarn.lock b/yarn.lock index 0b0eb1a..9581d5b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -732,10 +732,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.2.3": - version "29.2.3" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.3.tgz#f5fd88e43e5a9e4221ca361e23790d48fcf0a211" - integrity sha512-6XwoEbmatfyoCjWRX7z0fKMmgYKe9+/HrviJ5k0X/tjJWHGAezZOfYaxqQKuzG/TvQyr+ktjm4jgbk0s4/oF2w== +"@types/jest@^29.2.5": + version "29.2.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.2.5.tgz#c27f41a9d6253f288d1910d3c5f09484a56b73c0" + integrity sha512-H2cSxkKgVmqNHXP7TC2L/WUorrZu8ZigyRywfVzv6EyBlxj39n4C00hjXYQWsbwqgElaj/CiAeSRmk5GoaKTgw== dependencies: expect "^29.0.0" pretty-format "^29.0.0"