From 04b7609b6542d7b7f0419b721ba0b0b93c4c71aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 03:24:06 +0800 Subject: [PATCH] chore(deps): bump framer-motion from 11.11.17 to 11.12.0 in /frontend (#23) Bumps [framer-motion](https://github.com/framer/motion) from 11.11.17 to 11.12.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.11.17...v11.12.0) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- frontend/package-lock.json | 9 +++++---- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ae778af..e6b8f70 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.7", - "framer-motion": "^11.11.17", + "framer-motion": "^11.12.0", "lucide-react": "^0.461.0", "mern-auth-backend": "file:..", "react": "^18.3.1", @@ -2878,9 +2878,10 @@ } }, "node_modules/framer-motion": { - "version": "11.11.17", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.11.17.tgz", - "integrity": "sha512-O8QzvoKiuzI5HSAHbcYuL6xU+ZLXbrH7C8Akaato4JzQbX2ULNeniqC2Vo5eiCtFktX9XsJ+7nUhxcl2E2IjpA==", + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.12.0.tgz", + "integrity": "sha512-gZaZeqFM6pX9kMVti60hYAa75jGpSsGYWAHbBfIkuHN7DkVHVkxSxeNYnrGmHuM0zPkWTzQx10ZT+fDjn7N4SA==", + "license": "MIT", "dependencies": { "tslib": "^2.4.0" }, diff --git a/frontend/package.json b/frontend/package.json index 7618b87..0964210 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "axios": "^1.7.7", - "framer-motion": "^11.11.17", + "framer-motion": "^11.12.0", "lucide-react": "^0.461.0", "mern-auth-backend": "file:..", "react": "^18.3.1",