From 9516dc586a5cd1d06abb4664da3941b2d0f132bd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jun 2022 23:09:05 +0000 Subject: [PATCH] Update dependency @types/jest to v28 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d6f8d59..9fbf617 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ ], "devDependencies": { "@rubensworks/eslint-config": "^1.0.1", - "@types/jest": "^27.0.0", + "@types/jest": "^28.0.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "arrayify-stream": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index c39ec50..c240a79 100644 --- a/yarn.lock +++ b/yarn.lock @@ -976,10 +976,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^27.0.0": - version "27.5.0" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.0.tgz#e04ed1824ca6b1dd0438997ba60f99a7405d4c7b" - integrity sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g== +"@types/jest@^28.0.0": + version "28.1.0" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-28.1.0.tgz#6107d7f8cf46d994e4de23e11f873d61bafe5573" + integrity sha512-ITfF6JJIl9zbEi2k6NmhNE/BiDqfsI/ceqfvdaWaPbcrCpYyyRq4KtDQIWh6vQUru6SqwppODiom/Zhid+np6A== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"