From 2f36c6cd492e352fe8e3124d3d9c70f696b03e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 May 2023 07:57:56 +0300 Subject: [PATCH] feat(deps): bump framer-motion from 10.12.4 to 10.12.5 (#766) Bumps [framer-motion](https://github.com/framer/motion) from 10.12.4 to 10.12.5. - [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.12.4...v10.12.5) --- 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 e3a10de2..fdd03efa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "copy-to-clipboard": "^3.3.3", "csstype": "^3.1.2", "emoji-mart": "^5.5.2", - "framer-motion": "^10.12.4", + "framer-motion": "^10.12.5", "idb": "^7.1.1", "lodash": "^4.17.21", "mobx": "^6.9.0", @@ -5124,9 +5124,9 @@ } }, "node_modules/framer-motion": { - "version": "10.12.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.4.tgz", - "integrity": "sha512-9gLtv8T6dui0tujHROR+VM3kdJyKiFCFiD94IQE+0OuX6LaIyXtdVpviokVdrHSb1giWhmmX4yzoucALMx6mtw==", + "version": "10.12.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.5.tgz", + "integrity": "sha512-F45kz9gqsiUUvNQ3i7iggcxZpqz/nBIKNwnAsZ0Q1+qAYeEuTQxF2iQibfF7UC0bfhzt/dCf6PLdAcj7cdo0UA==", "dependencies": { "tslib": "^2.4.0" }, @@ -12058,9 +12058,9 @@ } }, "framer-motion": { - "version": "10.12.4", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.4.tgz", - "integrity": "sha512-9gLtv8T6dui0tujHROR+VM3kdJyKiFCFiD94IQE+0OuX6LaIyXtdVpviokVdrHSb1giWhmmX4yzoucALMx6mtw==", + "version": "10.12.5", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.12.5.tgz", + "integrity": "sha512-F45kz9gqsiUUvNQ3i7iggcxZpqz/nBIKNwnAsZ0Q1+qAYeEuTQxF2iQibfF7UC0bfhzt/dCf6PLdAcj7cdo0UA==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index 7406aec2..76318b23 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "copy-to-clipboard": "^3.3.3", "csstype": "^3.1.2", "emoji-mart": "^5.5.2", - "framer-motion": "^10.12.4", + "framer-motion": "^10.12.5", "idb": "^7.1.1", "lodash": "^4.17.21", "mobx": "^6.9.0",