diff --git a/package-lock.json b/package-lock.json index aec74775..5ab285cb 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.23.6", + "framer-motion": "^12.23.7", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0", @@ -8781,12 +8781,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.6", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.6.tgz", - "integrity": "sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==", + "version": "12.23.7", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.7.tgz", + "integrity": "sha512-Qs+zNG9D/3c9C0riom1iXVVOOOaY3T32LIofgbQJz9APY/CUE5v6G41WkcZl2lVhaAgQDQcNq94f8qzLf3rTZA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.6", + "motion-dom": "^12.23.7", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -12705,9 +12705,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.6", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.6.tgz", - "integrity": "sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==", + "version": "12.23.7", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.7.tgz", + "integrity": "sha512-AyJR07/YxObtK3NyGLCfebUe0k9UZGhik+2eIPUoKz76cKRRSkMeifmIxfztIvOaKb/Smu9IfVHkmx+mV+iFmQ==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/package.json b/package.json index e4524fb5..23afca2c 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "cobe": "^0.6.3", "devdisplay": "file:", "flag": "^5.0.1", - "framer-motion": "^12.23.6", + "framer-motion": "^12.23.7", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "lucide-react": "^0.523.0",