From a341e7c4a03eb2966f88d7eee7cbdfb3b82e721b Mon Sep 17 00:00:00 2001
From: Renovate Bot <bot@renovateapp.com>
Date: Mon, 22 Jul 2024 13:42:55 +0000
Subject: [PATCH] Update dependency mocha to v10.7.0

---
 pnpm-lock.yaml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 91bdfcc..8872afc 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -94,13 +94,13 @@ importers:
         version: 15.2.7
       mocha:
         specifier: ^10.4.0
-        version: 10.6.0
+        version: 10.7.0
       mocha-junit-reporter:
         specifier: ^2.2.1
-        version: 2.2.1(mocha@10.6.0)
+        version: 2.2.1(mocha@10.7.0)
       mocha-multi:
         specifier: ^1.1.7
-        version: 1.1.7(mocha@10.6.0)
+        version: 1.1.7(mocha@10.7.0)
       sinon:
         specifier: ^18.0.0
         version: 18.0.0
@@ -1394,8 +1394,8 @@ packages:
     peerDependencies:
       mocha: '>=2.2.0 <7 || >=9'
 
-  mocha@10.6.0:
-    resolution: {integrity: sha512-hxjt4+EEB0SA0ZDygSS015t65lJw/I2yRCS3Ae+SJ5FrbzrXgfYwJr96f0OvIXdj7h4lv/vLCrH3rkiuizFSvw==}
+  mocha@10.7.0:
+    resolution: {integrity: sha512-v8/rBWr2VO5YkspYINnvu81inSz2y3ODJrhO175/Exzor1RcEZZkizgE2A+w/CAXXoESS8Kys5E62dOHGHzULA==}
     engines: {node: '>= 14.0.0'}
     hasBin: true
 
@@ -3459,29 +3459,29 @@ snapshots:
     dependencies:
       obliterator: 2.0.4
 
-  mocha-junit-reporter@2.2.1(mocha@10.6.0):
+  mocha-junit-reporter@2.2.1(mocha@10.7.0):
     dependencies:
       debug: 4.3.5(supports-color@8.1.1)
       md5: 2.3.0
       mkdirp: 3.0.1
-      mocha: 10.6.0
+      mocha: 10.7.0
       strip-ansi: 6.0.1
       xml: 1.0.1
     transitivePeerDependencies:
       - supports-color
 
-  mocha-multi@1.1.7(mocha@10.6.0):
+  mocha-multi@1.1.7(mocha@10.7.0):
     dependencies:
       debug: 4.3.5(supports-color@8.1.1)
       is-string: 1.0.7
       lodash.once: 4.1.1
       mkdirp: 1.0.4
-      mocha: 10.6.0
+      mocha: 10.7.0
       object-assign: 4.1.1
     transitivePeerDependencies:
       - supports-color
 
-  mocha@10.6.0:
+  mocha@10.7.0:
     dependencies:
       ansi-colors: 4.1.3
       browser-stdout: 1.3.1
-- 
GitLab