From 7a2c855407131fef5a0c6f3b8edc51f1aa1661a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 09:03:55 +0000 Subject: [PATCH] chore(deps): bump framer-motion from 12.23.0 to 12.30.0 in /dashboard Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.23.0 to 12.30.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.0...v12.30.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 26 +++++++++++++------------- dashboard/package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index a1c9a7f..d9403b0 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -17,7 +17,7 @@ "d3": "^7.9.0", "datamaps": "^0.5.9", "fast-deep-equal": "^3.1.3", - "framer-motion": "^12.23.0", + "framer-motion": "^12.30.0", "leaflet": "^1.9.4", "lodash": "^4.17.21", "lucide-react": "^0.525.0", @@ -4127,13 +4127,13 @@ } }, "node_modules/framer-motion": { - "version": "12.23.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.0.tgz", - "integrity": "sha512-xf6NxTGAyf7zR4r2KlnhFmsRfKIbjqeBupEDBAaEtVIBJX96sAon00kMlsKButSIRwPSHjbRrAPnYdJJ9kyhbA==", + "version": "12.30.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.30.0.tgz", + "integrity": "sha512-S7t3UjvghrFiJzFJ30ncX6keUipexw9f7DRpauhW9bXPNxg0dMxoPbNIDpLuxK1NvxF2wswFEMEm7WiNAcdELg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.22.0", - "motion-utils": "^12.19.0", + "motion-dom": "^12.30.0", + "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { @@ -5503,18 +5503,18 @@ } }, "node_modules/motion-dom": { - "version": "12.22.0", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.22.0.tgz", - "integrity": "sha512-ooH7+/BPw9gOsL9VtPhEJHE2m4ltnhMlcGMhEqA0YGNhKof7jdaszvsyThXI6LVIKshJUZ9/CP6HNqQhJfV7kw==", + "version": "12.30.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.30.0.tgz", + "integrity": "sha512-p6Mp+lxm+mK4O86YVyL6KAlFDVCIqpmcBt+uMVapMBqltPXpwZ5Wj2crnN2VE7lwsas0ONCPIW9YVpMigu4F5g==", "license": "MIT", "dependencies": { - "motion-utils": "^12.19.0" + "motion-utils": "^12.29.2" } }, "node_modules/motion-utils": { - "version": "12.19.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.19.0.tgz", - "integrity": "sha512-BuFTHINYmV07pdWs6lj6aI63vr2N4dg0vR+td0rtrdpWOhBzIkEklZyLcvKBoEtwSqx8Jg06vUB5RS0xDiUybw==", + "version": "12.29.2", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.29.2.tgz", + "integrity": "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A==", "license": "MIT" }, "node_modules/ms": { diff --git a/dashboard/package.json b/dashboard/package.json index cda95e2..b64bb89 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -18,7 +18,7 @@ "d3": "^7.9.0", "datamaps": "^0.5.9", "fast-deep-equal": "^3.1.3", - "framer-motion": "^12.23.0", + "framer-motion": "^12.30.0", "leaflet": "^1.9.4", "lodash": "^4.17.21", "lucide-react": "^0.525.0",