1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

Bump framer-motion from 11.3.17 to 11.3.19 (#1325)

Bumps [framer-motion](https://github.com/framer/motion) from 11.3.17 to 11.3.19.
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v11.3.17...v11.3.19)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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] 2024-08-02 13:22:04 +01:00 committed by GitHub
parent 2bf37b96d4
commit 6661143977
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

9
package-lock.json generated
View File

@ -13,7 +13,7 @@
"@radix-ui/react-select": "^2.1.1", "@radix-ui/react-select": "^2.1.1",
"@yaireo/relative-time": "^1.0.4", "@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"framer-motion": "^11.3.17", "framer-motion": "^11.3.19",
"lucide-react": "^0.416.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",
@ -6502,10 +6502,9 @@
} }
}, },
"node_modules/framer-motion": { "node_modules/framer-motion": {
"version": "11.3.17", "version": "11.3.19",
"resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.17.tgz", "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.19.tgz",
"integrity": "sha512-LZcckvZL8Rjod03bud8LQcp+R0PLmWIlOSu+NVc+v6Uh43fQr4IBsEAX7sSn7CdBQ1L0fZ/IqSXZVPnGFSMxHw==", "integrity": "sha512-+luuQdx4AsamyMcvzW7jUAJYIKvQs1KE7oHvKkW3eNzmo0S+3PSDWjBuQkuIP9WyneGnKGMLUSuHs8OP7jKpQg==",
"license": "MIT",
"dependencies": { "dependencies": {
"tslib": "^2.4.0" "tslib": "^2.4.0"
}, },

View File

@ -25,7 +25,7 @@
"@radix-ui/react-select": "^2.1.1", "@radix-ui/react-select": "^2.1.1",
"@yaireo/relative-time": "^1.0.4", "@yaireo/relative-time": "^1.0.4",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"framer-motion": "^11.3.17", "framer-motion": "^11.3.19",
"lucide-react": "^0.416.0", "lucide-react": "^0.416.0",
"next": "14.2.5", "next": "14.2.5",
"next-themes": "^0.3.0", "next-themes": "^0.3.0",