From ec434c4c12557005a5a542e3b180b2c499f30670 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Aug 2021 06:42:37 +0000 Subject: [PATCH] fix: labs/dependency-examples/chaplin-brunch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1056767 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-1279029 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-173692 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-469063 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534478 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-534988 - https://snyk.io/vuln/SNYK-JS-HANDLEBARS-567742 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/npm:clean-css:20180306 - https://snyk.io/vuln/npm:handlebars:20151207 - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:uglify-js:20150824 - https://snyk.io/vuln/npm:uglify-js:20151024 --- labs/dependency-examples/chaplin-brunch/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/labs/dependency-examples/chaplin-brunch/package.json b/labs/dependency-examples/chaplin-brunch/package.json index 80bef6ecea..746e47e22d 100644 --- a/labs/dependency-examples/chaplin-brunch/package.json +++ b/labs/dependency-examples/chaplin-brunch/package.json @@ -15,12 +15,12 @@ "coffee-script-brunch": ">= 1.0 < 1.8", "css-brunch": ">= 1.0 < 1.8", - "stylus-brunch": ">= 1.0 < 1.8", + "stylus-brunch": ">=2.7.0", - "handlebars-brunch": ">= 1.0 < 1.8", + "handlebars-brunch": ">=1.10.0", - "uglify-js-brunch": ">= 1.0 < 1.8", - "clean-css-brunch": ">= 1.0 < 1.8" + "uglify-js-brunch": ">=2.0.1", + "clean-css-brunch": ">=3.0.0" }, "devDependencies": { "chai": "~1.2.0",