From 848abd69fc3c45ef43bdb07d7a943d5cd92b82a7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Mar 2018 00:13:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 - https://snyk.io/vuln/npm:lodash:20180130 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:clean-css:20180306 Latest report for garbageplanet/backend: https://snyk.io/test/github/garbageplanet/backend --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8b7c633..cd389fa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "gulp": "^3.8.8" }, "dependencies": { - "laravel-elixir": "^3.0.0", + "laravel-elixir": "^5.0.0", "bootstrap-sass": "^3.0.0" } }