diff --git a/package-lock.json b/package-lock.json index 4b5a314..66c52b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "dotenv": "^17.4.2", "express": "^5.1.0", "fkill": "^10.0.3", - "framer-motion": "^12.39.0", + "framer-motion": "^12.40.0", "gsap": "^3.15.0", "lucide-react": "^1.14.0", "open": "^11.0.0", @@ -3070,12 +3070,12 @@ } }, "node_modules/framer-motion": { - "version": "12.39.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.39.0.tgz", - "integrity": "sha512-+vnLfzrv0MzjLzNl+nvNvR7jdg3q4cxxjz/YvzfifHl0TREtL00cs1RoMTxs+1PzLiEqZGV6gYsBY0oEAYZ24w==", + "version": "12.40.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.40.0.tgz", + "integrity": "sha512-uaBd3qC1v3KQqBEjwTUd183K6PbS+j0yR9w9VmEOLWA/tnUcSn8Xa3uck7t4dgpDoUss8xQTcj8W2L07lrnLFg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.39.0", + "motion-dom": "^12.40.0", "motion-utils": "^12.39.0", "tslib": "^2.4.0" }, @@ -4038,9 +4038,9 @@ } }, "node_modules/motion-dom": { - "version": "12.39.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.39.0.tgz", - "integrity": "sha512-Xn7aAcGDhco/JZTXOub64UmaYn73C6J1Po7Fk+8EvkJsNGTqfhon6UJY53vJKXW5v5Zl8HrYsVxv6oPXeGoGLQ==", + "version": "12.40.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.40.0.tgz", + "integrity": "sha512-HxU3ZaBwNPVQUBQf1xxgq+7JrPNZvjLVxgbpEZL7RrWJnsxOf0/OM+yrHG9ogLQ31Do/r57Oz2gQWPK+6q62mg==", "license": "MIT", "dependencies": { "motion-utils": "^12.39.0" diff --git a/package.json b/package.json index 77e8467..79cc35f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "dotenv": "^17.4.2", "express": "^5.1.0", "fkill": "^10.0.3", - "framer-motion": "^12.39.0", + "framer-motion": "^12.40.0", "gsap": "^3.15.0", "lucide-react": "^1.14.0", "open": "^11.0.0",