From 6cf236b1153b10d3e5ac76300fa36fc5f0f0d514 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Dec 2023 14:00:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 76ac43e..be22141 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,6 @@ "description": "a", "author": "Snyk Ltd.", "dependencies": { - "jscs": "2.11.0" + "jscs": "3.0.0" } }