From 40ff94799e41e39b5e9c9b49dece75fb9cac8cb2 Mon Sep 17 00:00:00 2001
From: scriptuser <scriptuser@open-xchange.com>
Date: Tue, 4 Oct 2022 17:12:38 +0000
Subject: [PATCH] Bump sinon from 14.0.0 to 14.0.1

Bumps [sinon](https://github.com/sinonjs/sinon) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/sinonjs/sinon/releases)
- [Changelog](https://github.com/sinonjs/sinon/blob/main/docs/changelog.md)
- [Commits](https://github.com/sinonjs/sinon/compare/v14.0.0...v14.0.1)
---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 8b6c5be..1da6608 100644
--- a/package.json
+++ b/package.json
@@ -46,7 +46,7 @@
     "lint-staged": ">=13.0.3",
     "mocha": "^10.0.0",
     "nodemon": "^2.0.20",
-    "sinon": "^14.0.0",
+    "sinon": "^14.0.1",
     "superagent": "^8.0.0",
     "supertest": "^6.2.4",
     "testdouble": "^3.16.4"
diff --git a/yarn.lock b/yarn.lock
index a495692..02eade7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -2977,10 +2977,10 @@ simple-update-notifier@^1.0.7:
   dependencies:
     semver "~7.0.0"
 
-sinon@^14.0.0:
-  version "14.0.0"
-  resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.0.tgz#203731c116d3a2d58dc4e3cbe1f443ba9382a031"
-  integrity sha512-ugA6BFmE+WrJdh0owRZHToLd32Uw3Lxq6E6LtNRU+xTVBefx632h03Q7apXWRsRdZAJ41LB8aUfn2+O4jsDNMw==
+sinon@^14.0.1:
+  version "14.0.1"
+  resolved "https://registry.yarnpkg.com/sinon/-/sinon-14.0.1.tgz#9f02e13ad86b695c0c554525e3bf7f8245b31a9c"
+  integrity sha512-JhJ0jCiyBWVAHDS+YSjgEbDn7Wgz9iIjA1/RK+eseJN0vAAWIWiXBdrnb92ELPyjsfreCYntD1ORtLSfIrlvSQ==
   dependencies:
     "@sinonjs/commons" "^1.8.3"
     "@sinonjs/fake-timers" "^9.1.2"
-- 
GitLab