diff --git a/package-lock.json b/package-lock.json index 8bc0884..f1819ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-router-dom": "^6.24.1", "react-use": "^17.4.3", "react-use-websocket": "^4.5.0", - "zustand": "^4.4.7" + "zustand": "^4.5.4" }, "devDependencies": { "@biomejs/biome": "1.5.1", @@ -1520,27 +1520,6 @@ "@svgr/core": "*" } }, - "node_modules/@tanstack/query-core": { - "version": "5.17.19", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.19.tgz", - "integrity": "sha512-Lzw8FUtnLCc9Jwz0sw9xOjZB+/mCCmJev38v2wHMUl/ioXNIhnNWeMxu0NKUjIhAd62IRB3eAtvxAGDJ55UkyA==", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, - "node_modules/@tanstack/query-persist-client-core": { - "version": "5.17.19", - "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.17.19.tgz", - "integrity": "sha512-gDpISmHOjzoLYvGRKtuWbh/lwfyKroqywfUUEab6weBSDJmYc9V1USNfJJpwA5tasSmI+ktCDX2jqt+7EwPSxw==", - "dependencies": { - "@tanstack/query-core": "5.17.19" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/tannerlinsley" - } - }, "node_modules/@tanstack/query-sync-storage-persister": { "version": "5.51.1", "resolved": "https://registry.npmjs.org/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.51.1.tgz", @@ -4314,9 +4293,10 @@ } }, "node_modules/zustand": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.7.tgz", - "integrity": "sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==", + "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" }, @@ -4325,7 +4305,7 @@ }, "peerDependencies": { "@types/react": ">=16.8", - "immer": ">=9.0", + "immer": ">=9.0.6", "react": ">=16.8" }, "peerDependenciesMeta": { @@ -5190,19 +5170,6 @@ "svg-parser": "^2.0.4" } }, - "@tanstack/query-core": { - "version": "5.17.19", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.17.19.tgz", - "integrity": "sha512-Lzw8FUtnLCc9Jwz0sw9xOjZB+/mCCmJev38v2wHMUl/ioXNIhnNWeMxu0NKUjIhAd62IRB3eAtvxAGDJ55UkyA==" - }, - "@tanstack/query-persist-client-core": { - "version": "5.17.19", - "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.17.19.tgz", - "integrity": "sha512-gDpISmHOjzoLYvGRKtuWbh/lwfyKroqywfUUEab6weBSDJmYc9V1USNfJJpwA5tasSmI+ktCDX2jqt+7EwPSxw==", - "requires": { - "@tanstack/query-core": "5.17.19" - } - }, "@tanstack/query-sync-storage-persister": { "version": "5.51.1", "resolved": "https://registry.npmjs.org/@tanstack/query-sync-storage-persister/-/query-sync-storage-persister-5.51.1.tgz", @@ -7135,9 +7102,9 @@ "dev": true }, "zustand": { - "version": "4.4.7", - "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.4.7.tgz", - "integrity": "sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/zustand/-/zustand-4.5.4.tgz", + "integrity": "sha512-/BPMyLKJPtFEvVL0E9E9BTUM63MNyhPGlvxk1XjrfWTUlV+BR8jufjsovHzrtR6YNcBEcL7cMHovL1n9xHawEg==", "requires": { "use-sync-external-store": "1.2.0" } diff --git a/package.json b/package.json index 9ff73bf..cc484bf 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "react-router-dom": "^6.24.1", "react-use": "^17.4.3", "react-use-websocket": "^4.5.0", - "zustand": "^4.4.7" + "zustand": "^4.5.4" }, "devDependencies": { "@biomejs/biome": "1.5.1",