From 8dd60d09161d04d714b4becff5fca17ba5e25f74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:57:41 +0000 Subject: [PATCH] chore(deps): update dependency fake-indexeddb to v4.0.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c35f9f8ba..01d55518f 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"