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

This commit is contained in:
renovate[bot]
2024-10-28 04:53:26 +00:00
parent 35d9ae8fec
commit 5c2951de40
2 changed files with 9 additions and 5 deletions

12
package-lock.json generated
View File

@@ -54,7 +54,7 @@
"@testing-library/react": "12.1.5",
"glob": "10.4.5",
"reactifex": "1.1.1",
"redux-mock-store": "1.5.4"
"redux-mock-store": "1.5.5"
}
},
"node_modules/@adobe/css-tools": {
@@ -17647,12 +17647,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-saga": {

View File

@@ -73,6 +73,6 @@
"@testing-library/react": "12.1.5",
"glob": "10.4.5",
"reactifex": "1.1.1",
"redux-mock-store": "1.5.4"
"redux-mock-store": "1.5.5"
}
}