From 2aecb5a96bd3e42078a984a0c55f6382afc44ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 01:54:53 +0000 Subject: [PATCH] build(deps): bump zustand from 4.4.1 to 4.4.7 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.4.1 to 4.4.7. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.4.1...v4.4.7) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 87b215e..ade29ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "react-router-dom": "^6.15.0", "react-toastify": "^9.1.3", "styled-components": "^5.3.3", - "zustand": "^4.4.1" + "zustand": "^4.4.7" }, "devDependencies": { "@types/howler": "^2.2.8", @@ -15107,9 +15107,9 @@ } }, "node_modules/zustand": { - "version": "4.4.1", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.1.tgz", - "integrity": "sha512-QCPfstAS4EBiTQzlaGP1gmorkh/UL1Leaj2tdj+zZCZ/9bm0WS7sI2wnfD5lpOszFqWJ1DcPnGoY8RDL61uokw==", + "version": "4.4.7", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.7.tgz", + "integrity": "sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==", "dependencies": { "use-sync-external-store": "1.2.0" }, diff --git a/package.json b/package.json index bdf010d..c79f7aa 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-router-dom": "^6.15.0", "react-toastify": "^9.1.3", "styled-components": "^5.3.3", - "zustand": "^4.4.1" + "zustand": "^4.4.7" }, "devDependencies": { "@types/howler": "^2.2.8",