diff --git a/package-lock.json b/package-lock.json index 0484365..4d062a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@supabase/supabase-js": "2.48.1", "classnames": "2.5.1", "dayjs": "1.11.13", - "framer-motion": "12.0.3", + "framer-motion": "12.0.5", "next": "15.1.6", "next-pwa": "5.6.0", "next-themes": "0.4.4", @@ -9843,9 +9843,9 @@ } }, "node_modules/framer-motion": { - "version": "12.0.3", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.3.tgz", - "integrity": "sha512-5yy1sAqOjBUo+8O+kOa6/rIJ1AQLME8vEpUwwMf9Gv6YktaeeTd4bf0sb89AWwDVX7GwwuLebH94bakGOqWQ/g==", + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.5.tgz", + "integrity": "sha512-OgfUHfL+u80uCf6VzkV7j3+H2W9zPMdV+40bug4ftB0C2+0FpfNca2rbH2Fouq2R7//bjw6tJhOwXsrsM4+LKw==", "license": "MIT", "dependencies": { "motion-dom": "^12.0.0", diff --git a/package.json b/package.json index 104df4f..44bd3e0 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@supabase/supabase-js": "2.48.1", "classnames": "2.5.1", "dayjs": "1.11.13", - "framer-motion": "12.0.3", + "framer-motion": "12.0.5", "next": "15.1.6", "next-pwa": "5.6.0", "next-themes": "0.4.4",