From 0a8f37be2fc4109b55c85b89ec9927f65f230460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:58:06 +0000 Subject: [PATCH] Bump framer-motion from 11.3.19 to 11.11.1 Bumps [framer-motion](https://github.com/framer/motion) from 11.3.19 to 11.11.1. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.3.19...v11.11.1) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2caadaa..6757da6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@nextui-org/react": "^2.4.2", - "framer-motion": "^11.3.2", + "framer-motion": "^11.11.1", "next": "14.2.5", "next-themes": "^0.3.0", "react": "^18", @@ -11078,9 +11078,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.19", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.19.tgz", - "integrity": "sha512-+luuQdx4AsamyMcvzW7jUAJYIKvQs1KE7oHvKkW3eNzmo0S+3PSDWjBuQkuIP9WyneGnKGMLUSuHs8OP7jKpQg==", + "version": "11.11.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.1.tgz", + "integrity": "sha512-Ucr9eHSrk0d+l6vyl9fvq6omh/PAWHjS+PlczpsoUdhJo1TuF3ULWJNuAMnpWQ1dGyPOyoUVuYlUKjE/s8dyCA==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 0d64adf..d2477d4 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "@nextui-org/react": "^2.4.2", - "framer-motion": "^11.3.2", + "framer-motion": "^11.11.1", "next": "14.2.5", "next-themes": "^0.3.0", "react": "^18",