From 6cd4ece71aabe02ae93013a2688ba69ef09810c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 10:04:40 +0000 Subject: [PATCH] Bump fast-equals from 5.4.0 to 6.0.0 Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/planttheidea/fast-equals/releases) - [Changelog](https://github.com/planttheidea/fast-equals/blob/main/CHANGELOG.md) - [Commits](https://github.com/planttheidea/fast-equals/compare/v5.4.0...v6.0.0) --- updated-dependencies: - dependency-name: fast-equals dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e710220..19d5822 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ }, "dependencies": { "classnames": "^2.2.5", - "fast-equals": "^5.2.2", + "fast-equals": "^6.0.0", "lodash.memoize": "^4.1.2", "prop-types": "^15.5.8" }