diff --git a/package-lock.json b/package-lock.json index 183bf2b..c7e5590 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "2.0.0", "dependencies": { "dompurify": "^3.2.6", - "framer-motion": "^12.0.6", + "framer-motion": "^12.23.12", "geolib": "^3.3.4", "leaflet": "^1.9.4", "lucide-react": "^0.525.0", @@ -3922,12 +3922,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.6", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.6.tgz", - "integrity": "sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw==", + "version": "12.23.12", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz", + "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.6", + "motion-dom": "^12.23.12", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -5246,9 +5246,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.6", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.6.tgz", - "integrity": "sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w==", + "version": "12.23.12", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz", + "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/package.json b/package.json index f90d7f0..b80c796 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "dompurify": "^3.2.6", - "framer-motion": "^12.0.6", + "framer-motion": "^12.23.12", "geolib": "^3.3.4", "leaflet": "^1.9.4", "lucide-react": "^0.525.0",