diff --git a/package-lock.json b/package-lock.json index 2dfa46b2..638e9946 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,7 +57,7 @@ "drizzle-orm": "^0.44.5", "embla-carousel-react": "^8.6.0", "endent": "^2.1.0", - "framer-motion": "^12.23.19", + "framer-motion": "^12.23.20", "input-otp": "^1.4.2", "lucide-react": "^0.544.0", "next": "^15.5.3", @@ -9124,12 +9124,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.19", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.19.tgz", - "integrity": "sha512-AaWAohgTs2+wUoDdpJaaqMgV6vkm1uzzDlZUItem45linLrFiFqi4iw7bryhcVqu4loaaSLtSjAojfCAB3qczw==", + "version": "12.23.20", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.20.tgz", + "integrity": "sha512-+GWIKV6Rb8XtZO3gQ1adkZI3Oq14zQdeZdgcy+smOIbXGnqzOcNz1luU27bCtBiUxTXsE9hCLLnbeRJrcbAuLQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.19", + "motion-dom": "^12.23.20", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -12833,9 +12833,9 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "12.23.19", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.19.tgz", - "integrity": "sha512-ivUCJ0zVZt7S++D8+ONeefkJj/8JlpCRYzGegLdXr8Z9aWg64KyljdaCGVa54Vv0K8hNE7vRQSaQve7V5l3rMw==", + "version": "12.23.20", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.20.tgz", + "integrity": "sha512-0eFXthY9L6F1trIu/9q99DkBfpAjrdqsw+pZQVEEl6IvS4QiF7Nz9HSbQ5HrXVdE0Xsm72ZDmmoGAivATxEJqg==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/package.json b/package.json index 0097f854..fb20dc36 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "drizzle-orm": "^0.44.5", "embla-carousel-react": "^8.6.0", "endent": "^2.1.0", - "framer-motion": "^12.23.19", + "framer-motion": "^12.23.20", "input-otp": "^1.4.2", "lucide-react": "^0.544.0", "next": "^15.5.3",