From b5714f6f7bff040b4b8d13cbb726d6a442aadf5f Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Tue, 28 Mar 2023 17:16:56 +0000
Subject: [PATCH] Bump testdouble from 3.17.1 to 3.17.2

---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 9a60f5c..46ec791 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
     "sinon": "^15.0.3",
     "superagent": "^8.0.9",
     "supertest": "^6.3.3",
-    "testdouble": "^3.17.1"
+    "testdouble": "^3.17.2"
   },
   "lint-staged": {
     "*.js": "eslint --cache --fix"
diff --git a/yarn.lock b/yarn.lock
index df9c245..187b890 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3153,10 +3153,10 @@ tdigest@^0.1.1:
   dependencies:
     bintrees "1.0.2"
 
-testdouble@^3.17.1:
-  version "3.17.1"
-  resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.17.1.tgz#e0149613cfcaac104fdc79c8ecc0f603000ea891"
-  integrity sha512-6u3v0rKHf3oJHSD7UuxFkXXcvV3QWguYdfU9QKaRjLF/wRa9Hxg0fmRzdbMhPX2fYs4xVnw4l1h2GsKJiwFRlw==
+testdouble@^3.17.2:
+  version "3.17.2"
+  resolved "https://registry.yarnpkg.com/testdouble/-/testdouble-3.17.2.tgz#a7d624c2040453580b4a636b3f017bf183a8f487"
+  integrity sha512-oRrk1DJISNoFr3aaczIqrrhkOUQ26BsXN3SopYT/U0GTvk9hlKPCEbd9R2uxkcufKZgEfo9D1JAB4CJrjHE9cw==
   dependencies:
     lodash "^4.17.21"
     quibble "^0.6.17"
-- 
GitLab