From bd382cd104cbc49b43e909c8aa29eeae3debb1b0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jun 2020 00:45:16 +0000 Subject: [PATCH] fix: upgrade stylus from 0.43.1 to 0.54.7 Snyk has created this PR to upgrade stylus from 0.43.1 to 0.54.7. See this package in NPM: https://www.npmjs.com/package/stylus See this project in Snyk: https://app.snyk.io/org/maurever/project/401feb91-b7fa-46ec-a26c-902abc7762af?utm_source=github&utm_medium=upgrade-pr --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 0753a2fa17..bba87f1b02 100644 --- a/client/package.json +++ b/client/package.json @@ -28,7 +28,7 @@ "istanbul": "~0.2.7", "uglify-js": "~2.4.13", "jade": "~1.3.1", - "stylus": "~0.43.0", + "stylus": "~0.54.7", "coffeelint": "~1.1.0", "nib": "~1.0.2", "groc": "~0.6.3",