Bump framer-motion from 4.1.2 to 4.1.3 (#384)

Bumps [framer-motion](https://github.com/framer/motion) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/commits/v4.1.3)

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-08 11:34:35 +03:00
committed by GitHub
parent 4257df03fa
commit 410d66d38f
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.2",
"framer-motion": "^4.1.3",
"next": "^10.1.3",
"next-auth": "^3.14.0",
"next-images": "^1.7.0",
@@ -5070,9 +5070,9 @@
}
},
"node_modules/framer-motion": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.2.tgz",
"integrity": "sha512-nVieffLWWmK5gog46PsoecgJCsFV+n6A5GOqoGXkWtvB9jWcscRVIdGzAaPKo2uiJHkGSyXUHU8+lt6YOQVRqw==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.3.tgz",
"integrity": "sha512-WJ3iZiMgzR3cf/W5/o5OwGyNeXvjuIriItPnDtqbAGgd8rCq5ysAW3RS4cC2i2wVA9EfrlxWmosTt+lKhaVI3Q==",
"dependencies": {
"framesync": "5.3.0",
"hey-listen": "^1.0.8",
@@ -14706,9 +14706,9 @@
"integrity": "sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA=="
},
"framer-motion": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.2.tgz",
"integrity": "sha512-nVieffLWWmK5gog46PsoecgJCsFV+n6A5GOqoGXkWtvB9jWcscRVIdGzAaPKo2uiJHkGSyXUHU8+lt6YOQVRqw==",
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-4.1.3.tgz",
"integrity": "sha512-WJ3iZiMgzR3cf/W5/o5OwGyNeXvjuIriItPnDtqbAGgd8rCq5ysAW3RS4cC2i2wVA9EfrlxWmosTt+lKhaVI3Q==",
"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.2",
"framer-motion": "^4.1.3",
"next": "^10.1.3",
"next-auth": "^3.14.0",
"next-images": "^1.7.0",