From ecf73a748fe8291cde4de085c9386edd61faefee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 20:32:08 +0300 Subject: [PATCH] feat(deps): bump framer-motion from 10.11.5 to 10.11.6 (#693) Bumps [framer-motion](https://github.com/framer/motion) from 10.11.5 to 10.11.6. - [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.11.5...v10.11.6) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c1698b58..205691b1 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.11.5", + "framer-motion": "^10.11.6", "idb": "^7.1.1", "lodash": "^4.17.21", "mobx": "^6.9.0", @@ -5146,9 +5146,9 @@ } }, "node_modules/framer-motion": { - "version": "10.11.5", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.11.5.tgz", - "integrity": "sha512-1JuoJsojdYLVdVldkR7p69G24bNs00p/IuqNcuIT9g2qSNG9Ya4SyK4Jy4Z5grUSi7j1yLI6AdO/0BhY0zo7yw==", + "version": "10.11.6", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.11.6.tgz", + "integrity": "sha512-QXfnUzPQqbJEnWpmtPaRB4OCuyH44uCys5Agg44LEQvItKTg0bou57WuhsNVuEyVCnMoAhrtRYiKeG/vAz6bFw==", "dependencies": { "tslib": "^2.4.0" }, @@ -12101,9 +12101,9 @@ } }, "framer-motion": { - "version": "10.11.5", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.11.5.tgz", - "integrity": "sha512-1JuoJsojdYLVdVldkR7p69G24bNs00p/IuqNcuIT9g2qSNG9Ya4SyK4Jy4Z5grUSi7j1yLI6AdO/0BhY0zo7yw==", + "version": "10.11.6", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.11.6.tgz", + "integrity": "sha512-QXfnUzPQqbJEnWpmtPaRB4OCuyH44uCys5Agg44LEQvItKTg0bou57WuhsNVuEyVCnMoAhrtRYiKeG/vAz6bFw==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index 10f14867..14fe054c 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.11.5", + "framer-motion": "^10.11.6", "idb": "^7.1.1", "lodash": "^4.17.21", "mobx": "^6.9.0",