diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 31d3ce05..e8bb3b4a 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -19,7 +19,7 @@ "@mantine/notifications": "^8.2.8", "@mantine/spotlight": "^8.2.8", "@monaco-editor/react": "^4.7.0", - "@reduxjs/toolkit": "^2.8.2", + "@reduxjs/toolkit": "^2.9.0", "axios": "^1.11.0", "dayjs": "^1.11.17", "escape-string-regexp": "^5.0.0", @@ -2011,9 +2011,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.2.tgz", - "integrity": "sha512-MYlOhQ0sLdw4ud48FoC5w0dH9VfWQjtCjreKwYTT3l+r427qYC5Y8PihNutepr8XrNaBUDQo9khWUwQxZaqt5A==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.9.0.tgz", + "integrity": "sha512-fSfQlSRu9Z5yBkvsNhYF2rPS8cGXn/TZVrlwN1948QyZ8xMZ0JvP50S2acZNaf+o63u6aEeMjipFyksjIcWrog==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 0f989ab6..4119611b 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -26,7 +26,7 @@ "@mantine/notifications": "^8.2.8", "@mantine/spotlight": "^8.2.8", "@monaco-editor/react": "^4.7.0", - "@reduxjs/toolkit": "^2.8.2", + "@reduxjs/toolkit": "^2.9.0", "axios": "^1.11.0", "dayjs": "^1.11.17", "escape-string-regexp": "^5.0.0",