From 954c44c083f80b3bad2c44d4a49ad720b5047ed7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Dec 2022 19:43:40 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v26.0.24 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 57fb552..f173f8a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nrwl/tao": "11.2.12", "@nx-plus/docusaurus": "10.4.0", "@nrwl/workspace": "11.2.12", - "@types/jest": "26.0.15", + "@types/jest": "26.0.24", "@types/node": "12.12.38", "@typescript-eslint/eslint-plugin": "4.3.0", "@typescript-eslint/parser": "4.3.0", diff --git a/yarn.lock b/yarn.lock index 76db9e9..e5165d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2734,10 +2734,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@26.0.15": - version "26.0.15" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe" - integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog== +"@types/jest@26.0.24": + version "26.0.24" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.24.tgz#943d11976b16739185913a1936e0de0c4a7d595a" + integrity sha512-E/X5Vib8BWqZNRlDxj9vYXhsDwPYbPINqKF9BsnSoon4RQ0D9moEuLD8txgyypFLH7J4+Lho9Nr/c8H0Fi+17w== dependencies: jest-diff "^26.0.0" pretty-format "^26.0.0"