diff --git a/package-lock.json b/package-lock.json index 1e9f5542..d9c09447 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.19.2", + "framer-motion": "^12.23.1", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0", @@ -8768,12 +8768,13 @@ } }, "node_modules/framer-motion": { - "version": "12.19.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.2.tgz", - "integrity": "sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==", + "version": "12.23.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.1.tgz", + "integrity": "sha512-7P1t2DnKEUXvPxVZJu9Hd4gfdoUF6z9U3w3/MUXCVFNHiFV+iSoboqeK4/ZCCpa49/ZiVEWfaaYCPscqPPsOVQ==", + "license": "MIT", "dependencies": { - "motion-dom": "^12.19.0", - "motion-utils": "^12.19.0", + "motion-dom": "^12.23.1", + "motion-utils": "^12.23.1", "tslib": "^2.4.0" }, "peerDependencies": { @@ -12691,18 +12692,18 @@ } }, "node_modules/motion-dom": { - "version": "12.19.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.19.0.tgz", - "integrity": "sha512-m96uqq8VbwxFLU0mtmlsIVe8NGGSdpBvBSHbnnOJQxniPaabvVdGgxSamhuDwBsRhwX7xPxdICgVJlOpzn/5bw==", + "version": "12.23.1", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.1.tgz", + "integrity": "sha512-kcMDS8yhUZgO7iu3FB0UYZpHUymZlj4aoEqH0Vf0k3JtZA0xfYIrmbDlKn6X7+INXV3hDAIBUf4aT5jEUHvvWQ==", "license": "MIT", "dependencies": { - "motion-utils": "^12.19.0" + "motion-utils": "^12.23.1" } }, "node_modules/motion-utils": { - "version": "12.19.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.19.0.tgz", - "integrity": "sha512-BuFTHINYmV07pdWs6lj6aI63vr2N4dg0vR+td0rtrdpWOhBzIkEklZyLcvKBoEtwSqx8Jg06vUB5RS0xDiUybw==", + "version": "12.23.1", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.23.1.tgz", + "integrity": "sha512-coqLmHUTBA1KyBNEO64sTCWlduDV5Q6Yv0szjxnHVzZmcFYpVowyP6S38iOUlhocannaCCHlZ06lyLWQe/jheQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 26045c26..3959f54e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.19.2", + "framer-motion": "^12.23.1", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0",