From d7e3274498de4b9877d9036b2e96205f58c9019e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Jun 2020 00:45:07 +0000 Subject: [PATCH] fix: upgrade coffeelint from 1.1.0 to 1.16.2 Snyk has created this PR to upgrade coffeelint from 1.1.0 to 1.16.2. See this package in NPM: https://www.npmjs.com/package/coffeelint 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..39f1bb5b98 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "uglify-js": "~2.4.13", "jade": "~1.3.1", "stylus": "~0.43.0", - "coffeelint": "~1.1.0", + "coffeelint": "~1.16.2", "nib": "~1.0.2", "groc": "~0.6.3", "lodash": "~2.4.1",