diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 269b3f4b..b5f549a6 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -19,7 +19,7 @@ "@mantine/notifications": "^7.16.2", "@mantine/spotlight": "^7.16.2", "@monaco-editor/react": "^4.7.0-rc.0", - "@reduxjs/toolkit": "^2.5.0", + "@reduxjs/toolkit": "^2.5.1", "axios": "^1.7.9", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", @@ -1920,9 +1920,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.0.tgz", - "integrity": "sha512-awNe2oTodsZ6LmRqmkFhtb/KH03hUhxOamEQy411m3Njj3BbFvoBovxo4Q1cBWnV1ErprVj9MlF0UPXkng0eyg==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.5.1.tgz", + "integrity": "sha512-UHhy3p0oUpdhnSxyDjaRDYaw8Xra75UiLbCiRozVPHjfDwNYkh0TsVm/1OmTW8Md+iDAJmYPWUKMvsMc2GtpNg==", "license": "MIT", "dependencies": { "immer": "^10.0.3", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 35e99811..8e0366de 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -26,7 +26,7 @@ "@lingui/core": "^5.1.2", "@lingui/react": "^5.1.2", "@monaco-editor/react": "^4.7.0-rc.0", - "@reduxjs/toolkit": "^2.5.0", + "@reduxjs/toolkit": "^2.5.1", "axios": "^1.7.9", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0",