From 26feb62285aae2a1ce3cb5bc1f5d25b6df0af179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 21:58:47 +0100 Subject: [PATCH] Bump zustand from 4.4.4 to 4.4.6 in /ui (#403) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/package.json | 2 +- ui/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 846c99b7..ac5d900f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -41,7 +41,7 @@ "react-router-dom": "^6.17.0", "react-waypoint": "^10.3.0", "sanitize-html": "^2.11.0", - "zustand": "^4.4.4" + "zustand": "^4.4.6" }, "devDependencies": { "@types/react": "^18.2.31", diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index e7c61add..47c468a9 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -99,8 +99,8 @@ dependencies: specifier: ^2.11.0 version: 2.11.0 zustand: - specifier: ^4.4.4 - version: 4.4.4(@types/react@18.2.31)(react@18.2.0) + specifier: ^4.4.6 + version: 4.4.6(@types/react@18.2.31)(react@18.2.0) devDependencies: '@types/react': @@ -2479,8 +2479,8 @@ packages: engines: {node: '>= 14'} dev: true - /zustand@4.4.4(@types/react@18.2.31)(react@18.2.0): - resolution: {integrity: sha512-5UTUIAiHMNf5+mFp7/AnzJXS7+XxktULFN0+D1sCiZWyX7ZG+AQpqs2qpYrynRij4QvoDdCD+U+bmg/cG3Ucxw==} + /zustand@4.4.6(@types/react@18.2.31)(react@18.2.0): + resolution: {integrity: sha512-Rb16eW55gqL4W2XZpJh0fnrATxYEG3Apl2gfHTyDSE965x/zxslTikpNch0JgNjJA9zK6gEFW8Fl6d1rTZaqgg==} engines: {node: '>=12.7.0'} peerDependencies: '@types/react': '>=16.8'