From d52f70e6c9d139865cb700fa617e33ba1a552c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 06:15:57 +0000 Subject: [PATCH] :arrow_up: Bump framer-motion from 4.1.10 to 4.1.11 Bumps [framer-motion](https://github.com/framer/motion) from 4.1.10 to 4.1.11. - [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/v4.1.10...v4.1.11) Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index bc346b6..499888a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3611,9 +3611,9 @@ "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" }, "framer-motion": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.10.tgz", - "integrity": "sha512-fFm/iXcqAZOHiQnP98V3jjGXYlZoo9IPFbumA71Ev9KHMNIR1VBOg7wld8KqhfuzBDIZ9YSbPUB5pdKdWRZNPg==", + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.11.tgz", + "integrity": "sha512-7N67I8PUNH3OT0RTlNB672k5UiuWg5B17c+9Lc6BjICRo66gKeiq/Hy091lWCqNuSLEO59F9z39zxb3wMg6Tjg==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "framesync": "5.3.0", diff --git a/package.json b/package.json index 6c1dce3..588c3b1 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@chakra-ui/system": "^1.6.4", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.3.0", - "framer-motion": "^4.1.10", + "framer-motion": "^4.1.11", "next": "^10.1.3", "protobufjs": "^6.10.2", "react": "16.14.0",