From e3a14ada7d212e5b76154acb778c31c5f31b556c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 May 2022 02:55:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BROWSERSLIST-1090194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fb04c033fccb3..f29cba57f174d 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "node": ">=4.0.0" }, "dependencies": { - "autoprefixer-stylus": "0.8.1", + "autoprefixer-stylus": "1.0.0", "chokidar": "1.2.0", "handlebars": "4.0.4", "html-to-text": "^1.5.0",