diff --git a/src/package-lock.json b/src/package-lock.json index 0181f7cc..292449d8 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -29,7 +29,7 @@ "dayjs": "^1.11.13", "eslint": "^9.17.0", "eslint-config-next": "15.1.3", - "framer-motion": "^11.15.0", + "framer-motion": "^12.4.10", "hamburger-react": "^2.5.2", "immer": "^10.1.1", "json5": "^2.2.3", @@ -8469,13 +8469,13 @@ } }, "node_modules/framer-motion": { - "version": "11.15.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.15.0.tgz", - "integrity": "sha512-MLk8IvZntxOMg7lDBLw2qgTHHv664bYoYmnFTmE0Gm/FW67aOJk0WM3ctMcG+Xhcv+vh5uyyXwxvxhSeJzSe+w==", + "version": "12.4.10", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.4.10.tgz", + "integrity": "sha512-3Msuyjcr1Pb5hjkn4EJcRe1HumaveP0Gbv4DBMKTPKcV/1GSMkQXj+Uqgneys+9DPcZM18Hac9qY9iUEF5LZtg==", "license": "MIT", "dependencies": { - "motion-dom": "^11.14.3", - "motion-utils": "^11.14.3", + "motion-dom": "^12.4.10", + "motion-utils": "^12.4.10", "tslib": "^2.4.0" }, "peerDependencies": { @@ -11224,15 +11224,18 @@ "license": "MIT" }, "node_modules/motion-dom": { - "version": "11.14.3", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.14.3.tgz", - "integrity": "sha512-lW+D2wBy5vxLJi6aCP0xyxTxlTfiu+b+zcpVbGVFUxotwThqhdpPRSmX8xztAgtZMPMeU0WGVn/k1w4I+TbPqA==", - "license": "MIT" + "version": "12.4.10", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.4.10.tgz", + "integrity": "sha512-ISP5u6FTceoD6qKdLupIPU/LyXBrxGox+P2e3mBbm1+pLdlBbwv01YENJr7+1WZnW5ucVKzFScYsV1eXTCG4Xg==", + "license": "MIT", + "dependencies": { + "motion-utils": "^12.4.10" + } }, "node_modules/motion-utils": { - "version": "11.14.3", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-11.14.3.tgz", - "integrity": "sha512-Xg+8xnqIJTpr0L/cidfTTBFkvRw26ZtGGuIhA94J9PQ2p4mEa06Xx7QVYZH0BP+EpMSaDlu+q0I0mmvwADPsaQ==", + "version": "12.4.10", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.4.10.tgz", + "integrity": "sha512-NPwZd94V013SwRf++jMrk2+HEBgPkeIE2RiOzhAuuQlqxMJPkKt/LXVh6Upl+iN8oarSGD2dlY5/bqgsYXDABA==", "license": "MIT" }, "node_modules/mrmime": { diff --git a/src/package.json b/src/package.json index 896fa11b..a12ca650 100644 --- a/src/package.json +++ b/src/package.json @@ -50,7 +50,7 @@ "dayjs": "^1.11.13", "eslint": "^9.17.0", "eslint-config-next": "15.1.3", - "framer-motion": "^11.15.0", + "framer-motion": "^12.4.10", "hamburger-react": "^2.5.2", "immer": "^10.1.1", "json5": "^2.2.3",