Bump react-redux from 9.1.0 to 9.1.1

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 9.1.0 to 9.1.1.
- [Release notes](https://github.com/reduxjs/react-redux/releases)
- [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md)
- [Commits](https://github.com/reduxjs/react-redux/compare/v9.1.0...v9.1.1)

---
updated-dependencies:
- dependency-name: react-redux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-15 09:53:43 +00:00 committed by GitHub
parent 7b19bb72d5
commit 855f31ff03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -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"

View File

@ -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",