diff --git a/package.json b/package.json index 581a53642..9dd3d1a5e 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@testing-library/user-event": "^14.6.1", "cypress": "^12.8.1", "eslint-plugin-cypress": "2.12.1", - "fake-indexeddb": "4.0.1", + "fake-indexeddb": "4.0.2", "identity-obj-proxy": "^3.0.0", "jest-extended": "^4.0.2", "start-server-and-test": "1.15.4" diff --git a/yarn.lock b/yarn.lock index f33907340..df1f1a8b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7047,10 +7047,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"