From 93bdb1ebaa0f5acac3fa2e0445ecb1192e4aca54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 22:50:46 +0000 Subject: [PATCH] build(deps): bump framer-motion from 11.3.21 to 12.17.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.3.21 to 12.17.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.3.21...v12.17.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.17.0 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..5bb17202e0f8ef 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.17.0", "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..771e64a66dac88 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.17.0: + version "12.17.0" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.17.0.tgz#1f4c68e396f5f28860a84e102d92f28db44a85de" + integrity sha512-2hISKgDk49yCLStwG1wf4Kdy/D6eBw9/eRNaWFIYoI9vMQ/Mqd1Fz+gzVlEtxJmtQ9y4IWnXm19/+UXD3dAYAA== dependencies: + motion-dom "^12.17.0" + motion-utils "^12.12.1" 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.17.0: + version "12.17.0" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.17.0.tgz#69661708d0a0859042c3003cddf31d544c46d9fd" + integrity sha512-FA6/c70R9NKs3g41XDVONzmUUrEmyaifLVGCWtAmHP0usDnX9W+RN/tmbC4EUl0w6yLGvMTOwnWCFVgA5luhRg== + dependencies: + motion-utils "^12.12.1" + +motion-utils@^12.12.1: + version "12.12.1" + resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.12.1.tgz#63e28751325cb9d1cd684f3c273a570022b0010e" + integrity sha512-f9qiqUHm7hWSLlNW8gS9pisnsN7CRFRD58vNjptKdsqFLpkVnX00TNeD6Q0d27V9KzT7ySFyK1TZ/DShfVOv6w== + mrmime@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/mrmime/-/mrmime-2.0.0.tgz#151082a6e06e59a9a39b46b3e14d5cfe92b3abb4"