diff --git a/packages/test-next/package.json b/packages/test-next/package.json index 5d29342c94..b67be3a9f7 100644 --- a/packages/test-next/package.json +++ b/packages/test-next/package.json @@ -34,7 +34,7 @@ "dependencies": { "@babel/core": "^7.26.0", "@testing-library/dom": "^10.4.0", - "@testing-library/jest-dom": "^6.6.2", + "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.0.1", "babel-jest": "^29.7.0", "identity-obj-proxy": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 4804e055c4..377089b0bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2585,10 +2585,10 @@ lz-string "^1.5.0" pretty-format "^27.0.2" -"@testing-library/jest-dom@^6.6.2": - version "6.6.2" - resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.2.tgz#8186aa9a07263adef9cc5a59a4772db8c31f4a5b" - integrity sha512-P6GJD4yqc9jZLbe98j/EkyQDTPgqftohZF5FBkHY5BUERZmcf4HeO2k0XaefEg329ux2p21i1A1DmyQ1kKw2Jw== +"@testing-library/jest-dom@^6.6.3": + version "6.6.3" + resolved "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.3.tgz#26ba906cf928c0f8172e182c6fe214eb4f9f2bd2" + integrity sha512-IteBhl4XqYNkM54f4ejhLRJiZNqcSCoXUOG2CPK7qbD322KjQozM4kHQOfkG2oln9b9HTYqs+Sae8vBATubxxA== dependencies: "@adobe/css-tools" "^4.4.0" aria-query "^5.0.0"