From 75bdc0f69e86c607e0692bb6a05c1c0d93f6ddff Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Sat, 26 Jun 2021 08:07:55 +0200
Subject: [PATCH] chore(deps): remove dependency jest-circus (#10615)

---
 package.json | 1 -
 yarn.lock    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 81be67cc44..66917211f2 100644
--- a/package.json
+++ b/package.json
@@ -249,7 +249,6 @@
     "graphql": "15.5.0",
     "husky": "6.0.0",
     "jest": "27.0.4",
-    "jest-circus": "27.0.4",
     "jest-extended": "0.11.5",
     "jest-junit": "12.2.0",
     "jest-mock-extended": "1.0.16",
diff --git a/yarn.lock b/yarn.lock
index 856155bb78..b16f9d8ca6 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5347,7 +5347,7 @@ jest-changed-files@^27.0.2:
     execa "^5.0.0"
     throat "^6.0.1"
 
-jest-circus@27.0.4, jest-circus@^27.0.4:
+jest-circus@^27.0.4:
   version "27.0.4"
   resolved "https://registry.yarnpkg.com/jest-circus/-/jest-circus-27.0.4.tgz#3b261514ee3b3da33def736a6352c98ff56bb6e6"
   integrity sha512-QD+eblDiRphta630WRKewuASLs/oY1Zki2G4bccntRvrTHQ63ljwFR5TLduuK4Zg0ZPzW0+8o6AP7KRd1yKOjw==
-- 
GitLab