From 47287078170f3c45c550912223cbbf03cc54ae0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:46:54 +0000 Subject: [PATCH] chore(deps): bump @react-hookz/deep-equal from 1.0.4 to 3.0.0 Bumps [@react-hookz/deep-equal](https://github.com/react-hookz/deep-equal) from 1.0.4 to 3.0.0. - [Release notes](https://github.com/react-hookz/deep-equal/releases) - [Changelog](https://github.com/react-hookz/deep-equal/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hookz/deep-equal/compare/v1.0.4...v3.0.0) --- updated-dependencies: - dependency-name: "@react-hookz/deep-equal" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 38555e5a..26c5ffbb 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ ] }, "dependencies": { - "@react-hookz/deep-equal": "^1.0.4" + "@react-hookz/deep-equal": "^3.0.0" }, "peerDependencies": { "js-cookie": "^3.0.5", diff --git a/yarn.lock b/yarn.lock index 6f543f97..27bd5701 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1322,10 +1322,10 @@ "@pnpm/network.ca-file" "^1.0.1" config-chain "^1.1.11" -"@react-hookz/deep-equal@^1.0.4": - version "1.0.4" - resolved "https://registry.yarnpkg.com/@react-hookz/deep-equal/-/deep-equal-1.0.4.tgz#68a71f36cbc88724b3ce6f4036183778b6e7f282" - integrity sha512-N56fTrAPUDz/R423pag+n6TXWbvlBZDtTehaGFjK0InmN+V2OFWLE/WmORhmn6Ce7dlwH5+tQN1LJFw3ngTJVg== +"@react-hookz/deep-equal@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@react-hookz/deep-equal/-/deep-equal-3.0.0.tgz#798f1ef2c09ef2efbc2d816d471b42249b35b3f9" + integrity sha512-ItF5ZlGZXLSt2cpdyW8g9ke6icXL0jRz5HKJzzUtGP7mn8UMsHTtvLpRbqy7v5WBJFCd4WcqI5mk9jymMHdUiA== "@react-hookz/eslint-config@^2.1.5": version "2.1.5"