From 15130cbe5a80dd794ec499d032741ac2b2267db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 20:31:05 +0000 Subject: [PATCH] chore(deps): bump zustand from 4.4.4 to 4.4.6 Bumps [zustand](https://github.com/pmndrs/zustand) from 4.4.4 to 4.4.6. - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](https://github.com/pmndrs/zustand/compare/v4.4.4...v4.4.6) --- updated-dependencies: - dependency-name: zustand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1ee4abf4..1cd518c6 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "validator": "^13.11.0", "winston": "^3.11.0", "zod": "^3.22.4", - "zustand": "^4.4.4" + "zustand": "^4.4.6" }, "devDependencies": { "@babel/core": "^7.23.2", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a69581e7..99281bc5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -153,8 +153,8 @@ importers: specifier: ^3.22.4 version: 3.22.4 zustand: - specifier: ^4.4.4 - version: 4.4.4(@types/react@18.2.33)(react@18.2.0) + specifier: ^4.4.6 + version: 4.4.6(@types/react@18.2.33)(react@18.2.0) devDependencies: '@babel/core': specifier: ^7.23.2 @@ -11303,8 +11303,8 @@ packages: /zod@3.22.4: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} - /zustand@4.4.4(@types/react@18.2.33)(react@18.2.0): - resolution: {integrity: sha512-5UTUIAiHMNf5+mFp7/AnzJXS7+XxktULFN0+D1sCiZWyX7ZG+AQpqs2qpYrynRij4QvoDdCD+U+bmg/cG3Ucxw==} + /zustand@4.4.6(@types/react@18.2.33)(react@18.2.0): + resolution: {integrity: sha512-Rb16eW55gqL4W2XZpJh0fnrATxYEG3Apl2gfHTyDSE965x/zxslTikpNch0JgNjJA9zK6gEFW8Fl6d1rTZaqgg==} engines: {node: '>=12.7.0'} peerDependencies: '@types/react': '>=16.8'