From 7932fd55118d3b00369abe94fcc4f26aed654bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:03:20 +0800 Subject: [PATCH] chore(deps): bump framer-motion from 11.16.1 to 11.17.0 in /frontend (#77) Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.16.1 to 11.17.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.16.1...v11.17.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 | 16 ++++++++-------- frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7330fd7..f9b8d6a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "axios": "^1.7.9", - "framer-motion": "^11.16.1", + "framer-motion": "^11.17.0", "lucide-react": "^0.469.0", "mern-auth-backend": "file:..", "react": "^18.3.1", @@ -2885,11 +2885,11 @@ } }, "node_modules/framer-motion": { - "version": "11.16.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.16.1.tgz", - "integrity": "sha512-xsjhEUSWHn39g334PpBTH+QissgEJVJkpRGS/4QUyMSmoJSNxA+7FTuq61s+OXPMS4muu5k9Y6r7GpcNKhd1xA==", + "version": "11.17.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.17.0.tgz", + "integrity": "sha512-uTNLH9JPMD3ad14WBt3KYRTR+If4tGPLgKTKTIIPaEBMkvazs6EkWNcmCh65qA/tyinOqIbQiuCorXX0qQsNoQ==", "dependencies": { - "motion-dom": "^11.16.1", + "motion-dom": "^11.16.4", "motion-utils": "^11.16.0", "tslib": "^2.4.0" }, @@ -3950,9 +3950,9 @@ } }, "node_modules/motion-dom": { - "version": "11.16.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.16.1.tgz", - "integrity": "sha512-XVNf3iCfZn9OHPZYJQy5YXXLn0NuPNvtT3YCat89oAnr4D88Cr52KqFgKa8dWElBK8uIoQhpJMJEG+dyniYycQ==", + "version": "11.16.4", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.16.4.tgz", + "integrity": "sha512-2wuCie206pCiP2K23uvwJeci4pMFfyQKpWI0Vy6HrCTDzDCer4TsYtT7IVnuGbDeoIV37UuZiUr6SZMHEc1Vww==", "dependencies": { "motion-utils": "^11.16.0" } diff --git a/frontend/package.json b/frontend/package.json index c5c3470..0a34a3d 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "axios": "^1.7.9", - "framer-motion": "^11.16.1", + "framer-motion": "^11.17.0", "lucide-react": "^0.469.0", "mern-auth-backend": "file:..", "react": "^18.3.1",