From 9c6219a58a54e42c661607ab8f0b5a137665cb0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:00:49 +0000 Subject: [PATCH] fix(deps): update dependency @reduxjs/toolkit to ^2.4.0 --- 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 248128ae..511129e5 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -20,7 +20,7 @@ "@mantine/notifications": "^7.14.3", "@mantine/spotlight": "^7.14.3", "@monaco-editor/react": "^4.6.0", - "@reduxjs/toolkit": "^2.3.0", + "@reduxjs/toolkit": "^2.4.0", "axios": "^1.7.8", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", @@ -1680,9 +1680,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.3.0.tgz", - "integrity": "sha512-WC7Yd6cNGfHx8zf+iu+Q1UPTfEcXhQ+ATi7CV1hlrSAaQBdlPzg7Ww/wJHNQem7qG9rxmWoFCDCPubSvFObGzA==", + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.4.0.tgz", + "integrity": "sha512-wJZEuSKj14tvNfxiIiJws0tQN77/rDqucBq528ApebMIRHyWpCanJVQRxQ8WWZC19iCDKxDsGlbAir3F1layxA==", "license": "MIT", "dependencies": { "immer": "^10.0.3", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index e254f721..2aeae880 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -27,7 +27,7 @@ "@mantine/notifications": "^7.14.3", "@mantine/spotlight": "^7.14.3", "@monaco-editor/react": "^4.6.0", - "@reduxjs/toolkit": "^2.3.0", + "@reduxjs/toolkit": "^2.4.0", "axios": "^1.7.8", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0",