From fa8ee8ad9a6e01c4dad51f0616007b641cab70c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 12:23:53 +0000 Subject: [PATCH] fix(deps): update dependency zustand to v4.4.3 --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 737d1ae3..28c3ad31 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-dom": "18.2.0", "react-feather": "2.0.10", "zod": "3.22.3", - "zustand": "4.4.1" + "zustand": "4.4.3" }, "devDependencies": { "@babel/core": "7.23.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c3711ba0..34a15a55 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -36,8 +36,8 @@ dependencies: specifier: 3.22.3 version: 3.22.3 zustand: - specifier: 4.4.1 - version: 4.4.1(@types/react@18.2.25)(react@18.2.0) + specifier: 4.4.3 + version: 4.4.3(@types/react@18.2.25)(react@18.2.0) devDependencies: '@babel/core': @@ -6865,8 +6865,8 @@ packages: resolution: {integrity: sha512-EjIevzuJRiRPbVH4mGc8nApb/lVLKVpmUhAaR5R5doKGfAnGJ6Gr3CViAVjP+4FWSxCsybeWQdcgCtbX+7oZug==} dev: false - /zustand@4.4.1(@types/react@18.2.25)(react@18.2.0): - resolution: {integrity: sha512-QCPfstAS4EBiTQzlaGP1gmorkh/UL1Leaj2tdj+zZCZ/9bm0WS7sI2wnfD5lpOszFqWJ1DcPnGoY8RDL61uokw==} + /zustand@4.4.3(@types/react@18.2.25)(react@18.2.0): + resolution: {integrity: sha512-oRy+X3ZazZvLfmv6viIaQmtLOMeij1noakIsK/Y47PWYhT8glfXzQ4j0YcP5i0P0qI1A4rIB//SGROGyZhx91A==} engines: {node: '>=12.7.0'} peerDependencies: '@types/react': '>=16.8'