From f0b729fc6bbeccec6d2cf9a047e5b2ae81bfe6b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 17:22:56 +0000 Subject: [PATCH] chore(deps): bump framer-motion in /agents/dashboard Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.34.3 to 13.2.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.34.3...v13.2.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 13.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- agents/dashboard/package-lock.json | 30 +++++++++++++----------------- agents/dashboard/package.json | 2 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/agents/dashboard/package-lock.json b/agents/dashboard/package-lock.json index 5747f175..99c76409 100644 --- a/agents/dashboard/package-lock.json +++ b/agents/dashboard/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "clsx": "^2.1.1", "date-fns": "^4.1.0", - "framer-motion": "^12.34.3", + "framer-motion": "^13.2.0", "lucide-react": "^0.575.0", "next": "16.2.4", "react": "19.2.3", @@ -6196,24 +6196,20 @@ } }, "node_modules/framer-motion": { - "version": "12.34.3", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.34.3.tgz", - "integrity": "sha512-v81ecyZKYO/DfpTwHivqkxSUBzvceOpoI+wLfgCgoUIKxlFKEXdg0oR9imxwXumT4SFy8vRk9xzJ5l3/Du/55Q==", + "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": "^12.34.3", - "motion-utils": "^12.29.2", + "motion-dom": "^13.2.0", + "motion-utils": "^13.0.0", "tslib": "^2.4.0" }, "peerDependencies": { - "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { - "@emotion/is-prop-valid": { - "optional": true - }, "react": { "optional": true }, @@ -7794,18 +7790,18 @@ } }, "node_modules/motion-dom": { - "version": "12.34.3", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.34.3.tgz", - "integrity": "sha512-sYgFe+pR9aIM7o4fhs2aXtOI+oqlUd33N9Yoxcgo1Fv7M20sRkHtCmzE/VRNIcq7uNJ+qio+Xubt1FXH3pQ+eQ==", + "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": "^12.29.2" + "motion-utils": "^13.0.0" } }, "node_modules/motion-utils": { - "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==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-13.0.0.tgz", + "integrity": "sha512-7DnN7TmbLcYXcG4RVadXIihWlyuM9afoUww8Y5Agg431kGKiuL2/OMyP4mJ5wLz+pvN3t5ySClLOaVXJ+wekRQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/agents/dashboard/package.json b/agents/dashboard/package.json index 91962602..8db5af81 100644 --- a/agents/dashboard/package.json +++ b/agents/dashboard/package.json @@ -16,7 +16,7 @@ "dependencies": { "clsx": "^2.1.1", "date-fns": "^4.1.0", - "framer-motion": "^12.34.3", + "framer-motion": "^13.2.0", "lucide-react": "^0.575.0", "next": "16.2.4", "react": "19.2.3",