diff --git a/package-lock.json b/package-lock.json index 4574138..403977e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@nextui-org/react": "^2.4.2", "copy-to-clipboard": "^3.3.3", - "framer-motion": "^11.3.2", + "framer-motion": "^11.11.1", "js-base64": "^3.7.7", "next": "14.2.5", "next-themes": "^0.3.0", @@ -4843,9 +4843,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.2.tgz", - "integrity": "sha512-RgjSzrNFZmedWcvmW4MMc84A7UcoY37jocadE3Mbg3o+UMofodfyeNnYD/HR15UhP22/bb5KOebNhYOj4mYkpQ==", + "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 3b7406f..2244a01 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "dependencies": { "@nextui-org/react": "^2.4.2", "copy-to-clipboard": "^3.3.3", - "framer-motion": "^11.3.2", + "framer-motion": "^11.11.1", "js-base64": "^3.7.7", "next": "14.2.5", "next-themes": "^0.3.0",