From 210f69160f709a7e16eeb8eaab3d58474ab3d0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 06:26:02 +0000 Subject: [PATCH] Bump framer-motion from 10.16.2 to 10.16.5 Bumps [framer-motion](https://github.com/framer/motion) from 10.16.2 to 10.16.5. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v10.16.2...v10.16.5) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6e2cbc..1f4798d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hackclub/meta": "^1.1.33", - "framer-motion": "^10.16.2", + "framer-motion": "^10.16.5", "next": "^13.4.19", "next-themes": "^0.2.1", "react": "^18.0.0", @@ -941,9 +941,9 @@ } }, "node_modules/framer-motion": { - "version": "10.16.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.2.tgz", - "integrity": "sha512-aY6L9YMvqMWtfOQptaUvvr8dp97jskXY5UYLQM0vOPxKeERrG/Z034EIQZ/52u7MeCT0HlCQy3/l0HdUZCB9Tw==", + "version": "10.16.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.5.tgz", + "integrity": "sha512-GEzVjOYP2MIpV9bT/GbhcsBNoImG3/2X3O/xVNWmktkv9MdJ7P/44zELm/7Fjb+O3v39SmKFnoDQB32giThzpg==", "dependencies": { "tslib": "^2.4.0" }, @@ -2673,9 +2673,9 @@ "dev": true }, "framer-motion": { - "version": "10.16.2", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.2.tgz", - "integrity": "sha512-aY6L9YMvqMWtfOQptaUvvr8dp97jskXY5UYLQM0vOPxKeERrG/Z034EIQZ/52u7MeCT0HlCQy3/l0HdUZCB9Tw==", + "version": "10.16.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.5.tgz", + "integrity": "sha512-GEzVjOYP2MIpV9bT/GbhcsBNoImG3/2X3O/xVNWmktkv9MdJ7P/44zELm/7Fjb+O3v39SmKFnoDQB32giThzpg==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index 83fb93d..82ab102 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@hackclub/meta": "^1.1.33", - "framer-motion": "^10.16.2", + "framer-motion": "^10.16.5", "next": "^13.4.19", "next-themes": "^0.2.1", "react": "^18.0.0",