From 6194676bdb81de9ee334157a370cf3fde87bdbd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 21:08:11 +0000 Subject: [PATCH] fix: node_modules/json-stringify-safe/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- node_modules/json-stringify-safe/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/json-stringify-safe/package.json b/node_modules/json-stringify-safe/package.json index 7493a587d9..65bb8e01ff 100644 --- a/node_modules/json-stringify-safe/package.json +++ b/node_modules/json-stringify-safe/package.json @@ -24,7 +24,7 @@ "test": "node test.js" }, "devDependencies": { - "mocha": ">= 2.1.0 < 3", + "mocha": ">=11.0.1", "must": ">= 0.12 < 0.13", "sinon": ">= 1.12.2 < 2" }