From 36f8e9845e041d4fb340a4afa874fd4a7031f965 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 03:09:30 +0000 Subject: [PATCH] Bump framer-motion from 8.1.4 to 8.2.4 in /client Bumps [framer-motion](https://github.com/framer/motion) from 8.1.4 to 8.2.4. - [Release notes](https://github.com/framer/motion/releases) - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v8.1.4...v8.2.4) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",