From bd34bd3a95e2f22b08f5a639ffe43f7e19744db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 07:15:26 +0000 Subject: [PATCH] build(deps): bump framer-motion in /single-page-app/ui Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.23.6 to 12.23.11. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.6...v12.23.11) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.23.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- single-page-app/ui/package.json | 2 +- single-page-app/ui/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/single-page-app/ui/package.json b/single-page-app/ui/package.json index d228dfa1..c1581cba 100644 --- a/single-page-app/ui/package.json +++ b/single-page-app/ui/package.json @@ -13,7 +13,7 @@ "@chakra-ui/react": "^3.22.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "framer-motion": "^12.23.6", + "framer-motion": "^12.23.11", "mdi-react": "^9.3.0", "react": "^19.1.0", "react-dom": "^19.1.0", diff --git a/single-page-app/ui/yarn.lock b/single-page-app/ui/yarn.lock index a1a11083..58d4f70c 100644 --- a/single-page-app/ui/yarn.lock +++ b/single-page-app/ui/yarn.lock @@ -2983,12 +2983,12 @@ for-each@^0.3.5: dependencies: is-callable "^1.2.7" -framer-motion@^12.23.6: - version "12.23.6" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.23.6.tgz#29a78d0b05081fda3fdfd2f3eb4f570d7989d2e8" - integrity sha512-dsJ389QImVE3lQvM8Mnk99/j8tiZDM/7706PCqvkQ8sSCnpmWxsgX+g0lj7r5OBVL0U36pIecCTBoIWcM2RuKw== +framer-motion@^12.23.11: + version "12.23.11" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.23.11.tgz#7a50a2d7a1dd370ca95bf0c04e88a7cdfabc393d" + integrity sha512-VzNi+exyI3bn7Pzvz1Fjap1VO9gQu8mxrsSsNamMidsZ8AA8W2kQsR+YQOciEUbMtkKAWIbPHPttfn5e9jqqJQ== dependencies: - motion-dom "^12.23.6" + motion-dom "^12.23.9" motion-utils "^12.23.6" tslib "^2.4.0" @@ -3847,10 +3847,10 @@ minimist@^1.2.0, minimist@^1.2.6: resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c" integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA== -motion-dom@^12.23.6: - version "12.23.6" - resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.23.6.tgz#03856178d92a3b460797b57fa3b20e06847f8dab" - integrity sha512-G2w6Nw7ZOVSzcQmsdLc0doMe64O/Sbuc2bVAbgMz6oP/6/pRStKRiVRV4bQfHp5AHYAKEGhEdVHTM+R3FDgi5w== +motion-dom@^12.23.9: + version "12.23.9" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.23.9.tgz#f6768cdeb19c69f07c31083da12418d4e9f3e8c9" + integrity sha512-6Sv++iWS8XMFCgU1qwKj9l4xuC47Hp4+2jvPfyTXkqDg2tTzSgX6nWKD4kNFXk0k7llO59LZTPuJigza4A2K1A== dependencies: motion-utils "^12.23.6"