diff --git a/package-lock.json b/package-lock.json index 36988c08..2e22ceb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "react-ga4": "^2.1.0", "react-markdown": "^9.0.1", "react-perfect-scrollbar": "^1.5.8", - "react-redux": "^9.1.0", + "react-redux": "^9.1.1", "react-router-dom": "^6.22.1", "react-update-notification": "^1.2.0", "uplot": "^1.6.30", @@ -10639,9 +10639,9 @@ } }, "node_modules/react-redux": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.0.tgz", - "integrity": "sha512-6qoDzIO+gbrza8h3hjMA9aq4nwVFCKFtY2iLxCtVT38Swyy2C/dJCGBXHeHLtx6qlg/8qzc2MrhOeduf5K32wQ==", + "version": "9.1.1", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.1.1.tgz", + "integrity": "sha512-5ynfGDzxxsoV73+4czQM56qF43vsmgJsO22rmAvU5tZT2z5Xow/A2uhhxwXuGTxgdReF3zcp7A80gma2onRs1A==", "dependencies": { "@types/use-sync-external-store": "^0.0.3", "use-sync-external-store": "^1.0.0" diff --git a/package.json b/package.json index f04decaf..08beb2ec 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-ga4": "^2.1.0", "react-markdown": "^9.0.1", "react-perfect-scrollbar": "^1.5.8", - "react-redux": "^9.1.0", + "react-redux": "^9.1.1", "react-router-dom": "^6.22.1", "react-update-notification": "^1.2.0", "uplot": "^1.6.30",