From ccadc56159db240461ff27af7913c20a009649f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:38:23 +0000 Subject: [PATCH] chore(deps): bump framer-motion in /tap-dashboard Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.18.2 to 12.38.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.18.2...v12.38.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.38.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tap-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tap-dashboard/package.json b/tap-dashboard/package.json index f61cb3f1..00f71a8d 100644 --- a/tap-dashboard/package.json +++ b/tap-dashboard/package.json @@ -28,7 +28,7 @@ "@upstash/ratelimit": "^2.0.8", "@upstash/redis": "^1.36.3", "clsx": "^2.1.1", - "framer-motion": "^11.0.0", + "framer-motion": "^12.38.0", "lucide-react": "^0.294.0", "next": "15.1.11", "otplib": "^12.0.1",