From d7caae31ee442c7722b76ed1024f04af4eb94e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 04:05:47 +0000 Subject: [PATCH] Bump framer-motion from 8.1.4 to 9.0.4 in /client Bumps [framer-motion](https://github.com/framer/motion) from 8.1.4 to 9.0.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...v9.0.4) --- 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..8669571 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.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": "9.0.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.4.tgz", + "integrity": "sha512-lZ1+2/WBn8iYRYmeEFpu/X2fI1GNwJL+X21EpnWwKP3vkJsnWBXZF5kHF29wIPk9sBU2xDIpDm9SAVo206bp9A==", "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.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-9.0.4.tgz", + "integrity": "sha512-lZ1+2/WBn8iYRYmeEFpu/X2fI1GNwJL+X21EpnWwKP3vkJsnWBXZF5kHF29wIPk9sBU2xDIpDm9SAVo206bp9A==", "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..096ddc0 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.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0",