diff --git a/package-lock.json b/package-lock.json index 9143495..ea80f14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "eslint-config-next": "14.2.3", - "framer-motion": "^11.3.30", + "framer-motion": "^11.5.4", "lucide-react": "^0.439.0", "next": "14.2.6", "next-themes": "^0.3.0", @@ -4481,9 +4481,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.30", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.30.tgz", - "integrity": "sha512-9VmqGe9OIjfMoCcs+ZsKXlv6JaG5QagKX2F1uSbkG3Z33wgjnz60Kw+CngC1M49rDYau+Y9aL+8jGagAwrbVyw==", + "version": "11.5.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.5.4.tgz", + "integrity": "sha512-E+tb3/G6SO69POkdJT+3EpdMuhmtCh9EWuK4I1DnIC23L7tFPrl8vxP+LSovwaw6uUr73rUbpb4FgK011wbRJQ==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 517c8c4..95bca41 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "eslint-config-next": "14.2.3", - "framer-motion": "^11.3.30", + "framer-motion": "^11.5.4", "lucide-react": "^0.439.0", "next": "14.2.6", "next-themes": "^0.3.0",