From 4181c4f38fce25e3bb9b95214849834f2f547a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 03:17:25 +0000 Subject: [PATCH] chore(deps): bump fast-equals from 5.3.3 to 5.4.0 Bumps [fast-equals](https://github.com/planttheidea/fast-equals) from 5.3.3 to 5.4.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.3.3...v5.4.0) --- updated-dependencies: - dependency-name: fast-equals dependency-version: 5.4.0 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0116057..f463f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9098,9 +9098,9 @@ "license": "MIT" }, "node_modules/fast-equals": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.3.3.tgz", - "integrity": "sha512-/boTcHZeIAQ2r/tL11voclBHDeP9WPxLt+tyAbVSyyXuUFyh0Tne7gJZTqGbxnvj79TjLdCXLOY7UIPhyG5MTw==", + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz", + "integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==", "license": "MIT", "engines": { "node": ">=6.0.0"