From a170082aaa80f3f45e588895fa008bea3e5f0cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:28:38 +0000 Subject: [PATCH] build(deps): bump fast-equals from 3.0.3 to 5.2.2 Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 3.0.3 to 5.2.2. - [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.2) --- updated-dependencies: - dependency-name: fast-equals dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++++---- package.json | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 472ba0daf3..403767fd43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@tweenjs/tween.js": "^25.0.0", "@vis.gl/react-google-maps": "^1.0.0", "clsx": "^2.1.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.2.2", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1", @@ -6602,9 +6602,13 @@ "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.2", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz", + "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==", + "license": "MIT", + "engines": { + "node": ">=6.0.0" + } }, "node_modules/fast-glob": { "version": "3.3.1", diff --git a/package.json b/package.json index cf27694361..bd6a19d441 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@tweenjs/tween.js": "^25.0.0", "@vis.gl/react-google-maps": "^1.0.0", "clsx": "^2.1.1", - "fast-equals": "^3.0.3", + "fast-equals": "^5.2.2", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1",