diff --git a/package.json b/package.json index c26983845..a01288698 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.7", "eslint-plugin-cypress": "2.12.1", - "fake-indexeddb": "4.0.1", + "fake-indexeddb": "4.0.2", "jest-extended": "^4.0.2", "start-server-and-test": "1.15.4" }, diff --git a/yarn.lock b/yarn.lock index 8f3ebe8b2..2f7ab06af 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8167,10 +8167,10 @@ extsprintf@^1.2.0: resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.1.tgz#8d172c064867f235c0c84a596806d279bf4bcc07" integrity sha512-Wrk35e8ydCKDj/ArClo1VrPVmN8zph5V4AtHwIuHhvMXsKf73UT3BOD+azBIW+3wOJ4FhEH7zyaJCFvChjYvMA== -fake-indexeddb@4.0.1: - version "4.0.1" - resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-4.0.1.tgz#09bb2468e21d0832b2177e894765fb109edac8fb" - integrity sha512-hFRyPmvEZILYgdcLBxVdHLik4Tj3gDTu/g7s9ZDOiU3sTNiGx+vEu1ri/AMsFJUZ/1sdRbAVrEcKndh3sViBcA== +fake-indexeddb@4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/fake-indexeddb/-/fake-indexeddb-4.0.2.tgz#e7a884158fa576e00f03e973b9874619947013e4" + integrity sha512-SdTwEhnakbgazc7W3WUXOJfGmhH0YfG4d+dRPOFoYDRTL6U5t8tvrmkf2W/C3W1jk2ylV7Wrnj44RASqpX/lEw== dependencies: realistic-structured-clone "^3.0.0"