diff --git a/package-lock.json b/package-lock.json index 4603bba..1cb0dd1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@radix-ui/themes": "^3.2.0", - "framer-motion": "^11.18.1", + "framer-motion": "^11.18.2", "lucide-react": "^0.474.0", "next": "^15.1.6", "next-themes": "^0.4.4", @@ -3813,9 +3813,10 @@ } }, "node_modules/framer-motion": { - "version": "11.18.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.1.tgz", - "integrity": "sha512-EQa8c9lWVOm4zlz14MsBJWr8woq87HsNmsBnQNvcS0hs8uzw6HtGAxZyIU7EGTVpHD1C1n01ufxRyarXcNzpPg==", + "version": "11.18.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.18.2.tgz", + "integrity": "sha512-5F5Och7wrvtLVElIpclDT0CBzMVg3dL22B64aZwHtsIY8RB4mXICLrkajK4G9R+ieSAGcgrLeae2SeUTg2pr6w==", + "license": "MIT", "dependencies": { "motion-dom": "^11.18.1", "motion-utils": "^11.18.1", diff --git a/package.json b/package.json index e17d604..570ab1d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@radix-ui/themes": "^3.2.0", - "framer-motion": "^11.18.1", + "framer-motion": "^11.18.2", "lucide-react": "^0.474.0", "next": "^15.1.6", "next-themes": "^0.4.4",