fix(deps): update dependency redux to v4.2.1

This commit is contained in:
renovate[bot]
2023-01-29 09:39:29 +00:00
parent ee3243cf08
commit 2da3505850
2 changed files with 9 additions and 6 deletions

View File

@@ -113,7 +113,7 @@
"react-tooltip": "4.5.1",
"react-transition-group": "4.4.5",
"react-youtube": "7.14.0",
"redux": "4.2.0",
"redux": "4.2.1",
"redux-actions": "2.6.5",
"redux-devtools-extension": "2.13.9",
"redux-observable": "1.2.0",

13
package-lock.json generated
View File

@@ -506,7 +506,7 @@
"react-tooltip": "4.5.1",
"react-transition-group": "4.4.5",
"react-youtube": "7.14.0",
"redux": "4.2.0",
"redux": "4.2.1",
"redux-actions": "2.6.5",
"redux-devtools-extension": "2.13.9",
"redux-observable": "1.2.0",
@@ -45021,8 +45021,9 @@
"license": "MIT"
},
"node_modules/redux": {
"version": "4.2.0",
"license": "MIT",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
"dependencies": {
"@babel/runtime": "^7.9.2"
}
@@ -56686,7 +56687,7 @@
"react-tooltip": "4.5.1",
"react-transition-group": "4.4.5",
"react-youtube": "7.14.0",
"redux": "4.2.0",
"redux": "4.2.1",
"redux-actions": "2.6.5",
"redux-devtools-extension": "2.13.9",
"redux-mock-store": "1.5.4",
@@ -85057,7 +85058,9 @@
"version": "0.4.3"
},
"redux": {
"version": "4.2.0",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/redux/-/redux-4.2.1.tgz",
"integrity": "sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w==",
"requires": {
"@babel/runtime": "^7.9.2"
}