fix(deps): update dependency redux-thunk to v2.4.1

This commit is contained in:
Renovate Bot
2021-12-29 17:42:08 +00:00
committed by renovate[bot]
parent 738af2aaac
commit 55e44e5881
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@@ -17075,9 +17075,9 @@
}
},
"redux-thunk": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.3.0.tgz",
"integrity": "sha512-km6dclyFnmcvxhAcrQV2AkZmPQjzPDjgVlQtR0EQjxZPyJ0BnMf3in1ryuR8A2qU0HldVRfxYXbFSKlI3N7Slw=="
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz",
"integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q=="
},
"reflect.ownkeys": {
"version": "0.2.0",

View File

@@ -68,7 +68,7 @@
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"redux-saga": "1.1.3",
"redux-thunk": "2.3.0",
"redux-thunk": "2.4.1",
"regenerator-runtime": "0.13.9",
"reselect": "4.0.0",
"universal-cookie": "4.0.4"