From 45840db92ba9fb24495ba7a3d19ae7ee6b86821b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 20:41:24 +0000 Subject: [PATCH] build(deps): bump fast-equals from 3.0.3 to 5.3.2 Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 3.0.3 to 5.3.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.3.2) --- updated-dependencies: - dependency-name: fast-equals dependency-version: 5.3.2 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..7868844c9e 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.3.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.3.2", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.2.tgz", + "integrity": "sha512-6rxyATwPCkaFIL3JLqw8qXqMpIZ942pTX/tbQFkRsDGblS8tNGtlUauA/+mt6RUfqn/4MoEr+WDkYoIQbibWuQ==", + "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..96c7983b5e 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.3.2", "playground-elements": "^0.18.1", "react": "^18.2.0", "react-dom": "^18.3.1",