From 7d715dd48c928ca16998570c65e74188ede4a68b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:58:45 +0000 Subject: [PATCH] build(deps): bump framer-motion from 10.12.4 to 10.15.0 Bumps [framer-motion](https://github.com/framer/motion) from 10.12.4 to 10.15.0. - [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/framer/motion/compare/v10.12.4...v10.15.0) --- 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 3205c32..cf3844d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "cheerio": "^1.0.0-rc.12", "chromadb": "^1.4.1", "clsx": "^1.2.1", - "framer-motion": "^10.11.2", + "framer-motion": "^10.15.0", "html-to-image": "^1.11.11", "i18next": "^22.4.15", "langchain": "^0.0.64", @@ -5620,9 +5620,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.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.0.tgz", + "integrity": "sha512-HDjWrYWgbO5orKuhnXETLFzk7UUvwWur2HFs2elAZ8lVpI49ClHql31DNTVvVBcOrSHfAOS4eBDBedIvOx634w==", "dependencies": { "tslib": "^2.4.0" }, @@ -17118,9 +17118,9 @@ "dev": true }, "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.15.0", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.15.0.tgz", + "integrity": "sha512-HDjWrYWgbO5orKuhnXETLFzk7UUvwWur2HFs2elAZ8lVpI49ClHql31DNTVvVBcOrSHfAOS4eBDBedIvOx634w==", "requires": { "@emotion/is-prop-valid": "^0.8.2", "tslib": "^2.4.0" diff --git a/package.json b/package.json index c78ee6b..3770c5d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "cheerio": "^1.0.0-rc.12", "chromadb": "^1.4.1", "clsx": "^1.2.1", - "framer-motion": "^10.11.2", + "framer-motion": "^10.15.0", "html-to-image": "^1.11.11", "i18next": "^22.4.15", "langchain": "^0.0.64",