From 4dc6f51650965c4151127b91876b01c71cbfb093 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 18 Jun 2023 09:24:16 +0000
Subject: [PATCH] chore(deps-dev): bump sinon from 15.1.0 to 15.1.2 (#9262)

Bumps [sinon](https://github.com/sinonjs/sinon) from 15.1.0 to 15.1.2.
- [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/v15.1.0...v15.1.2)

---
updated-dependencies:
- dependency-name: sinon
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
---
 package-lock.json | 18 +++++++++---------
 package.json      |  2 +-
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index cf305149d6..550d20d43a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -116,7 +116,7 @@
         "rimraf": "^5.0.1",
         "sazerac": "^2.0.0",
         "simple-git-hooks": "^2.8.1",
-        "sinon": "^15.1.0",
+        "sinon": "^15.1.2",
         "sinon-chai": "^3.7.0",
         "snap-shot-it": "^7.9.10",
         "start-server-and-test": "2.0.0",
@@ -23797,13 +23797,13 @@
       }
     },
     "node_modules/sinon": {
-      "version": "15.1.0",
-      "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.0.tgz",
-      "integrity": "sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==",
+      "version": "15.1.2",
+      "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.2.tgz",
+      "integrity": "sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==",
       "dev": true,
       "dependencies": {
         "@sinonjs/commons": "^3.0.0",
-        "@sinonjs/fake-timers": "^10.2.0",
+        "@sinonjs/fake-timers": "^10.1.0",
         "@sinonjs/samsam": "^8.0.0",
         "diff": "^5.1.0",
         "nise": "^5.1.4",
@@ -45938,13 +45938,13 @@
       }
     },
     "sinon": {
-      "version": "15.1.0",
-      "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.0.tgz",
-      "integrity": "sha512-cS5FgpDdE9/zx7no8bxROHymSlPLZzq0ChbbLk1DrxBfc+eTeBK3y8nIL+nu/0QeYydhhbLIr7ecHJpywjQaoQ==",
+      "version": "15.1.2",
+      "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.1.2.tgz",
+      "integrity": "sha512-uG1pU54Fis4EfYOPoEi13fmRHgZNg/u+3aReSEzHsN52Bpf+bMVfsBQS5MjouI+rTuG6UBIINlpuuO2Epr7SiA==",
       "dev": true,
       "requires": {
         "@sinonjs/commons": "^3.0.0",
-        "@sinonjs/fake-timers": "^10.2.0",
+        "@sinonjs/fake-timers": "^10.1.0",
         "@sinonjs/samsam": "^8.0.0",
         "diff": "^5.1.0",
         "nise": "^5.1.4",
diff --git a/package.json b/package.json
index 5a2c7343b2..eb1bb49c13 100644
--- a/package.json
+++ b/package.json
@@ -203,7 +203,7 @@
     "rimraf": "^5.0.1",
     "sazerac": "^2.0.0",
     "simple-git-hooks": "^2.8.1",
-    "sinon": "^15.1.0",
+    "sinon": "^15.1.2",
     "sinon-chai": "^3.7.0",
     "snap-shot-it": "^7.9.10",
     "start-server-and-test": "2.0.0",
-- 
GitLab