From 89fccd912b50b52a640ff650029e9469fd6e056e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:40:49 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v29.5.13 --- packages/reg-keygen-git-hash-plugin/package.json | 2 +- packages/reg-notify-github-plugin/package.json | 2 +- packages/reg-notify-gitlab-plugin/package.json | 2 +- packages/reg-suit-core/package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/packages/reg-keygen-git-hash-plugin/package.json b/packages/reg-keygen-git-hash-plugin/package.json index 9212580e..fcbcd985 100644 --- a/packages/reg-keygen-git-hash-plugin/package.json +++ b/packages/reg-keygen-git-hash-plugin/package.json @@ -27,7 +27,7 @@ "shell-escape": "^0.2.0" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/shell-escape": "0.2.3", "glob": "7.2.3", "jest": "29.7.0", diff --git a/packages/reg-notify-github-plugin/package.json b/packages/reg-notify-github-plugin/package.json index 4c0b1932..f511660b 100644 --- a/packages/reg-notify-github-plugin/package.json +++ b/packages/reg-notify-github-plugin/package.json @@ -22,7 +22,7 @@ "repository": "git+https://github.com/reg-viz/reg-suit.git", "license": "MIT", "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "reg-suit-interface": "^0.14.2", "ts-jest": "29.1.2", diff --git a/packages/reg-notify-gitlab-plugin/package.json b/packages/reg-notify-gitlab-plugin/package.json index e6000e71..3f16520f 100644 --- a/packages/reg-notify-gitlab-plugin/package.json +++ b/packages/reg-notify-gitlab-plugin/package.json @@ -19,7 +19,7 @@ "repository": "git+https://github.com/reg-viz/reg-suit.git", "license": "MIT", "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "@types/sinon": "10.0.11", "jest": "29.7.0", "reg-suit-interface": "^0.14.2", diff --git a/packages/reg-suit-core/package.json b/packages/reg-suit-core/package.json index da11eba9..e83254c4 100644 --- a/packages/reg-suit-core/package.json +++ b/packages/reg-suit-core/package.json @@ -24,7 +24,7 @@ "rimraf": "^5.0.1" }, "devDependencies": { - "@types/jest": "29.5.12", + "@types/jest": "29.5.13", "jest": "29.7.0", "reg-suit-interface": "^0.14.2", "ts-jest": "29.1.2", diff --git a/yarn.lock b/yarn.lock index 8921206d..eb8bc357 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3010,10 +3010,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@29.5.12": - version "29.5.12" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.12.tgz#7f7dc6eb4cf246d2474ed78744b05d06ce025544" - integrity sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw== +"@types/jest@29.5.13": + version "29.5.13" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.13.tgz#8bc571659f401e6a719a7bf0dbcb8b78c71a8adc" + integrity sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"