From 3d5aa2a9345ecf35cfdc04b3cbd4b522acff556f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Feb 2024 18:55:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1836747..4f18e52 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "argparse": "1.0.7", - "csswring": "5.0.0", + "csswring": "7.0.0", "mime": "1.4.1", "mincer": "2.0.1", "postcss": "5.0.21",