diff --git a/.changelog/874.internal.md b/.changelog/874.internal.md new file mode 100644 index 0000000000..3a4306bfd0 --- /dev/null +++ b/.changelog/874.internal.md @@ -0,0 +1 @@ +Update test dependencies diff --git a/package.json b/package.json index 39faf75d13..789d9927bb 100644 --- a/package.json +++ b/package.json @@ -100,8 +100,8 @@ "@storybook/testing-library": "0.2.0", "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "14.0.0", - "@testing-library/user-event": "14.5.0", - "@types/jest": "^29.5.4", + "@testing-library/user-event": "14.5.1", + "@types/jest": "^29.5.5", "@types/node": "18.17.15", "@types/react": "18.2.21", "@types/react-dom": "18.2.7", diff --git a/yarn.lock b/yarn.lock index f6a6e8f7e1..e9f2b3cdb6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4163,10 +4163,10 @@ "@testing-library/dom" "^9.0.0" "@types/react-dom" "^18.0.0" -"@testing-library/user-event@14.5.0": - version "14.5.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.0.tgz#4036add379525b635a64bce4d727820d4ba516a7" - integrity sha512-nQRCteEZvULJJrlcGQuNhwGekz25TOUILA+sTWI9PB/vNKKivS+7K7XRTwoikw/2fmJPaM4pPKy+hLWEGg9+JA== +"@testing-library/user-event@14.5.1": + version "14.5.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f" + integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg== "@testing-library/user-event@^14.0.0": version "14.4.3" @@ -4426,10 +4426,10 @@ dependencies: "@types/istanbul-lib-report" "*" -"@types/jest@^29.5.4": - version "29.5.4" - resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.4.tgz#9d0a16edaa009a71e6a71a999acd582514dab566" - integrity sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A== +"@types/jest@^29.5.5": + version "29.5.5" + resolved "https://registry.yarnpkg.com/@types/jest/-/jest-29.5.5.tgz#727204e06228fe24373df9bae76b90f3e8236a2a" + integrity sha512-ebylz2hnsWR9mYvmBFbXJXr+33UPc4+ZdxyDXh5w0FlPBTfCVN3wPL+kuOiQt3xvrK419v7XWeAs+AeOksafXg== dependencies: expect "^29.0.0" pretty-format "^29.0.0"