From 21cd06f860152855518fec8efb40f6f3d64b20bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 03:14:33 +0000 Subject: [PATCH] Bump framer-motion from 8.1.4 to 9.0.1 in /client Bumps [framer-motion](https://github.com/framer/motion) from 8.1.4 to 9.0.1. - [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...v9.0.1) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-major ... 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 edb0606..4467341 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": "^9.0.1", "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": "9.0.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.1.tgz", + "integrity": "sha512-0EP7+b/hnsbrFOum9zU+23Fq2cJJrLOqv/yJ26fIzK4CC33ZAjXZGi1/XyblbgnUF0cxZ/SEDj5IYHeQo42qNg==", "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": "9.0.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.1.tgz", + "integrity": "sha512-0EP7+b/hnsbrFOum9zU+23Fq2cJJrLOqv/yJ26fIzK4CC33ZAjXZGi1/XyblbgnUF0cxZ/SEDj5IYHeQo42qNg==", "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..dc4abd0 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": "^9.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0",