From d6768e606d77d91d7fc0d71cfb21fcd3e521bef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:23:38 +0000 Subject: [PATCH] chore(deps): bump framer-motion from 11.3.8 to 11.3.29 Bumps [framer-motion](https://github.com/framer/motion) from 11.3.8 to 11.3.29. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v11.3.8...v11.3.29) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8eee094..88a0540 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hackclub/icons": "^0.0.15", "@hackclub/theme": "^0.3.3", "classnames": "^2.3.2", - "framer-motion": "^11.3.8", + "framer-motion": "^11.3.29", "lodash": "^4.17.21", "next": "^14.2.5", "next-themes": "^0.3.0", @@ -1374,9 +1374,9 @@ } }, "node_modules/framer-motion": { - "version": "11.3.8", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.8.tgz", - "integrity": "sha512-1D+RDTsIp4Rz2dq/oToqSEc9idEQwgBRQyBq4rGpFba+0Z+GCbj9z1s0+ikFbanWe3YJ0SqkNlDe08GcpFGj5A==", + "version": "11.3.29", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.3.29.tgz", + "integrity": "sha512-uyDuUOeOElJEA3kbkbyoTNEf75Jih1EUg0ouLKYMlGDdt/LaJPmO+FyOGAGxM2HwKhHcAoKFNveR5A8peb7yhw==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index a89f2d1..ff77d86 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@hackclub/icons": "^0.0.15", "@hackclub/theme": "^0.3.3", "classnames": "^2.3.2", - "framer-motion": "^11.3.8", + "framer-motion": "^11.3.29", "lodash": "^4.17.21", "next": "^14.2.5", "next-themes": "^0.3.0",