chore(deps): update dependency redux-thunk to v2.4.2

This commit is contained in:
renovate[bot] 2024-02-27 23:54:16 +00:00 committed by GitHub
parent 79e291cec2
commit 9999d2e744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

13
package-lock.json generated
View file

@ -101,7 +101,7 @@
"react-test-renderer": "16.14.0",
"redux": "3.7.2",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.0.1",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.13.9",
"sass": "1.71.1",
"sass-loader": "10.5.2",
@ -19775,10 +19775,13 @@
}
},
"node_modules/redux-thunk": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.0.1.tgz",
"integrity": "sha512-qTIikiZ9qIO3VhrJ3kSpG4DKauqtmn9/N76MlQRLc2uhwLWva7m5MKUlrXBL0V64wWzgBCi6bgCbyL5xwQXswg==",
"dev": true
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz",
"integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==",
"dev": true,
"peerDependencies": {
"redux": "^4"
}
},
"node_modules/reflect.getprototypeof": {
"version": "1.0.5",

View file

@ -136,7 +136,7 @@
"react-test-renderer": "16.14.0",
"redux": "3.7.2",
"redux-mock-store": "1.5.4",
"redux-thunk": "2.0.1",
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.13.9",
"sass": "1.71.1",
"sass-loader": "10.5.2",