diff --git a/package-lock.json b/package-lock.json index 9b3c5c77e..63f6ac664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "axios": "^1.9.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "framer-motion": "^12.6.2", + "framer-motion": "^12.11.0", "google-map-react": "^2.2.1", "gsap": "^3.13.0", "lenis": "^1.3.1", @@ -6007,13 +6007,13 @@ } }, "node_modules/framer-motion": { - "version": "12.6.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.6.2.tgz", - "integrity": "sha512-7LgPRlPs5aG8UxeZiMCMZz8firC53+2+9TnWV22tuSi38D3IFRxHRUqOREKckAkt6ztX+Dn6weLcatQilJTMcg==", + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.11.0.tgz", + "integrity": "sha512-BaBPmkhaC2l0n619Kt1nQaxSdUdyyz5V1Z7EKJ1CcraOTZitgVx0RTbL8lmg2XesaFi6o8MPBIhkWDIvzDpGaQ==", "license": "MIT", "dependencies": { - "motion-dom": "^12.6.1", - "motion-utils": "^12.5.0", + "motion-dom": "^12.11.0", + "motion-utils": "^12.9.4", "tslib": "^2.4.0" }, "peerDependencies": { @@ -7824,18 +7824,18 @@ } }, "node_modules/motion-dom": { - "version": "12.6.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.6.1.tgz", - "integrity": "sha512-8XVsriTUEVOepoIDgE/LDGdg7qaKXWdt+wQA/8z0p8YzJDLYL8gbimZ3YkCLlj7bB2i/4UBD/g+VO7y9ZY0zHQ==", + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.11.0.tgz", + "integrity": "sha512-CItkGYJenn5ZsbzTX0D9mE0UWdjdd9r535FrxEXhzR8Kwa9I2dLr1uhEJgQPWbgaIJ6i0sNFnf2T9NvVDWQVBw==", "license": "MIT", "dependencies": { - "motion-utils": "^12.5.0" + "motion-utils": "^12.9.4" } }, "node_modules/motion-utils": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.5.0.tgz", - "integrity": "sha512-+hFFzvimn0sBMP9iPxBa9OtRX35ZQ3py0UHnb8U29VD+d8lQ8zH3dTygJWqK7av2v6yhg7scj9iZuvTS0f4+SA==", + "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 369b484db..4b5636781 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "axios": "^1.9.0", "clsx": "^2.1.1", "date-fns": "^4.1.0", - "framer-motion": "^12.6.2", + "framer-motion": "^12.11.0", "google-map-react": "^2.2.1", "gsap": "^3.13.0", "lenis": "^1.3.1",