diff --git a/example-app/package.json b/example-app/package.json index b95068b5..e9d12b66 100644 --- a/example-app/package.json +++ b/example-app/package.json @@ -40,7 +40,7 @@ "@types/react-dom": "17.0.17", "@types/react-html-parser": "2.0.2", "@types/react-redux": "7.1.24", - "@types/redux-mock-store": "1.0.3", + "@types/redux-mock-store": "1.5.0", "@typescript-eslint/parser": "5.41.0", "eslint-config-prettier": "8.5.0", "eslint-config-react-app": "6.0.0", @@ -50,7 +50,7 @@ "majestic": "1.8.1", "prettier": "2.6.2", "redux-devtools-extension": "2.13.9", - "redux-mock-store": "1.5.4", + "redux-mock-store": "1.5.5", "tslib": "2.4.0", "typescript": "4.6.4", "yarn": "1.22.19" diff --git a/example-app/yarn.lock b/example-app/yarn.lock index 005b0212..f90f9b21 100644 --- a/example-app/yarn.lock +++ b/example-app/yarn.lock @@ -2744,10 +2744,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/redux-mock-store@1.0.3": - version "1.0.3" - resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.0.3.tgz#895de4a364bc4836661570aec82f2eef5989d1fb" - integrity sha512-Wqe3tJa6x9MxMN4DJnMfZoBRBRak1XTPklqj4qkVm5VBpZnC8PSADf4kLuFQ9NAdHaowfWoEeUMz7NWc2GMtnA== +"@types/redux-mock-store@1.5.0": + version "1.5.0" + resolved "https://registry.yarnpkg.com/@types/redux-mock-store/-/redux-mock-store-1.5.0.tgz#53e9caa9f94c6839e5f34b1c9bcea09b911b67e0" + integrity sha512-jcscBazm6j05Hs6xYCca6psTUBbFT2wqMxT7wZEHAYFxHB/I8jYk7d5msrHUlDiSL02HdTqTmkK2oIV8i3C8DA== dependencies: redux "^4.0.5" @@ -9190,10 +9190,10 @@ redux-devtools-extension@2.13.9: resolved "https://registry.yarnpkg.com/redux-devtools-extension/-/redux-devtools-extension-2.13.9.tgz#6b764e8028b507adcb75a1cae790f71e6be08ae7" integrity sha512-cNJ8Q/EtjhQaZ71c8I9+BPySIBVEKssbPpskBfsXqb8HJ002A3KRVHfeRzwRo6mGPqsm7XuHTqNSNeS1Khig0A== -redux-mock-store@1.5.4: - version "1.5.4" - resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.4.tgz#90d02495fd918ddbaa96b83aef626287c9ab5872" - integrity sha512-xmcA0O/tjCLXhh9Fuiq6pMrJCwFRaouA8436zcikdIpYWWCjU76CRk+i2bHx8EeiSiMGnB85/lZdU3wIJVXHTA== +redux-mock-store@1.5.5: + version "1.5.5" + resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.5.tgz#ec3676663c081c4ca5a6a14f1ac193b56c3220eb" + integrity sha512-YxX+ofKUTQkZE4HbhYG4kKGr7oCTJfB0GLy7bSeqx86GLpGirrbUWstMnqXkqHNaQpcnbMGbof2dYs5KsPE6Zg== dependencies: lodash.isplainobject "^4.0.6"