From b6eb6fa24ca585dec763eb8fa9bd72a5af1dfff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 15:29:24 +0000 Subject: [PATCH] build(deps): bump zustand from 4.4.2 to 4.4.3 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95ca574f..bb542166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-dom": "^18.2.0", "react-i18next": "11.16.7", "react-router-dom": "6.16.0", - "zustand": "^4.4.2" + "zustand": "^4.4.3" }, "devDependencies": { "@types/apca-w3": "^0.1.1", @@ -4186,9 +4186,9 @@ } }, "node_modules/zustand": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.2.tgz", - "integrity": "sha512-qF3/vZHCrjPUX5DvPE3DPDZlh+FiAWRKlP9PI7SlW1MCk8q4vUCDqyWsbF8K41ne0Yx8eeeb0m1cypn1LqUMYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.3.tgz", + "integrity": "sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==", "dependencies": { "use-sync-external-store": "1.2.0" }, @@ -7051,9 +7051,9 @@ "dev": true }, "zustand": { - "version": "4.4.2", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.2.tgz", - "integrity": "sha512-qF3/vZHCrjPUX5DvPE3DPDZlh+FiAWRKlP9PI7SlW1MCk8q4vUCDqyWsbF8K41ne0Yx8eeeb0m1cypn1LqUMYQ==", + "version": "4.4.3", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.3.tgz", + "integrity": "sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==", "requires": { "use-sync-external-store": "1.2.0" } diff --git a/package.json b/package.json index 4a81a977..f7fffb2b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-dom": "^18.2.0", "react-i18next": "11.16.7", "react-router-dom": "6.16.0", - "zustand": "^4.4.2" + "zustand": "^4.4.3" }, "devDependencies": { "@types/apca-w3": "^0.1.1",