From 413864e3ea9876fdbe466a9fa4a24c9642032300 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Jun 2023 19:24:39 +0000 Subject: [PATCH] fix: tool/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- tool/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/package.json b/tool/package.json index f7ca4a95b1d..a56432d1c19 100644 --- a/tool/package.json +++ b/tool/package.json @@ -5,7 +5,7 @@ "amd-loader": "~0.0.4", "browser-pack": "5.0.1", "browserify": "10.2.4", - "cson": "3.0.1", + "cson": "6.5.0", "css-parse": "1.0.3", "css-stringify": "1.0.3", "deps-sort": "1.3.9",