From a2bb173d2d2d2b618404d7e70126d096a0ecd544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:27:56 +0000 Subject: [PATCH] security(deps): bump framer-motion in /client-ts Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.23.18 to 12.23.22. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.18...v12.23.22) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.23.22 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client-ts/package-lock.json | 16 ++++++++-------- client-ts/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/client-ts/package-lock.json b/client-ts/package-lock.json index 7d02eed..fc9233a 100644 --- a/client-ts/package-lock.json +++ b/client-ts/package-lock.json @@ -19,7 +19,7 @@ "@types/react-dom": "19.0.4", "axios": "1.12.2", "date-fns": "^4.1.0", - "framer-motion": "12.23.18", + "framer-motion": "12.23.22", "jwt-decode": "4.0.0", "lucide-react": "0.487.0", "moment": "^2.30.1", @@ -10712,12 +10712,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.18", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.18.tgz", - "integrity": "sha512-HBVXBL5x3nk/0WrYM5G4VgjBey99ytVYET5AX17s/pcnlH90cyaxVUqgoN8cpF4+PqZRVOhwWsv28F+hxA9Tzg==", + "version": "12.23.22", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.22.tgz", + "integrity": "sha512-ZgGvdxXCw55ZYvhoZChTlG6pUuehecgvEAJz0BHoC5pQKW1EC5xf1Mul1ej5+ai+pVY0pylyFfdl45qnM1/GsA==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.18", + "motion-dom": "^12.23.21", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -15574,9 +15574,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.18", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.18.tgz", - "integrity": "sha512-9piw3uOcP6DpS0qpnDF95bLDzmgMxLOg/jghLnHwYJ0YFizzuvbH/L8106dy39JNgHYmXFUTztoP9JQvUqlBwQ==", + "version": "12.23.21", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.21.tgz", + "integrity": "sha512-5xDXx/AbhrfgsQmSE7YESMn4Dpo6x5/DTZ4Iyy4xqDvVHWvFVoV+V2Ri2S/ksx+D40wrZ7gPYiMWshkdoqNgNQ==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/client-ts/package.json b/client-ts/package.json index ce8c421..81eee5e 100644 --- a/client-ts/package.json +++ b/client-ts/package.json @@ -14,7 +14,7 @@ "@types/react-dom": "19.0.4", "axios": "1.12.2", "date-fns": "^4.1.0", - "framer-motion": "12.23.18", + "framer-motion": "12.23.22", "jwt-decode": "4.0.0", "lucide-react": "0.487.0", "moment": "^2.30.1",