diff --git a/react-app/package-lock.json b/react-app/package-lock.json index 7c521fc..5deb335 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -14,7 +14,7 @@ "@fontsource/roboto": "^5.1.0", "@mui/icons-material": "^5.15.5", "@mui/material": "^5.15.20", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.7", @@ -3695,9 +3695,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.5.0.tgz", - "integrity": "sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.6.1.tgz", + "integrity": "sha512-mNYIiAuP4yJwV2zBRQCV7PHoQwbb6/8TfMpPcwSUzcSVDJHWOXt6hjNtIN1v5knDmimYnjJxKhsoVd4LVGIO+w==", "dependencies": { "@adobe/css-tools": "^4.4.0", "aria-query": "^5.0.0", diff --git a/react-app/package.json b/react-app/package.json index 396930e..bca9f05 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -9,7 +9,7 @@ "@fontsource/roboto": "^5.1.0", "@mui/icons-material": "^5.15.5", "@mui/material": "^5.15.20", - "@testing-library/jest-dom": "^6.5.0", + "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "axios": "^1.7.7",