From 07ac1c8b61e8decfb4b0d25e66b1f78b7faa0064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 11:58:26 +0300 Subject: [PATCH] Bump framer-motion from 4.1.10 to 4.1.11 (#458) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2fd0c9af4..df7cfcdeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@trpc/server": "5.0.0", "countries-list": "^2.6.1", "focus-visible": "^5.2.0", - "framer-motion": "^4.1.10", + "framer-motion": "^4.1.11", "next": "^10.1.3", "next-auth": "^3.14.0", "next-images": "^1.7.0", @@ -4496,9 +4496,9 @@ } }, "node_modules/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==", "dependencies": { "framesync": "5.3.0", "hey-listen": "^1.0.8", @@ -13477,9 +13477,9 @@ "integrity": "sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==" }, "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 90d5b0216..bb14ae308 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@trpc/server": "5.0.0", "countries-list": "^2.6.1", "focus-visible": "^5.2.0", - "framer-motion": "^4.1.10", + "framer-motion": "^4.1.11", "next": "^10.1.3", "next-auth": "^3.14.0", "next-images": "^1.7.0",