From c08063ca57ba68c07f8f5cd020982ed8f52d0320 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 03:51:29 +0000 Subject: [PATCH] fix(deps): update dependency @reduxjs/toolkit to ^2.8.1 --- commafeed-client/package-lock.json | 8 ++++---- commafeed-client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index f11599ab..b1e860dc 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -19,7 +19,7 @@ "@mantine/notifications": "^8.0.0", "@mantine/spotlight": "^8.0.0", "@monaco-editor/react": "^4.7.0", - "@reduxjs/toolkit": "^2.8.0", + "@reduxjs/toolkit": "^2.8.1", "axios": "^1.9.0", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", @@ -1885,9 +1885,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.0.tgz", - "integrity": "sha512-7OAPcjqZwxzTV9UQ5l6hKQ9ap9GV1xJi6mh6hzDm+qvEjZ4hRdWMBx9b5oE8k1X9PQY8aE/Zf0WBKAYw0digXg==", + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.1.tgz", + "integrity": "sha512-GLjHS13LiBdiuxSJvfWs3+Cx5yt97mCbuVlDteTusS6VRksPhoWviO8L1e3Re1G94m6lkw/l4pjEEyyNaGf19g==", "license": "MIT", "dependencies": { "@standard-schema/spec": "^1.0.0", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index f0ded418..f4d59d39 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -26,7 +26,7 @@ "@mantine/notifications": "^8.0.0", "@mantine/spotlight": "^8.0.0", "@monaco-editor/react": "^4.7.0", - "@reduxjs/toolkit": "^2.8.0", + "@reduxjs/toolkit": "^2.8.1", "axios": "^1.9.0", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0",