From 1269ec01ca8442941b7c668dfce7c3559beef549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:00:47 +0000 Subject: [PATCH] Bump framer-motion from 11.2.11 to 11.2.12 in /site Bumps [framer-motion](https://github.com/framer/motion) from 11.2.11 to 11.2.12. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.2.11...v11.2.12) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- site/package-lock.json | 8 ++++---- site/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index 7db816e..8406f96 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -17,7 +17,7 @@ "apexcharts": "^3.49.1", "eslint": "9.5.0", "eslint-config-next": "14.2.4", - "framer-motion": "^11.2.11", + "framer-motion": "^11.2.12", "next": "14.2.4", "react": "18.3.1", "react-apexcharts": "^1.4.1", @@ -2564,9 +2564,9 @@ } }, "node_modules/framer-motion": { - "version": "11.2.11", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.11.tgz", - "integrity": "sha512-n+ozoEzgJu/2h9NoQMokF+CwNqIRVyuRC4RwMPwklfrrTjbVV32k9uBIgqYAwn7Jfpt5LuDVCtT57MWz1FbaLw==", + "version": "11.2.12", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.2.12.tgz", + "integrity": "sha512-lCjkV4nA9rWOy2bhR4RZzkp2xpB++kFmUZ6D44V9VQaxk+JDmbDd5lq+u58DjJIIllE8AZEXp9OG/TyDN4FB/w==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/site/package.json b/site/package.json index 4bbfa29..9962f02 100644 --- a/site/package.json +++ b/site/package.json @@ -18,7 +18,7 @@ "apexcharts": "^3.49.1", "eslint": "9.5.0", "eslint-config-next": "14.2.4", - "framer-motion": "^11.2.11", + "framer-motion": "^11.2.12", "next": "14.2.4", "react": "18.3.1", "react-apexcharts": "^1.4.1",