diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ae778af..e6b8f70 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.7", - "framer-motion": "^11.11.17", + "framer-motion": "^11.12.0", "lucide-react": "^0.461.0", "mern-auth-backend": "file:..", "react": "^18.3.1", @@ -2878,9 +2878,10 @@ } }, "node_modules/framer-motion": { - "version": "11.11.17", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.17.tgz", - "integrity": "sha512-O8QzvoKiuzI5HSAHbcYuL6xU+ZLXbrH7C8Akaato4JzQbX2ULNeniqC2Vo5eiCtFktX9XsJ+7nUhxcl2E2IjpA==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.12.0.tgz", + "integrity": "sha512-gZaZeqFM6pX9kMVti60hYAa75jGpSsGYWAHbBfIkuHN7DkVHVkxSxeNYnrGmHuM0zPkWTzQx10ZT+fDjn7N4SA==", + "license": "MIT", "dependencies": { "tslib": "^2.4.0" }, diff --git a/frontend/package.json b/frontend/package.json index 7618b87..0964210 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "axios": "^1.7.7", - "framer-motion": "^11.11.17", + "framer-motion": "^11.12.0", "lucide-react": "^0.461.0", "mern-auth-backend": "file:..", "react": "^18.3.1",