From 7dd9258bbe1ef2ec159d55766218e1bfdc5e822d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:53:24 +0000 Subject: [PATCH] build(deps): bump fast-equals from 3.0.3 to 5.2.0 Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 3.0.3 to 5.2.0. - [Release notes](https://github.com/planttheidea/fast-equals/releases) - [Changelog](https://github.com/planttheidea/fast-equals/blob/master/CHANGELOG.md) - [Commits](https://github.com/planttheidea/fast-equals/compare/v3.0.3...v5.2.0) --- updated-dependencies: - dependency-name: fast-equals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 +++++++---- package.json | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58a3c95c7f..35cf858898 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@tweenjs/tween.js": "^21.0.0", "@vis.gl/react-google-maps": "^1.0.0", "clsx": "^2.1.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.2.0", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1", @@ -6737,9 +6737,12 @@ "dev": true }, "node_modules/fast-equals": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-3.0.3.tgz", - "integrity": "sha512-NCe8qxnZFARSHGztGMZOO/PC1qa5MIFB5Hp66WdzbCRAz8U8US3bx1UTgLS49efBQPcUtO9gf5oVEY8o7y/7Kg==" + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.0.tgz", + "integrity": "sha512-3VpaQYf+CDFdRQfgsb+3vY7XaKjM35WCMoQTTE8h4S/eUkHzyJFOOA/gATYgoLejy4FBrEQD/sXe5Auk4cW/AQ==", + "engines": { + "node": ">=6.0.0" + } }, "node_modules/fast-glob": { "version": "3.3.1", diff --git a/package.json b/package.json index 6a26e3225b..52e88eb8e7 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@tweenjs/tween.js": "^21.0.0", "@vis.gl/react-google-maps": "^1.0.0", "clsx": "^2.1.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.2.0", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1",