diff --git a/ui/package-lock.json b/ui/package-lock.json index df31ebb..faca5c5 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -12,7 +12,7 @@ "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", - "framer-motion": "^11.3.17", + "framer-motion": "^11.11.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.3.0" @@ -4168,9 +4168,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.17", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.17.tgz", - "integrity": "sha512-LZcckvZL8Rjod03bud8LQcp+R0PLmWIlOSu+NVc+v6Uh43fQr4IBsEAX7sSn7CdBQ1L0fZ/IqSXZVPnGFSMxHw==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.1.tgz", + "integrity": "sha512-Ucr9eHSrk0d+l6vyl9fvq6omh/PAWHjS+PlczpsoUdhJo1TuF3ULWJNuAMnpWQ1dGyPOyoUVuYlUKjE/s8dyCA==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/ui/package.json b/ui/package.json index 3612b82..d77ccd9 100644 --- a/ui/package.json +++ b/ui/package.json @@ -15,7 +15,7 @@ "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", - "framer-motion": "^11.3.17", + "framer-motion": "^11.11.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.3.0"