diff --git a/package-lock.json b/package-lock.json index 334566c9..f875db0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.14.0", + "framer-motion": "^12.15.0", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0", @@ -8760,12 +8760,12 @@ } }, "node_modules/framer-motion": { - "version": "12.14.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.14.0.tgz", - "integrity": "sha512-P/CLiA+YLc0GL1nB2bgtRBFAbRh0aawU5KPLqnXi6QEZQE2BEwqgIH8qUIT7cMN+4a4nj0iZ2uWTKOrzcYsyGQ==", + "version": "12.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.15.0.tgz", + "integrity": "sha512-XKg/LnKExdLGugZrDILV7jZjI599785lDIJZLxMiiIFidCsy0a4R2ZEf+Izm67zyOuJgQYTHOmodi7igQsw3vg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.14.0", + "motion-dom": "^12.15.0", "motion-utils": "^12.12.1", "tslib": "^2.4.0" }, @@ -12684,9 +12684,9 @@ } }, "node_modules/motion-dom": { - "version": "12.14.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.14.0.tgz", - "integrity": "sha512-t5v1QNXrOsLmIzTdmB9OlZ1cA8zkHlpPhn85123/B+8Xe6tiENWKELAZm0yvAoFjcbFmq4u80uUXortZTTvDbg==", + "version": "12.15.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.15.0.tgz", + "integrity": "sha512-D2ldJgor+2vdcrDtKJw48k3OddXiZN1dDLLWrS8kiHzQdYVruh0IoTwbJBslrnTXIPgFED7PBN2Zbwl7rNqnhA==", "license": "MIT", "dependencies": { "motion-utils": "^12.12.1" diff --git a/package.json b/package.json index 4aceae0a..d6bc55ef 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.14.0", + "framer-motion": "^12.15.0", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.507.0",