Bump react-redux from 9.0.1 to 9.0.3 in /dependencies (#4974)

Bumps [react-redux](https://github.com/reduxjs/react-redux) from 9.0.1 to 9.0.3.
- [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.0.1...v9.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zack Koppert <zkoppert@github.com>
This commit is contained in:
dependabot[bot] 2023-12-11 18:42:22 +00:00 committed by GitHub
parent e08664e03d
commit 0781e9df9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 15 deletions

20
dependencies/package-lock.json generated vendored
View file

@ -47,7 +47,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.5.5",
"react-redux": "^9.0.1",
"react-redux": "^9.0.3",
"react-router-dom": "^6.20.1",
"renovate": "^37.89.7",
"sql-lint": "1.0.0",
@ -17083,31 +17083,23 @@
"integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ=="
},
"node_modules/react-redux": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.0.1.tgz",
"integrity": "sha512-d+S89OqyChnY2J0O8wv8boRgnGo0tjvxkMLV78wx7h2ZyJvyeOQcBg4yrm7IxY36gxc63iOCfjjQAyhohKWJbA==",
"version": "9.0.3",
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.0.3.tgz",
"integrity": "sha512-bilZStJN00qYqAXBpu/taUXv0tcuOrhBFD86fSERgYUm0+IHi/OQnqopbNalhgSo7+KMjSW5H/UTrWasXDvtug==",
"dependencies": {
"@types/use-sync-external-store": "^0.0.3",
"use-sync-external-store": "^1.0.0"
},
"peerDependencies": {
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.25",
"react": "^18.0",
"react-dom": "^18.0",
"react-native": ">=0.71",
"react-native": "^0.69.0",
"redux": "^5.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@types/react-dom": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-native": {
"optional": true
},

View file

@ -42,7 +42,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intl": "^6.5.5",
"react-redux": "^9.0.1",
"react-redux": "^9.0.3",
"react-router-dom": "^6.20.1",
"renovate": "^37.89.7",
"sql-lint": "1.0.0",