diff --git a/package-lock.json b/package-lock.json index 3f05a0b..3574de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@react-three/fiber": "^9.7.0", "@theguild/remark-mermaid": "^0.3.0", "dotenv": "^17.2.3", - "framer-motion": "^13.1.1", + "framer-motion": "^13.2.0", "lucide-react": "^1.35.0", "mermaid": "^11.17.2", "next": "^16.3.3", @@ -8367,12 +8367,12 @@ } }, "node_modules/framer-motion": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-13.1.1.tgz", - "integrity": "sha512-B/xn2TPS4f61cEBLFjiYlQFnBZUW1YVj/LM+C+N4OP8Rs95VLEI2ot/RlfBg111la/EiyECFaJJi/A3FWA8MUA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-13.2.0.tgz", + "integrity": "sha512-9E33ebgMaO33w1nN/jEdW8z3/GO483fMi4rqbMG9rt83XgW9QLKRe4NcmJ8s+fQ3O34++UHrIQwlIWGIWTITjA==", "license": "MIT", "dependencies": { - "motion-dom": "^13.1.1", + "motion-dom": "^13.2.0", "motion-utils": "^13.0.0", "tslib": "^2.4.0" }, @@ -12075,9 +12075,9 @@ "license": "Apache-2.0" }, "node_modules/motion-dom": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-13.1.1.tgz", - "integrity": "sha512-XSf8VYWSB6G/0IY3rWVbyLcxWXtAVHkN1PQE2agTaCv3u8RGvbwu56TyyR/MNzBqqNavEBTZzErcxI1TxBrjcA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-13.2.0.tgz", + "integrity": "sha512-N6gdSoWRDk0Rh/fVtlqUtLs+fEN3ELFZI3cn3IQE9Mnf3E+Mh8wjO6MstzCOPFh4Yf0L1as5m2eUyYWj8ylVSQ==", "license": "MIT", "dependencies": { "motion-utils": "^13.0.0" diff --git a/package.json b/package.json index 0ea82d3..272aa2c 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@react-three/fiber": "^9.7.0", "@theguild/remark-mermaid": "^0.3.0", "dotenv": "^17.2.3", - "framer-motion": "^13.1.1", + "framer-motion": "^13.2.0", "lucide-react": "^1.35.0", "mermaid": "^11.17.2", "next": "^16.3.3",