diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 9bd868f..ab5b56e 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.2", + "@testing-library/jest-dom": "^6.4.4", "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1", @@ -4161,9 +4161,10 @@ } }, "node_modules/@testing-library/jest-dom": { - "version": "6.4.2", - "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.2.tgz", - "integrity": "sha512-CzqH0AFymEMG48CpzXFriYYkOjk6ZGPCLMhW9e9jg3KMCn5OfJecF8GtGW7yGfR/IgCe3SX8BSwjdzI6BBbZLw==", + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-6.4.4.tgz", + "integrity": "sha512-ZoJpNCaljSdUKF/NWEnWzjRSW6h+BJPGns24vL717eUI16Ltw3j5YV2KdjpQ7nAdxRzrnjeIIcntO6nXDEdHoA==", + "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.3.2", "@babel/runtime": "^7.9.2", @@ -4171,7 +4172,7 @@ "chalk": "^3.0.0", "css.escape": "^1.5.1", "dom-accessibility-api": "^0.6.3", - "lodash": "^4.17.15", + "lodash": "^4.17.21", "redent": "^3.0.0" }, "engines": { diff --git a/frontend/package.json b/frontend/package.json index 6157562..fbfdf67 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.2", + "@testing-library/jest-dom": "^6.4.4", "@testing-library/react": "^15.0.5", "@testing-library/user-event": "^14.5.2", "react": "^18.3.1",