diff --git a/.changelog/1068.internal.md b/.changelog/1068.internal.md new file mode 100644 index 000000000..ab6c591ed --- /dev/null +++ b/.changelog/1068.internal.md @@ -0,0 +1 @@ +Update dependency @types/jest to ^29.5.11 diff --git a/package.json b/package.json index c75f94110..23562aa54 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "@testing-library/jest-dom": "6.1.5", "@testing-library/react": "14.1.2", "@testing-library/user-event": "14.5.1", - "@types/jest": "^29.5.10", + "@types/jest": "^29.5.11", "@types/node": "20.8.10", "@types/react": "18.2.42", "@types/react-dom": "18.2.17", diff --git a/yarn.lock b/yarn.lock index 7eb0fe4e2..f0fdaee57 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5299,10 +5299,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"