From 1d2163850822620dfe56425cf264899207c46c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 06:02:03 +0000 Subject: [PATCH] feat(deps): bump framer-motion from 10.10.0 to 10.11.2 Bumps [framer-motion](https://github.com/framer/motion) from 10.10.0 to 10.11.2. - [Release notes](https://github.com/framer/motion/releases) - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v10.10.0...v10.11.2) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-minor ... 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 50606dd7..ed23fd4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "classnames": "^2.3.2", "copy-to-clipboard": "^3.3.3", "emoji-mart": "^5.5.2", - "framer-motion": "^10.10.0", + "framer-motion": "^10.11.2", "idb": "^7.1.1", "lodash": "^4.17.21", "mobx": "^6.9.0", @@ -5195,9 +5195,9 @@ } }, "node_modules/framer-motion": { - "version": "10.10.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.10.0.tgz", - "integrity": "sha512-eCsyOcJimIRbx9KOzBTO3j9u1rF/H8/o/ybizYqdrzHkEeHx9L2NcEfGWfV0OHTc1JV17ECVzuZpomupEJ4+dw==", + "version": "10.11.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.11.2.tgz", + "integrity": "sha512-IrwuC9regNOU99JoM/Z62CAMA3awGV6AcF7e3bcgXk/ZoNlGSt5aVq0J7UAwtLmCkwVlRvBkiMnvv2mZ1GW2pg==", "dependencies": { "tslib": "^2.4.0" }, @@ -12161,9 +12161,9 @@ } }, "framer-motion": { - "version": "10.10.0", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.10.0.tgz", - "integrity": "sha512-eCsyOcJimIRbx9KOzBTO3j9u1rF/H8/o/ybizYqdrzHkEeHx9L2NcEfGWfV0OHTc1JV17ECVzuZpomupEJ4+dw==", + "version": "10.11.2", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.11.2.tgz", + "integrity": "sha512-IrwuC9regNOU99JoM/Z62CAMA3awGV6AcF7e3bcgXk/ZoNlGSt5aVq0J7UAwtLmCkwVlRvBkiMnvv2mZ1GW2pg==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index b431a2ee..e8b4d9da 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "classnames": "^2.3.2", "copy-to-clipboard": "^3.3.3", "emoji-mart": "^5.5.2", - "framer-motion": "^10.10.0", + "framer-motion": "^10.11.2", "idb": "^7.1.1", "lodash": "^4.17.21", "mobx": "^6.9.0",