diff --git a/single-page-app/ui/package.json b/single-page-app/ui/package.json index ff22b070..ef365ae1 100644 --- a/single-page-app/ui/package.json +++ b/single-page-app/ui/package.json @@ -13,7 +13,7 @@ "@chakra-ui/react": "^3.28.1", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", - "framer-motion": "^12.24.10", + "framer-motion": "^12.27.5", "mdi-react": "^9.3.0", "react": "^19.2.3", "react-dom": "^19.1.0", diff --git a/single-page-app/ui/yarn.lock b/single-page-app/ui/yarn.lock index d38d374a..a9d60e13 100644 --- a/single-page-app/ui/yarn.lock +++ b/single-page-app/ui/yarn.lock @@ -3055,13 +3055,13 @@ for-each@^0.3.5: dependencies: is-callable "^1.2.7" -framer-motion@^12.24.10: - version "12.24.10" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.24.10.tgz#4e9c906aaf5a7f23bf92716620606dda5faf31a7" - integrity sha512-8yoyMkCn2RmV9UB9mfmMuzKyenQe909hRQRl0yGBhbZJjZZ9bSU87NIGAruqCXCuTNCA0qHw2LWLrcXLL9GF6A== +framer-motion@^12.27.5: + version "12.27.5" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.27.5.tgz#b81242d0461ba5ddfd3b7f8f25404e2550a730e6" + integrity sha512-yUFof7Y2Y2qDJxLKeA91qMazuA6QBOoLOZ0No2J5VIQuhJLWMmGwT/5qyCfpa9mNNS3C7lOR6NhlC3mLZjLw4g== dependencies: - motion-dom "^12.24.10" - motion-utils "^12.24.10" + motion-dom "^12.27.5" + motion-utils "^12.27.2" tslib "^2.4.0" fs.realpath@^1.0.0: @@ -3931,17 +3931,17 @@ 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.24.10: - version "12.24.10" - resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.24.10.tgz#2725e18ef68b5fbcc2cf081ebe6824daf74ac07e" - integrity sha512-H3HStYaJ6wANoZVNT0ZmYZHGvrpvi9pKJRzsgNEHkdITR4Qd9FFu2e9sH4e2Phr4tKCmyyloex6SOSmv0Tlq+g== +motion-dom@^12.27.5: + version "12.27.5" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-12.27.5.tgz#90ca80d809ee3af3f259518e5794d01a48511e77" + integrity sha512-UwBv2AUOkA7/TCHr67NGjg3aRT7nbsanmmenRoR7T6IJXZp34OZB+pooGnKjMd8CqqCsF/+qwT657EkukjgmiQ== dependencies: - motion-utils "^12.24.10" + motion-utils "^12.27.2" -motion-utils@^12.24.10: - version "12.24.10" - resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.24.10.tgz#73d0bead3c08c4ba2965a5f7ee39dd53f661ae7e" - integrity sha512-x5TFgkCIP4pPsRLpKoI86jv/q8t8FQOiM/0E8QKBzfMozWHfkKap2gA1hOki+B5g3IsBNpxbUnfOum1+dgvYww== +motion-utils@^12.27.2: + version "12.27.2" + resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-12.27.2.tgz#cd3038236ae2dc3d643bdb272ed831fd6d8ab616" + integrity sha512-B55gcoL85Mcdt2IEStY5EEAsrMSVE2sI14xQ/uAdPL+mfQxhKKFaEag9JmfxedJOR4vZpBGoPeC/Gm13I/4g5Q== ms@2.1.2: version "2.1.2"