diff --git a/package-lock.json b/package-lock.json index 7070c09..2b0e2be 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "icons-react": "^3.7.1", "jsonwebtoken": "^9.0.2", "lucide-react": "^0.475.0", - "motion": "^12.4.7", + "motion": "^12.9.7", "next": "^15.2.2", "next-auth": "^4.24.11", "prisma": "^6.4.1", @@ -3641,13 +3641,13 @@ } }, "node_modules/framer-motion": { - "version": "12.4.9", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.4.9.tgz", - "integrity": "sha512-c+nDhfiNUwi8G4BrhrP2hjPsDHzIKRbUhDlcK7oC5kXY4QK1IrT/kuhY4BgK6h2ujDrZ8ocvFrG2X8+b1m/MkQ==", + "version": "12.9.7", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.9.7.tgz", + "integrity": "sha512-Eo5TYU6sEPPy82GDx32PJm++G+AkBCrzxtEQOWLnpQX896Q3LFrsYhMZ5YO5ct4wL7wyHU6hqlrpYXeexKAevg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.4.5", - "motion-utils": "^12.0.0", + "motion-dom": "^12.9.6", + "motion-utils": "^12.9.4", "tslib": "^2.4.0" }, "peerDependencies": { @@ -5010,12 +5010,12 @@ "peer": true }, "node_modules/motion": { - "version": "12.4.9", - "resolved": "https://registry.npmjs.org/motion/-/motion-12.4.9.tgz", - "integrity": "sha512-lOT2+X9b3yvDEC+pAClTzLSW/D5T/zZweO+UN1lMe86WtGFQIbHU/VjEhwGREW0QryG9KECB1uK3QJo8G3NGag==", + "version": "12.9.7", + "resolved": "https://registry.npmjs.org/motion/-/motion-12.9.7.tgz", + "integrity": "sha512-Vh5NJxec7lZ4iNZXEhdweJpKwP2gjgevL/4Dx+dfMc7ABPMnLJaBUkz91TG/ZONhz/GUAy0Mw3Xd5rYtnxNRmw==", "license": "MIT", "dependencies": { - "framer-motion": "^12.4.9", + "framer-motion": "^12.9.7", "tslib": "^2.4.0" }, "peerDependencies": { @@ -5036,18 +5036,18 @@ } }, "node_modules/motion-dom": { - "version": "12.4.5", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.4.5.tgz", - "integrity": "sha512-Q2xmhuyYug1CGTo0jdsL05EQ4RhIYXlggFS/yPhQQRNzbrhjKQ1tbjThx5Plv68aX31LsUQRq4uIkuDxdO5vRQ==", + "version": "12.9.6", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.9.6.tgz", + "integrity": "sha512-IK9pm5zU8BIp3FCoUGF3T7AHVLVOlXxlwco/bIbcnpBtyYb2gDQhdOzUh2KSDJVjYl1MZ9vdq8tnFTTahX2lfg==", "license": "MIT", "dependencies": { - "motion-utils": "^12.0.0" + "motion-utils": "^12.9.4" } }, "node_modules/motion-utils": { - "version": "12.0.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.0.0.tgz", - "integrity": "sha512-MNFiBKbbqnmvOjkPyOKgHUp3Q6oiokLkI1bEwm5QA28cxMZrv0CbbBGDNmhF6DIXsi1pCQBSs0dX8xjeER1tmA==", + "version": "12.9.4", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.9.4.tgz", + "integrity": "sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 6df8cef..4b15e90 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "icons-react": "^3.7.1", "jsonwebtoken": "^9.0.2", "lucide-react": "^0.475.0", - "motion": "^12.4.7", + "motion": "^12.9.7", "next": "^15.2.2", "next-auth": "^4.24.11", "prisma": "^6.4.1",