From fac5cf7d5e8371ceda28821e98e809defcca0e73 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Jun 2021 01:43:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 d18f3049c3f34..62f0ab5670603 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ ] }, "dependencies": { - "autoprefixer-stylus": "0.14.0", + "autoprefixer-stylus": "1.0.0", "cheerio": "0.22.0", "chokidar": "^2.0.4", "handlebars": "4.0.12",