From f8c3a229ec7ac323e684c325508f4943f147ace0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:53:07 +0000 Subject: [PATCH] fix(deps): update dependency @reduxjs/toolkit to ^2.3.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 f74c355d..086ea7f9 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -20,7 +20,7 @@ "@mantine/notifications": "^7.13.2", "@mantine/spotlight": "^7.13.2", "@monaco-editor/react": "^4.6.0", - "@reduxjs/toolkit": "^2.2.8", + "@reduxjs/toolkit": "^2.3.0", "axios": "^1.7.7", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0", @@ -1924,9 +1924,9 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.2.8", - "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.2.8.tgz", - "integrity": "sha512-eK/ieXftPRQfaBSmzsamXEyDwkntMTY0e9SG5ETsEOv5JIPKhu3mj992t6B8FJjlnSrZBAAqdT8oMkPe4j+P9g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.3.0.tgz", + "integrity": "sha512-WC7Yd6cNGfHx8zf+iu+Q1UPTfEcXhQ+ATi7CV1hlrSAaQBdlPzg7Ww/wJHNQem7qG9rxmWoFCDCPubSvFObGzA==", "license": "MIT", "dependencies": { "immer": "^10.0.3", diff --git a/commafeed-client/package.json b/commafeed-client/package.json index 7c378969..f3265617 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -27,7 +27,7 @@ "@mantine/notifications": "^7.13.2", "@mantine/spotlight": "^7.13.2", "@monaco-editor/react": "^4.6.0", - "@reduxjs/toolkit": "^2.2.8", + "@reduxjs/toolkit": "^2.3.0", "axios": "^1.7.7", "dayjs": "^1.11.13", "escape-string-regexp": "^5.0.0",