chore(deps): update dependency redux-mock-store to v1.5.5 ()

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-24 19:16:35 +00:00 committed by GitHub
parent 70d92b78b7
commit 3f48dac66b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

11
package-lock.json generated
View file

@ -63,7 +63,7 @@
"react-test-renderer": "16.14.0",
"react-tooltip": "4.5.1",
"redux": "3.7.2",
"redux-mock-store": "1.5.4",
"redux-mock-store": "1.5.5",
"redux-throttle": "0.1.1",
"regenerator-runtime": "0.13.9",
"rimraf": "2.7.1",
@ -26712,13 +26712,16 @@
}
},
"node_modules/redux-mock-store": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.5.4.tgz",
"integrity": "sha512-xmcA0O/tjCLXhh9Fuiq6pMrJCwFRaouA8436zcikdIpYWWCjU76CRk+i2bHx8EeiSiMGnB85/lZdU3wIJVXHTA==",
"version": "1.5.5",
"resolved": "https://registry.npmjs.org/redux-mock-store/-/redux-mock-store-1.5.5.tgz",
"integrity": "sha512-YxX+ofKUTQkZE4HbhYG4kKGr7oCTJfB0GLy7bSeqx86GLpGirrbUWstMnqXkqHNaQpcnbMGbof2dYs5KsPE6Zg==",
"dev": true,
"license": "MIT",
"dependencies": {
"lodash.isplainobject": "^4.0.6"
},
"peerDependencies": {
"redux": "*"
}
},
"node_modules/redux-throttle": {

View file

@ -90,7 +90,7 @@
"react-test-renderer": "16.14.0",
"react-tooltip": "4.5.1",
"redux": "3.7.2",
"redux-mock-store": "1.5.4",
"redux-mock-store": "1.5.5",
"redux-throttle": "0.1.1",
"regenerator-runtime": "0.13.9",
"rimraf": "2.7.1",