diff --git a/package-lock.json b/package-lock.json index 6120df9c..b6c7b239 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.1", + "framer-motion": "^12.19.2", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0", @@ -8771,10 +8771,9 @@ } }, "node_modules/framer-motion": { - "version": "12.19.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.1.tgz", - "integrity": "sha512-nq9hwWAEKf4gzprbOZzKugLV5OVKF7zrNDY6UOVu+4D3ZgIkg8L9Jy6AMrpBM06fhbKJ6LEG6UY5+t7Eq6wNlg==", - "license": "MIT", + "version": "12.19.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.19.2.tgz", + "integrity": "sha512-0cWMLkYr+i0emeXC4hkLF+5aYpzo32nRdQ0D/5DI460B3O7biQ3l2BpDzIGsAHYuZ0fpBP0DC8XBkVf6RPAlZw==", "dependencies": { "motion-dom": "^12.19.0", "motion-utils": "^12.19.0", diff --git a/package.json b/package.json index 949e2840..4d116637 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.1", + "framer-motion": "^12.19.2", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0",