From 05cbdee2bf0211d09a4ead73a3842e91f13dc2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 17:46:07 +0000 Subject: [PATCH] chore(frontend)(deps): bump framer-motion in /frontend Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.40.0 to 13.1.1. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.40.0...v13.1.1) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 13.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 39806907..e8fac5b6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -67,8 +67,8 @@ "d3": "^7.9.0", "date-fns": "^4.1.0", "diff-match-patch": "^1.0.5", - "ethers": "^6.17.0", - "framer-motion": "^12.40.0", + "ethers": "^6.16.0", + "framer-motion": "^13.1.1", "fuse.js": "^7.5.0", "hotkeys-js": "^3.9.0", "html2canvas": "^1.4.1",