From 918a10fdc450344cd77ef80a84193381d82e6abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:21:00 +0000 Subject: [PATCH] Bump framer-motion from 10.9.1 to 10.12.8 Bumps [framer-motion](https://github.com/framer/motion) from 10.9.1 to 10.12.8. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v10.9.1...v10.12.8) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... 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 78ff4fb..6298ac7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", "eslint-config-next": "^13.2.4", - "framer-motion": "^10.9.1", + "framer-motion": "^10.12.8", "next": "^13.2.4", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -3905,9 +3905,9 @@ } }, "node_modules/framer-motion": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.9.1.tgz", - "integrity": "sha512-fuCDRGKOu5n9gN2/R7O22mE+BHMGK5D57S3Oq8n2ITd4aYR7D22QM5I4VPD3CWahNt/lyDUs20u9Aw+6ah9oAQ==", + "version": "10.12.8", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.8.tgz", + "integrity": "sha512-ylobYq3tGFjjAmRdBs5pL/R1+4AmOm69g/JbF5DcNETfRe8L9CjaX4acG83MjYdIsbsTGJmtR5qKx4glNmXO4A==", "dependencies": { "tslib": "^2.4.0" }, diff --git a/package.json b/package.json index 8ca10c8..b5c1116 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@tailwindcss/typography": "^0.5.9", "clsx": "^1.2.1", "eslint-config-next": "^13.2.4", - "framer-motion": "^10.9.1", + "framer-motion": "^10.12.8", "next": "^13.2.4", "react": "^18.2.0", "react-dom": "^18.2.0",