From ac2e5e83c8bd9494a24492147e03ca14668434d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 23:09:26 +0000 Subject: [PATCH] build(deps): bump framer-motion from 11.3.21 to 12.10.4 Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.3.21 to 12.10.4. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.3.21...v12.10.4) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.10.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index eb9b48ced4c54f..2fcb43fa59a389 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "esbuild": "^0.25.0", "focus-trap": "^7.3.1", "fork-ts-checker-webpack-plugin": "^9.0.2", - "framer-motion": "^11.3.21", + "framer-motion": "^12.10.4", "fuse.js": "^6.6.2", "gettext-parser": "1.3.1", "gl-matrix": "^3.4.3", diff --git a/yarn.lock b/yarn.lock index 471eeebd3b7d30..c0252196cdb37b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7218,11 +7218,13 @@ forwarded@0.2.0: resolved "https://registry.yarnpkg.com/forwarded/-/forwarded-0.2.0.tgz#2269936428aad4c15c7ebe9779a84bf0b2a81811" integrity sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow== -framer-motion@^11.3.21: - version "11.3.21" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.3.21.tgz#bdf06cf3ced9f14ddf055e098c1566795f353466" - integrity sha512-D+hfIsvzV8eL/iycld4K+tKlg2Q2LdwnrcBEohtGw3cG1AIuNYATbT5RUqIM1ndsAk+EfGhoSGf0UaiFodc5Tw== +framer-motion@^12.10.4: + version "12.10.4" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.10.4.tgz#4afdd3af2ae44b52d3425a78faff36948091f4a5" + integrity sha512-gGkavMW3QFDCxI+adVu5sn2NtIRHYPGVLDSJ0S/6B0ZoxPaql2F9foWdg9sGIP6sPA8cbNDfxYf9VlhD3+FkVQ== dependencies: + motion-dom "^12.10.4" + motion-utils "^12.9.4" tslib "^2.4.0" fresh@0.5.2: @@ -9390,6 +9392,18 @@ moo-color@^1.0.2: dependencies: color-name "^1.1.4" +motion-dom@^12.10.4: + version "12.10.4" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.10.4.tgz#079bf43162b866840bb1d78368de0568b7fb0329" + integrity sha512-GSv8kz0ANFfeGrFKi99s3GQjLiL1IKH3KtSNEqrPiVbloHVRiNbNtpsYQq9rkV2AV+7jxvd1X1ObUMVDnAEnXA== + dependencies: + motion-utils "^12.9.4" + +motion-utils@^12.9.4: + version "12.9.4" + resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.9.4.tgz#9d5a45a19971e20059911526d7af2217c5158fa2" + integrity sha512-BW3I65zeM76CMsfh3kHid9ansEJk9Qvl+K5cu4DVHKGsI52n76OJ4z2CUJUV+Mn3uEP9k1JJA3tClG0ggSrRcg== + mrmime@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4"