diff --git a/package-lock.json b/package-lock.json index 843b606d..74c74326 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "@redhat-cloud-services/tsc-transform-imports": "1.0.16", "@rtk-query/codegen-openapi": "1.2.0", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.4.8", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", "@types/react": "18.3.4", @@ -3051,13 +3051,12 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.8", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.8.tgz", - "integrity": "sha512-JD0G+Zc38f5MBHA4NgxQMR5XtO5Jx9g86jqturNTt2WUfRmLDIY7iKkWHDCCTiDuFMre6nxAD5wHw9W5kI4rGw==", + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", + "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", "dev": true, "dependencies": { "@adobe/css-tools": "^4.4.0", - "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", diff --git a/package.json b/package.json index dccc320d..2b20a5ee 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@redhat-cloud-services/tsc-transform-imports": "1.0.16", "@rtk-query/codegen-openapi": "1.2.0", "@testing-library/dom": "10.4.0", - "@testing-library/jest-dom": "6.4.8", + "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.0", "@testing-library/user-event": "14.5.2", "@types/react": "18.3.4",