From 0df1030523ff5b3caab6dd5465ac75cc17b70f0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 09:14:29 +0000 Subject: [PATCH] fix: update dependency zustand to v4.5.3 (#2635) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 03ee553e3..5bf170b27 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -58,7 +58,7 @@ "react-schemaorg": "2.0.0", "recharts": "2.12.7", "strava": "2.3.0", - "zustand": "4.5.2", + "zustand": "4.5.3", "zwift-data": "1.37.1" }, "devDependencies": { @@ -31643,9 +31643,9 @@ } }, "node_modules/zustand": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.2.tgz", - "integrity": "sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.3.tgz", + "integrity": "sha512-iH1gA/3uOMR0Gz260Fsklxo7wWEXJ008p1bO9O6gxwkbvBUaTDlcVChkDKGGSsvdbOyVce0nQfBitVH6sbYyew==", "license": "MIT", "dependencies": { "use-sync-external-store": "1.2.0" diff --git a/frontend/package.json b/frontend/package.json index 99bf7fe0f..2848d8fa7 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -53,7 +53,7 @@ "react-schemaorg": "2.0.0", "recharts": "2.12.7", "strava": "2.3.0", - "zustand": "4.5.2", + "zustand": "4.5.3", "zwift-data": "1.37.1" }, "scripts": {