diff --git a/packages/reg-keygen-git-hash-plugin/package.json b/packages/reg-keygen-git-hash-plugin/package.json index 8ed0147d..48d97f7b 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 adfc2bbe..a84e2f86 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.5", diff --git a/packages/reg-notify-gitlab-plugin/package.json b/packages/reg-notify-gitlab-plugin/package.json index c6e4ca9b..7e441d44 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 8d36a248..2fa90bfb 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.5", diff --git a/yarn.lock b/yarn.lock index ffb29d3e..73a8a593 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2854,10 +2854,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"