diff --git a/client/package-lock.json b/client/package-lock.json index 4d97ca3..528f253 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -21,7 +21,7 @@ "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3", "chakra-ui-markdown-renderer": "^4.1.0", - "framer-motion": "^8.1.4", + "framer-motion": "^8.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", @@ -9770,9 +9770,9 @@ } }, "node_modules/framer-motion": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.1.4.tgz", - "integrity": "sha512-dyibKIom+lX0BsSG1fHwxbDkEIMAGMUlWL4fFdOfMzd0t/kNKqQB4QTFf2sG9vovjUeTNXSVbmBW07g2S8HV2Q==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.2.4.tgz", + "integrity": "sha512-bd2g3kgb8m0jBi+OOzsKPW4rQCn5gOOlbAlT0iMX6ruQPZ9qzIIABrRj2DFhwW6EcFvfJSP6EVVHSI8SQYBBOw==", "dependencies": { "@motionone/dom": "^10.15.3", "hey-listen": "^1.0.8", @@ -26564,9 +26564,9 @@ "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" }, "framer-motion": { - "version": "8.1.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.1.4.tgz", - "integrity": "sha512-dyibKIom+lX0BsSG1fHwxbDkEIMAGMUlWL4fFdOfMzd0t/kNKqQB4QTFf2sG9vovjUeTNXSVbmBW07g2S8HV2Q==", + "version": "8.2.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-8.2.4.tgz", + "integrity": "sha512-bd2g3kgb8m0jBi+OOzsKPW4rQCn5gOOlbAlT0iMX6ruQPZ9qzIIABrRj2DFhwW6EcFvfJSP6EVVHSI8SQYBBOw==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "@motionone/dom": "^10.15.3", diff --git a/client/package.json b/client/package.json index fe628d9..bf04d28 100644 --- a/client/package.json +++ b/client/package.json @@ -16,7 +16,7 @@ "@types/react-helmet": "^6.1.6", "@types/react-router-dom": "^5.3.3", "chakra-ui-markdown-renderer": "^4.1.0", - "framer-motion": "^8.1.4", + "framer-motion": "^8.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0",