diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index e465743f..39415955 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -19,7 +19,7 @@ "@mantine/notifications": "^8.3.9", "@mantine/spotlight": "^8.3.9", "@monaco-editor/react": "^4.7.0", - "@reduxjs/toolkit": "^2.11.0", + "@reduxjs/toolkit": "^2.11.1", "axios": "^1.13.2", "dayjs": "^1.11.19", "escape-string-regexp": "^5.0.0", @@ -1846,9 +1846,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.11.0.tgz", - "integrity": "sha512-hBjYg0aaRL1O2Z0IqWhnTLytnjDIxekmRxm1snsHjHaKVmIF1HiImWqsq+PuEbn6zdMlkIj9WofK1vR8jjx+Xw==", + "version": "2.11.1", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.11.1.tgz", + "integrity": "sha512-HjhlEREguAyBTGNzRlGNiDHGQ2EjLSPWwdhhpoEqHYy8hWak3Dp6/fU72OfqVsiMb8S6rbfPsWUF24fxpilrVA==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index f70af13b..2457a97a 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -26,7 +26,7 @@ "@mantine/notifications": "^8.3.9", "@mantine/spotlight": "^8.3.9", "@monaco-editor/react": "^4.7.0", - "@reduxjs/toolkit": "^2.11.0", + "@reduxjs/toolkit": "^2.11.1", "axios": "^1.13.2", "dayjs": "^1.11.19", "escape-string-regexp": "^5.0.0",