diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ab5b56e..1bc2603 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "name": "mern-frontend", "version": "1.0.0", "dependencies": { - "@testing-library/jest-dom": "^6.4.4", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1", @@ -4161,9 +4161,9 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.4", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.4.tgz", - "integrity": "sha512-ZoJpNCaljSdUKF/NWEnWzjRSW6h+BJPGns24vL717eUI16Ltw3j5YV2KdjpQ7nAdxRzrnjeIIcntO6nXDEdHoA==", + "version": "6.4.5", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.5.tgz", + "integrity": "sha512-AguB9yvTXmCnySBP1lWjfNNUwpbElsaQ567lt2VdGqAdHtpieLgjmcVyv1q7PMIvLbgpDdkWV5Ydv3FEejyp2A==", "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.3.2", diff --git a/frontend/package.json b/frontend/package.json index fbfdf67..a3666b7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "main": "index.js", "private": true, "dependencies": { - "@testing-library/jest-dom": "^6.4.4", + "@testing-library/jest-dom": "^6.4.5", "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1",