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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-04-29 11:58:26 +03:00
committed by GitHub
parent ea5d581502
commit 07ac1c8b61
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -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",

View File

@@ -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",