From 297a72d1eff08bd4bb5346922ebaef64376c52e8 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Fri, 13 Sep 2024 04:24:18 +0000
Subject: [PATCH] fix: package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 3ab013c..b763886 100644
--- a/package.json
+++ b/package.json
@@ -50,7 +50,7 @@
     "nyc": "^13.0.1",
     "rollup": "^0.67.0",
     "rollup-plugin-babel": "^4.0.3",
-    "sinon": "^6.3.4",
+    "sinon": "^19.0.0",
     "sinon-chai": "^3.2.0",
     "twig": "^1.12.0",
     "xhr-mock": "^2.4.1"