From 35a3d42a4e63d4fb9590bf59c9a86b019fc9b295 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:22:02 +0000 Subject: [PATCH] chore(deps): bump framer-motion from 12.0.1 to 12.0.6 in /frontend Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.0.1 to 12.0.6. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.0.1...v12.0.6) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 2ebad04..78f5765 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.9", - "framer-motion": "^12.0.1", + "framer-motion": "^12.0.6", "lucide-react": "^0.473.0", "mern-auth-backend": "file:..", "react": "^18.3.1", @@ -2888,9 +2888,9 @@ } }, "node_modules/framer-motion": { - "version": "12.0.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.1.tgz", - "integrity": "sha512-u6p0Qc4cY/AEQAtrC7qiYlXla39qnWoI4JXY7OCNBDXwJ5yRBD8HU+RhaOqqziw2m/b0BDh32f44W94+wXonMQ==", + "version": "12.0.6", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.0.6.tgz", + "integrity": "sha512-LmrXbXF6Vv5WCNmb+O/zn891VPZrH7XbsZgRLBROw6kFiP+iTK49gxTv2Ur3F0Tbw6+sy9BVtSqnWfMUpH+6nA==", "license": "MIT", "dependencies": { "motion-dom": "^12.0.0", diff --git a/frontend/package.json b/frontend/package.json index 045ce70..cf125f9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "axios": "^1.7.9", - "framer-motion": "^12.0.1", + "framer-motion": "^12.0.6", "lucide-react": "^0.473.0", "mern-auth-backend": "file:..", "react": "^18.3.1",