diff --git a/package-lock.json b/package-lock.json index 8d009d08..816af7f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "cobe": "^0.6.5", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.23.22", + "framer-motion": "^12.23.26", "html2canvas": "^1.4.1", "jspdf": "^3.0.4", "lucide-react": "^0.553.0", @@ -9374,12 +9374,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.22", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.22.tgz", - "integrity": "sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==", + "version": "12.23.26", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.26.tgz", + "integrity": "sha512-cPcIhgR42xBn1Uj+PzOyheMtZ73H927+uWPDVhUMqxy8UHt6Okavb6xIz9J/phFUHUj0OncR6UvMfJTXoc/LKA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.21", + "motion-dom": "^12.23.23", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -13156,9 +13156,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.21", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.21.tgz", - "integrity": "sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==", + "version": "12.23.23", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.23.tgz", + "integrity": "sha512-n5yolOs0TQQBRUFImrRfs/+6X4p3Q4n1dUEqt/H58Vx7OW6RF+foWEgmTVDhIWJIMXOuNNL0apKH2S16en9eiA==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/package.json b/package.json index 6a6b545a..1488eb26 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "cobe": "^0.6.5", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.23.22", + "framer-motion": "^12.23.26", "html2canvas": "^1.4.1", "jspdf": "^3.0.4", "lucide-react": "^0.553.0",