From 3607515ca7f8491845c5e60caa4a5b5f14afcbcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:06:00 +0000 Subject: [PATCH] Bump framer-motion from 11.16.1 to 11.16.4 Bumps [framer-motion](https://github.com/motiondivision/motion) from 11.16.1 to 11.16.4. - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](https://github.com/motiondivision/motion/compare/v11.16.1...v11.16.4) --- updated-dependencies: - dependency-name: framer-motion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 652445d00..7a4f789de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "docusaurus2-dotenv": "^1.4.0", "express": "^4.18.2", "fontawesome": "^5.6.3", - "framer-motion": "^11.16.1", + "framer-motion": "^11.16.4", "joi": "^17.12.1", "passport": "^0.7.0", "passport-github": "^1.1.0", @@ -12775,11 +12775,11 @@ } }, "node_modules/framer-motion": { - "version": "11.16.1", - "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.16.1.tgz", - "integrity": "sha512-xsjhEUSWHn39g334PpBTH+QissgEJVJkpRGS/4QUyMSmoJSNxA+7FTuq61s+OXPMS4muu5k9Y6r7GpcNKhd1xA==", + "version": "11.16.4", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-11.16.4.tgz", + "integrity": "sha512-7ncPlBjrYX6iQXcTSw1kvZcHSVjEuOAW3uWuu+/+chUS4UWBMe8kCjniE4VMc2/BMo0su0Uw9sw0aWS9anpPWA==", "dependencies": { - "motion-dom": "^11.16.1", + "motion-dom": "^11.16.4", "motion-utils": "^11.16.0", "tslib": "^2.4.0" }, @@ -18351,9 +18351,9 @@ } }, "node_modules/motion-dom": { - "version": "11.16.1", - "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.16.1.tgz", - "integrity": "sha512-XVNf3iCfZn9OHPZYJQy5YXXLn0NuPNvtT3YCat89oAnr4D88Cr52KqFgKa8dWElBK8uIoQhpJMJEG+dyniYycQ==", + "version": "11.16.4", + "resolved": "https://registry.npmjs.org/motion-dom/-/motion-dom-11.16.4.tgz", + "integrity": "sha512-2wuCie206pCiP2K23uvwJeci4pMFfyQKpWI0Vy6HrCTDzDCer4TsYtT7IVnuGbDeoIV37UuZiUr6SZMHEc1Vww==", "dependencies": { "motion-utils": "^11.16.0" } diff --git a/package.json b/package.json index ba21dcd66..55ec223ff 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "docusaurus2-dotenv": "^1.4.0", "express": "^4.18.2", "fontawesome": "^5.6.3", - "framer-motion": "^11.16.1", + "framer-motion": "^11.16.4", "joi": "^17.12.1", "passport": "^0.7.0", "passport-github": "^1.1.0",