diff --git a/gurubu-client/package.json b/gurubu-client/package.json index f10ce2a..f7e7161 100644 --- a/gurubu-client/package.json +++ b/gurubu-client/package.json @@ -15,7 +15,7 @@ "axios": "^1.6.0", "echarts": "^5.6.0", "echarts-for-react": "^3.0.2", - "framer-motion": "^11.15.0", + "framer-motion": "^11.18.1", "html-react-parser": "^5.2.2", "intro.js": "^7.2.0", "lodash.debounce": "^4.0.8", diff --git a/gurubu-client/yarn.lock b/gurubu-client/yarn.lock index d098b69..77646ea 100644 --- a/gurubu-client/yarn.lock +++ b/gurubu-client/yarn.lock @@ -1669,13 +1669,13 @@ form-data@^4.0.0: combined-stream "^1.0.8" mime-types "^2.1.12" -framer-motion@^11.15.0: - version "11.16.4" - resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.16.4.tgz#42fd3ec78e50b47812aad80de177e3125107def1" - integrity sha512-7ncPlBjrYX6iQXcTSw1kvZcHSVjEuOAW3uWuu+/+chUS4UWBMe8kCjniE4VMc2/BMo0su0Uw9sw0aWS9anpPWA== +framer-motion@^11.18.1: + version "11.18.1" + resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-11.18.1.tgz#2d832ac22671c1cd90338cac4a572825328e3089" + integrity sha512-EQa8c9lWVOm4zlz14MsBJWr8woq87HsNmsBnQNvcS0hs8uzw6HtGAxZyIU7EGTVpHD1C1n01ufxRyarXcNzpPg== dependencies: - motion-dom "^11.16.4" - motion-utils "^11.16.0" + motion-dom "^11.18.1" + motion-utils "^11.18.1" tslib "^2.4.0" fs.realpath@^1.0.0: @@ -2325,17 +2325,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@^11.16.4: - version "11.16.4" - resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.16.4.tgz#7c18dbe8f8b0d4210a89992cda30f5926f003777" - integrity sha512-2wuCie206pCiP2K23uvwJeci4pMFfyQKpWI0Vy6HrCTDzDCer4TsYtT7IVnuGbDeoIV37UuZiUr6SZMHEc1Vww== +motion-dom@^11.18.1: + version "11.18.1" + resolved "https://registry.yarnpkg.com/motion-dom/-/motion-dom-11.18.1.tgz#e7fed7b7dc6ae1223ef1cce29ee54bec826dc3f2" + integrity sha512-g76KvA001z+atjfxczdRtw/RXOM3OMSdd1f4DL77qCTF/+avrRJiawSG4yDibEQ215sr9kpinSlX2pCTJ9zbhw== dependencies: - motion-utils "^11.16.0" + motion-utils "^11.18.1" -motion-utils@^11.16.0: - version "11.16.0" - resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-11.16.0.tgz#e75865442278be49e411ca9105c9139edc572811" - integrity sha512-ngdWPjg31rD4WGXFi0eZ00DQQqKKu04QExyv/ymlC+3k+WIgYVFbt6gS5JsFPbJODTF/r8XiE/X+SsoT9c0ocw== +motion-utils@^11.18.1: + version "11.18.1" + resolved "https://registry.yarnpkg.com/motion-utils/-/motion-utils-11.18.1.tgz#671227669833e991c55813cf337899f41327db5b" + integrity sha512-49Kt+HKjtbJKLtgO/LKj9Ld+6vw9BjH5d9sc40R/kVyH8GLAXgT42M2NnuPcJNuA3s9ZfZBUcwIgpmZWGEE+hA== ms@^2.1.1, ms@^2.1.3: version "2.1.3"