From fb38273a96bb4a9ac45e32f791cd8e6920901a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 04:56:31 +0000 Subject: [PATCH] Bump framer-motion from 12.23.11 to 12.23.12 in /landing-page Bumps [framer-motion](https://github.com/motiondivision/motion) from 12.23.11 to 12.23.12. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v12.23.11...v12.23.12) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.23.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- landing-page/package-lock.json | 16 ++++++++-------- landing-page/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/landing-page/package-lock.json b/landing-page/package-lock.json index bd116b7d..fd79bd77 100644 --- a/landing-page/package-lock.json +++ b/landing-page/package-lock.json @@ -15,7 +15,7 @@ "@tailwindcss/typography": "^0.5.16", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.23.11", + "framer-motion": "^12.23.12", "gray-matter": "^4.0.3", "lucide-react": "^0.534.0", "motion": "^12.23.11", @@ -3918,12 +3918,12 @@ } }, "node_modules/framer-motion": { - "version": "12.23.11", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.11.tgz", - "integrity": "sha512-VzNi+exyI3bn7Pzvz1Fjap1VO9gQu8mxrsSsNamMidsZ8AA8W2kQsR+YQOciEUbMtkKAWIbPHPttfn5e9jqqJQ==", + "version": "12.23.12", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-12.23.12.tgz", + "integrity": "sha512-6e78rdVtnBvlEVgu6eFEAgG9v3wLnYEboM8I5O5EXvfKC8gxGQB8wXJdhkMy10iVcn05jl6CNw7/HTsTCfwcWg==", "license": "MIT", "dependencies": { - "motion-dom": "^12.23.9", + "motion-dom": "^12.23.12", "motion-utils": "^12.23.6", "tslib": "^2.4.0" }, @@ -6322,9 +6322,9 @@ } }, "node_modules/motion-dom": { - "version": "12.23.9", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.9.tgz", - "integrity": "sha512-6Sv++iWS8XMFCgU1qwKj9l4xuC47Hp4+2jvPfyTXkqDg2tTzSgX6nWKD4kNFXk0k7llO59LZTPuJigza4A2K1A==", + "version": "12.23.12", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-12.23.12.tgz", + "integrity": "sha512-RcR4fvMCTESQBD/uKQe49D5RUeDOokkGRmz4ceaJKDBgHYtZtntC/s2vLvY38gqGaytinij/yi3hMcWVcEF5Kw==", "license": "MIT", "dependencies": { "motion-utils": "^12.23.6" diff --git a/landing-page/package.json b/landing-page/package.json index b9ad81bf..36b74387 100644 --- a/landing-page/package.json +++ b/landing-page/package.json @@ -16,7 +16,7 @@ "@tailwindcss/typography": "^0.5.16", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", - "framer-motion": "^12.23.11", + "framer-motion": "^12.23.12", "gray-matter": "^4.0.3", "lucide-react": "^0.534.0", "motion": "^12.23.11",