From a7416de17e437748c85cbbd3d84b5ab0e9bebc23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 20:04:21 +0000 Subject: [PATCH] chore(deps): bump the frontend-minor-patch group across 1 directory with 2 updates Bumps the frontend-minor-patch group with 2 updates in the /frontend directory: [framer-motion](https://github.com/motiondivision/motion) and [zustand](https://github.com/pmndrs/zustand). Updates `framer-motion` from 13.1.1 to 13.2.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v13.1.1...v13.2.0) Updates `zustand` from 5.0.13 to 5.0.15 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v5.0.13...v5.0.15) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 13.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: frontend-minor-patch - dependency-name: zustand dependency-version: 5.0.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: frontend-minor-patch ... Signed-off-by: dependabot[bot] --- frontend/package-lock.json | 24 ++++++++++++------------ frontend/package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c97294dad5..9ada64c4f3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@visx/group": "^3.12.0", "@visx/scale": "^4.0.0", "@visx/shape": "^3.12.0", - "framer-motion": "^13.1.1", + "framer-motion": "^13.2.0", "i18next": "^23.0.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^3.0.5", @@ -20,7 +20,7 @@ "react-dom": "^18.3.1", "react-i18next": "^14.0.0", "react-router-dom": "^7.18.0", - "zustand": "^5.0.13" + "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^18.3.12", @@ -822,12 +822,12 @@ } }, "node_modules/framer-motion": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-13.1.1.tgz", - "integrity": "sha512-B/xn2TPS4f61cEBLFjiYlQFnBZUW1YVj/LM+C+N4OP8Rs95VLEI2ot/RlfBg111la/EiyECFaJJi/A3FWA8MUA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-13.2.0.tgz", + "integrity": "sha512-9E33ebgMaO33w1nN/jEdW8z3/GO483fMi4rqbMG9rt83XgW9QLKRe4NcmJ8s+fQ3O34++UHrIQwlIWGIWTITjA==", "license": "MIT", "dependencies": { - "motion-dom": "^13.1.1", + "motion-dom": "^13.2.0", "motion-utils": "^13.0.0", "tslib": "^2.4.0" }, @@ -1204,9 +1204,9 @@ } }, "node_modules/motion-dom": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-13.1.1.tgz", - "integrity": "sha512-XSf8VYWSB6G/0IY3rWVbyLcxWXtAVHkN1PQE2agTaCv3u8RGvbwu56TyyR/MNzBqqNavEBTZzErcxI1TxBrjcA==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-13.2.0.tgz", + "integrity": "sha512-N6gdSoWRDk0Rh/fVtlqUtLs+fEN3ELFZI3cn3IQE9Mnf3E+Mh8wjO6MstzCOPFh4Yf0L1as5m2eUyYWj8ylVSQ==", "license": "MIT", "dependencies": { "motion-utils": "^13.0.0" @@ -1629,9 +1629,9 @@ } }, "node_modules/zustand": { - "version": "5.0.13", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.13.tgz", - "integrity": "sha512-efI2tVaVQPqtOh114loML/Z80Y4NP3yc+Ff0fYiZJPauNeWZeIp/bRFD7I9bfmCOYBh/PHxlglQ9+wvlwnPikQ==", + "version": "5.0.15", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-5.0.15.tgz", + "integrity": "sha512-MpSEjRiBkA9crSYeOUH32rJC7SVqAbm0Fqcqge/bUi2PPoLcBWKOsG+C8mevmpr8TwXHBVkChbbJiyvkE+i/3A==", "license": "MIT", "engines": { "node": ">=12.20.0" diff --git a/frontend/package.json b/frontend/package.json index 810998f955..a4a99ecb86 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "@visx/group": "^3.12.0", "@visx/scale": "^4.0.0", "@visx/shape": "^3.12.0", - "framer-motion": "^13.1.1", + "framer-motion": "^13.2.0", "i18next": "^23.0.0", "i18next-browser-languagedetector": "^8.0.0", "i18next-http-backend": "^3.0.5", @@ -22,7 +22,7 @@ "react-dom": "^18.3.1", "react-i18next": "^14.0.0", "react-router-dom": "^7.18.0", - "zustand": "^5.0.13" + "zustand": "^5.0.15" }, "devDependencies": { "@types/react": "^18.3.12",