From f6556a25747f0a85676eaf8655d01d087113cb32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 18 Jun 2022 16:22:36 +0000 Subject: [PATCH] fix: upgrade stylus from 0.54.8 to 0.58.0 Snyk has created this PR to upgrade stylus from 0.54.8 to 0.58.0. See this package in npm: https://www.npmjs.com/package/stylus See this project in Snyk: https://app.snyk.io/org/kadirselcuk/project/02e72ef4-8997-4831-b69b-24c2be1d2938?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/@vue/cli-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli-ui/package.json b/packages/@vue/cli-ui/package.json index a34c2809c8..83c72d86c3 100644 --- a/packages/@vue/cli-ui/package.json +++ b/packages/@vue/cli-ui/package.json @@ -88,7 +88,7 @@ "portal-vue": "^1.3.0", "rimraf": "^3.0.2", "start-server-and-test": "^1.11.3", - "stylus": "^0.54.5", + "stylus": "^0.58.0", "stylus-loader": "^4.3.1", "subscriptions-transport-ws": "^0.9.18", "vue": "^2.6.12",