From 0ff6186064879b857de1b841ca977f655bd4107e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Sep 2024 06:56:16 +0000 Subject: [PATCH] fix: packages/jsx/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- packages/jsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/jsx/package.json b/packages/jsx/package.json index 11391788d..78e088f39 100644 --- a/packages/jsx/package.json +++ b/packages/jsx/package.json @@ -72,7 +72,7 @@ "mock-local-storage": "^1.1.22", "proxyquire": "^2.1.3", "redux-mock-store": "^1.5.4", - "sinon": "^13.0.2" + "sinon": "^19.0.0" }, "directories": { "lib": "./src/lib",