From 54e07cb03fa5bd343473aca49eddb5c40bd80c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 21:24:30 +0000 Subject: [PATCH] chore(deps): bump ahooks from 3.7.2 to 3.7.3 Bumps [ahooks](https://github.com/alibaba/hooks) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/alibaba/hooks/releases) - [Commits](https://github.com/alibaba/hooks/compare/v3.7.2...v3.7.3) --- updated-dependencies: - dependency-name: ahooks dependency-type: direct:production update-type: version-update:semver-patch ... 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 b3488fc..c2f8722 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@react-navigation/elements": "^1.3.9", "@react-navigation/native": "^6.0.16", "@react-navigation/stack": "^6.3.7", - "ahooks": "^3.7.2", + "ahooks": "^3.7.3", "axios": "^0.27.2", "color": "^4.2.3", "jotai": "^1.11.1", diff --git a/yarn.lock b/yarn.lock index 056f808..4f86cbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2114,10 +2114,10 @@ ahooks-v3-count@^1.0.0: resolved "https://registry.yarnpkg.com/ahooks-v3-count/-/ahooks-v3-count-1.0.0.tgz#ddeb392e009ad6e748905b3cbf63a9fd8262ca80" integrity sha512-V7uUvAwnimu6eh/PED4mCDjE7tokeZQLKlxg9lCTMPhN+NjsSbtdacByVlR1oluXQzD3MOw55wylDmQo4+S9ZQ== -ahooks@^3.7.2: - version "3.7.2" - resolved "https://registry.yarnpkg.com/ahooks/-/ahooks-3.7.2.tgz#0afa42625e77ae1cc4b60b19c45cf12a8cf29b56" - integrity sha512-nJPsQJcmJnGaNXiqgZdfO7UMs+o926LQg6VyDYt2vzKhXU8Ze/U87NsA/FeIvlIZB0rQr/j7uotFb1bGPp627A== +ahooks@^3.7.3: + version "3.7.3" + resolved "https://registry.yarnpkg.com/ahooks/-/ahooks-3.7.3.tgz#c4dd28937f26458a1d4bc6ddcfd07b7f959b8b13" + integrity sha512-HzHD5xhI94xqWfij9rimfFtkbGm+TR/t86drdYrYHgAMth0rqLtHxlVOTCjgXqmXUt9xz0EbkBfrWZBl4lc2YQ== dependencies: "@types/js-cookie" "^2.x.x" ahooks-v3-count "^1.0.0"