From 9aa9e17ea096ca9808120e7a2e71ced05e2c78ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:20:42 +0000 Subject: [PATCH] Bump framer-motion from 7.6.7 to 7.6.12 (#1041) Bumps [framer-motion](https://github.com/framer/motion) from 7.6.7 to 7.6.12. - [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/v7.6.7...v7.6.12) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2f53fb..c9ae57f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@giphy/js-fetch-api": "^4.4.0", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", - "framer-motion": "^7.6.7", + "framer-motion": "^7.6.12", "next": "13.0.5", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -6337,9 +6337,9 @@ } }, "node_modules/framer-motion": { - "version": "7.6.7", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-7.6.7.tgz", - "integrity": "sha512-vEGsjXygf4qSmgXXsCT1FC56DjiZau9tSQTCchwAP2mOHnYHUy5gbthc4RXFWJh4Z/gFtqE8bzEmjahwOrfT7w==", + "version": "7.6.12", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-7.6.12.tgz", + "integrity": "sha512-Xm1jPB91v6vIr9b+V3q6c96sPzU1jWdvN+Mv4CvIAY23ZIezGNIWxWNGIWj1We0CZ8SSOQkttz8921M10TQjXg==", "dependencies": { "@motionone/dom": "10.13.1", "framesync": "6.1.2", diff --git a/package.json b/package.json index d17aead..e0c4124 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@giphy/js-fetch-api": "^4.4.0", "@yaireo/relative-time": "^1.0.2", "file-saver": "^2.0.5", - "framer-motion": "^7.6.7", + "framer-motion": "^7.6.12", "next": "13.0.5", "react": "^18.2.0", "react-dom": "^18.2.0",