diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5bf170b27..b2a73b858 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.3", + "zustand": "4.5.4", "zwift-data": "1.37.1" }, "devDependencies": { @@ -31643,9 +31643,9 @@ } }, "node_modules/zustand": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.3.tgz", - "integrity": "sha512-iH1gA/3uOMR0Gz260Fsklxo7wWEXJ008p1bO9O6gxwkbvBUaTDlcVChkDKGGSsvdbOyVce0nQfBitVH6sbYyew==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.4.tgz", + "integrity": "sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==", "license": "MIT", "dependencies": { "use-sync-external-store": "1.2.0" diff --git a/frontend/package.json b/frontend/package.json index 2848d8fa7..51d375c6f 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.3", + "zustand": "4.5.4", "zwift-data": "1.37.1" }, "scripts": {