diff --git a/package.json b/package.json index 4df5d29d2e..956309feaf 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "arrowParens": "avoid" }, "devDependencies": { - "@types/jest": "^29.5.10", + "@types/jest": "^29.5.11", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "eslint": "^8.55.0", diff --git a/tools/build/package.json b/tools/build/package.json index ba1b9db0bf..4616d90134 100644 --- a/tools/build/package.json +++ b/tools/build/package.json @@ -42,7 +42,7 @@ "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/glob": "^8.1.0", - "@types/jest": "^29.5.10", + "@types/jest": "^29.5.11", "@types/js-yaml": "^4.0.9", "@types/semver": "^7.5.6", "@typescript-eslint/eslint-plugin": "^5.62.0", diff --git a/tools/build/yarn.lock b/tools/build/yarn.lock index 2be5e5bca1..699df49034 100644 --- a/tools/build/yarn.lock +++ b/tools/build/yarn.lock @@ -954,10 +954,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.10": - version "29.5.10" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50" - integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ== +"@types/jest@^29.5.11": + version "29.5.11" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c" + integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ== dependencies: expect "^29.0.0" pretty-format "^29.0.0" diff --git a/yarn.lock b/yarn.lock index 2be5e5bca1..699df49034 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,10 +954,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.10": - version "29.5.10" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.10.tgz#a10fc5bab9e426081c12b2ef73d24d4f0c9b7f50" - integrity sha512-tE4yxKEphEyxj9s4inideLHktW/x6DwesIwWZ9NN1FKf9zbJYsnhBoA9vrHA/IuIOKwPa5PcFBNV4lpMIOEzyQ== +"@types/jest@^29.5.11": + version "29.5.11" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.11.tgz#0c13aa0da7d0929f078ab080ae5d4ced80fa2f2c" + integrity sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ== dependencies: expect "^29.0.0" pretty-format "^29.0.0"