From 5e8623ea96ccfd63ab64ae6d7b57c009549fbeaa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:45:11 +0000 Subject: [PATCH] chore(deps): update dependency @types/jest to v27.5.2 --- 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 69718292..bbe93f4e 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": "27.4.1", + "@types/jest": "27.5.2", "@types/shell-escape": "0.2.3", "glob": "7.2.3", "jest": "27.5.1", diff --git a/packages/reg-notify-github-plugin/package.json b/packages/reg-notify-github-plugin/package.json index 74d33785..709907cc 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": "27.4.1", + "@types/jest": "27.5.2", "jest": "27.5.1", "reg-suit-interface": "^0.14.2", "ts-jest": "27.1.4", diff --git a/packages/reg-notify-gitlab-plugin/package.json b/packages/reg-notify-gitlab-plugin/package.json index 9b00c016..1be8bb92 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": "27.4.1", + "@types/jest": "27.5.2", "@types/sinon": "10.0.11", "jest": "27.5.1", "reg-suit-interface": "^0.14.2", diff --git a/packages/reg-suit-core/package.json b/packages/reg-suit-core/package.json index 9e5392b2..60a6f10f 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": "27.4.1", + "@types/jest": "27.5.2", "jest": "27.5.1", "reg-suit-interface": "^0.14.2", "ts-jest": "27.1.4", diff --git a/yarn.lock b/yarn.lock index 2cde9958..87f0c679 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2774,10 +2774,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@27.4.1": - version "27.4.1" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.4.1.tgz#185cbe2926eaaf9662d340cc02e548ce9e11ab6d" - integrity sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw== +"@types/jest@27.5.2": + version "27.5.2" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-27.5.2.tgz#ec49d29d926500ffb9fd22b84262e862049c026c" + integrity sha512-mpT8LJJ4CMeeahobofYWIjFo0xonRS/HfxnVEPMPFSQdGUt1uHCnoPT7Zhb+sjDU2wz0oKV0OLUR0WzrHNgfeA== dependencies: jest-matcher-utils "^27.0.0" pretty-format "^27.0.0"