diff --git a/package-lock.json b/package-lock.json index 40b0ee7d..30593c76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@emotion/react": "^11.13.0", "@emotion/serialize": "1.3.0", "@emotion/styled": "^11.13.0", - "@reduxjs/toolkit": "^2.2.7", + "@reduxjs/toolkit": "^2.8.2", "axios": "1.8.3", "classnames": "2.5.1", "dompurify": "3.2.4", @@ -2582,16 +2582,20 @@ } }, "node_modules/@reduxjs/toolkit": { - "version": "2.2.7", + "version": "2.8.2", + "resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.8.2.tgz", + "integrity": "sha512-MYlOhQ0sLdw4ud48FoC5w0dH9VfWQjtCjreKwYTT3l+r427qYC5Y8PihNutepr8XrNaBUDQo9khWUwQxZaqt5A==", "license": "MIT", "dependencies": { + "@standard-schema/spec": "^1.0.0", + "@standard-schema/utils": "^0.3.0", "immer": "^10.0.3", "redux": "^5.0.1", "redux-thunk": "^3.1.0", "reselect": "^5.1.0" }, "peerDependencies": { - "react": "^16.9.0 || ^17.0.0 || ^18", + "react": "^16.9.0 || ^17.0.0 || ^18 || ^19", "react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0" }, "peerDependenciesMeta": { @@ -2618,6 +2622,18 @@ "version": "3.1.2", "license": "MIT" }, + "node_modules/@standard-schema/spec": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.0.0.tgz", + "integrity": "sha512-m2bOd0f2RT9k8QJx1JN85cZYyH1RqFBdlwtkSlf4tBDYLCiiZnv1fIIwacK6cqwXavOydf0NPToMQgpKq+dVlA==", + "license": "MIT" + }, + "node_modules/@standard-schema/utils": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz", + "integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==", + "license": "MIT" + }, "node_modules/@svgr/babel-plugin-add-jsx-attribute": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/@svgr/babel-plugin-add-jsx-attribute/-/babel-plugin-add-jsx-attribute-8.0.0.tgz", diff --git a/package.json b/package.json index f29b48a2..c844ba16 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@emotion/react": "^11.13.0", "@emotion/serialize": "1.3.0", "@emotion/styled": "^11.13.0", - "@reduxjs/toolkit": "^2.2.7", + "@reduxjs/toolkit": "^2.8.2", "axios": "1.8.3", "classnames": "2.5.1", "dompurify": "3.2.4",