From fe58c7522b4062eebbd1899ce74139661f99522e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 01:05:21 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.5 (#92) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index bdeb97b..4418d99 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@commitlint/cli": "17.7.1", "@commitlint/config-conventional": "17.7.0", "@release-it/conventional-changelog": "5.1.1", - "@types/jest": "29.5.4", + "@types/jest": "29.5.5", "@types/node": "18.17.16", "commitlint": "17.7.1", "husky": "8.0.3", diff --git a/yarn.lock b/yarn.lock index 83005bf..379ae45 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1136,10 +1136,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.4": - version "29.5.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" - integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== +"@types/jest@29.5.5": + version "29.5.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" + integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"