diff --git a/package-lock.json b/package-lock.json index 4411103579..f1be781cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@storybook/addon-docs": "^9.1.13", "@storybook/addon-webpack5-compiler-babel": "^3.0.6", "@storybook/react-webpack5": "^9.1.13", - "@testing-library/jest-dom": "^6.8.0", + "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", @@ -6744,9 +6744,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.8.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.8.0.tgz", - "integrity": "sha512-WgXcWzVM6idy5JaftTVC8Vs83NKRmGJz4Hqs4oyOuO2J4r/y79vvKZsb+CaGyCSEbUPI6OsewfPd0G1A0/TUZQ==", + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.9.1.tgz", + "integrity": "sha512-zIcONa+hVtVSSep9UT3jZ5rizo2BsxgyDYU7WFD5eICBE7no3881HGeb/QkGfsJs6JTkY1aQhT7rIPC7e+0nnA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 07b5cffd7f..acf72c7935 100644 --- a/package.json +++ b/package.json @@ -127,7 +127,7 @@ "@storybook/addon-docs": "^9.1.13", "@storybook/addon-webpack5-compiler-babel": "^3.0.6", "@storybook/react-webpack5": "^9.1.13", - "@testing-library/jest-dom": "^6.8.0", + "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0",