diff --git a/package-lock.json b/package-lock.json index 2caadaa..6757da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@nextui-org/react": "^2.4.2", - "framer-motion": "^11.3.2", + "framer-motion": "^11.11.1", "next": "14.2.5", "next-themes": "^0.3.0", "react": "^18", @@ -11078,9 +11078,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.19", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.19.tgz", - "integrity": "sha512-+luuQdx4AsamyMcvzW7jUAJYIKvQs1KE7oHvKkW3eNzmo0S+3PSDWjBuQkuIP9WyneGnKGMLUSuHs8OP7jKpQg==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.1.tgz", + "integrity": "sha512-Ucr9eHSrk0d+l6vyl9fvq6omh/PAWHjS+PlczpsoUdhJo1TuF3ULWJNuAMnpWQ1dGyPOyoUVuYlUKjE/s8dyCA==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 0d64adf..d2477d4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@nextui-org/react": "^2.4.2", - "framer-motion": "^11.3.2", + "framer-motion": "^11.11.1", "next": "14.2.5", "next-themes": "^0.3.0", "react": "^18",