From 4a8f06816d7cfbbedd45f35095646760ae274ae7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 10:09:54 +0000 Subject: [PATCH] chore(deps): bump framer-motion from 12.43.0 to 13.2.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.43.0 to 13.2.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.43.0...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] --- workers/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workers/dashboard/package.json b/workers/dashboard/package.json index bb31d9a8..55cfcc55 100644 --- a/workers/dashboard/package.json +++ b/workers/dashboard/package.json @@ -31,7 +31,7 @@ "cmdk": "^1.1.1", "date-fns": "^4.3.0", "embla-carousel-react": "^8.6.0", - "framer-motion": "^12.40.0", + "framer-motion": "^13.2.0", "input-otp": "^1.4.2", "lucide-react": "^1.16.0", "next": "^16.2.6",