From 6300f3c879bae2e349dbd7b8597ea4f3a8ce0e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:05:14 +0000 Subject: [PATCH] build(deps): bump framer-motion from 12.42.2 to 13.2.0 Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.42.2 to 13.2.0. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.42.2...v13.2.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 13.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++----------------- package.json | 2 +- 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3af067a..b74e49d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "dompurify": "^3.4.13", "eslint-config-next": "^16.2.9", "file-saver": "^2.0.5", - "framer-motion": "^12.42.2", + "framer-motion": "^13.2.0", "free-ps-banner": "^0.0.3", "html-to-jsx-transform": "^1.2.1", "json-to-pretty-yaml": "^1.2.2", @@ -8566,24 +8566,20 @@ } }, "node_modules/framer-motion": { - "version": "12.42.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.42.2.tgz", - "integrity": "sha512-5XY9luDiu0oHfHBjpDthFMh0ES+122w6p/papSJBweMkO8Sn+PW2QaEgRblQBpWFnuvZS5qvarpt/hO2pjGmnw==", + "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": "^12.42.2", - "motion-utils": "^12.39.0", + "motion-dom": "^13.2.0", + "motion-utils": "^13.0.0", "tslib": "^2.4.0" }, "peerDependencies": { - "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { - "@emotion/is-prop-valid": { - "optional": true - }, "react": { "optional": true }, @@ -12917,18 +12913,18 @@ "peer": true }, "node_modules/motion-dom": { - "version": "12.42.2", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.42.2.tgz", - "integrity": "sha512-5gIMWLp/PycBtJRJWRgjxke5n8dlvkSn2DrYW+tr3XcqAZY1xZh6BJyooJXCM8wdfM7wfMjkBJNLge1CKPUIRA==", + "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": "^12.39.0" + "motion-utils": "^13.0.0" } }, "node_modules/motion-utils": { - "version": "12.39.0", - "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-12.39.0.tgz", - "integrity": "sha512-8nadJAJjTtqRkmRF36FoJTrywK9nnFmnPwnSMyxaOCU7GDjN9RTMJIxx9De8ErM+vpPhMccr/6fo5WciyQLnMQ==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/motion-utils/-/motion-utils-13.0.0.tgz", + "integrity": "sha512-7DnN7TmbLcYXcG4RVadXIihWlyuM9afoUww8Y5Agg431kGKiuL2/OMyP4mJ5wLz+pvN3t5ySClLOaVXJ+wekRQ==", "license": "MIT" }, "node_modules/ms": { diff --git a/package.json b/package.json index 06fbd2ff..8df182c1 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dompurify": "^3.4.13", "eslint-config-next": "^16.2.9", "file-saver": "^2.0.5", - "framer-motion": "^12.42.2", + "framer-motion": "^13.2.0", "free-ps-banner": "^0.0.3", "html-to-jsx-transform": "^1.2.1", "json-to-pretty-yaml": "^1.2.2",