From d49556de7909c3b40f245bc6268c036285584141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:32:31 +0000 Subject: [PATCH] Bump framer-motion from 12.35.2 to 12.37.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.35.2 to 12.37.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.35.2...v12.37.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.37.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 70c4f976..3cf08b1d 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "date-fns": "^4.1.0", "deepmerge": "^4.3.1", "feed": "^5.2.0", - "framer-motion": "^12.35.2", + "framer-motion": "^12.37.0", "graphql": "^16.13.1", "isomorphic-unfetch": "^4.0.2", "jsonwebtoken": "^9.0.3", diff --git a/yarn.lock b/yarn.lock index 28f4c8e6..768f7f1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7604,13 +7604,13 @@ fragment-cache@^0.2.1: dependencies: map-cache "^0.2.2" -framer-motion@^12.35.2: - version "12.35.2" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.35.2.tgz#add40fe8cdb8eb553feb9dd17525c93b51e6f67c" - integrity sha512-dhfuEMaNo0hc+AEqyHiIfiJRNb9U9UQutE9FoKm5pjf7CMitp9xPEF1iWZihR1q86LBmo6EJ7S8cN8QXEy49AA== +framer-motion@^12.37.0: + version "12.37.0" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.37.0.tgz#48cd772d1c16c109c92ca9647f2a140d3954b8c0" + integrity sha512-j/QUcZS9Nw3NzZWoAbkzr3ETRFHyVeQMlGOUYUmG15U+uiyn9DqIktYruVPDcqY8I35qYR70JaZBvFmS6p+Pdg== dependencies: - motion-dom "^12.35.2" - motion-utils "^12.29.2" + motion-dom "^12.37.0" + motion-utils "^12.36.0" tslib "^2.4.0" fs-capacitor@^2.0.4: @@ -10683,17 +10683,17 @@ mixin-deep@^1.2.0: for-in "^1.0.2" is-extendable "^1.0.1" -motion-dom@^12.35.2: - version "12.35.2" - resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.35.2.tgz#489b9eb7206dbac3d6087aae584f08e78c16cfbd" - integrity sha512-pWXFMTwvGDbx1Fe9YL5HZebv2NhvGBzRtiNUv58aoK7+XrsuaydQ0JGRKK2r+bTKlwgSWwWxHbP5249Qr/BNpg== +motion-dom@^12.37.0: + version "12.37.0" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.37.0.tgz#5b10ede7ef392226bfaade2485a6e12420e3d917" + integrity sha512-LnppZuwX1jQizRWTl9LBLMN3RbAEmdQkX/2Af0UW70NCqYJI/7GfI83vQP9Ucel/Avc0Tf2ZWy8FHawuc0O6Vg== dependencies: - motion-utils "^12.29.2" + motion-utils "^12.36.0" -motion-utils@^12.29.2: - version "12.29.2" - resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.29.2.tgz#8fdd28babe042c2456b078ab33b32daa3bf5938b" - integrity sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A== +motion-utils@^12.36.0: + version "12.36.0" + resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.36.0.tgz#cff2df2a28c3fe53a3de7e0103ba7f73ff7d77a7" + integrity sha512-eHWisygbiwVvf6PZ1vhaHCLamvkSbPIeAYxWUuL3a2PD/TROgE7FvfHWTIH4vMl798QLfMw15nRqIaRDXTlYRg== ms@2.0.0: version "2.0.0"