From 3ff3711b0a30bf5378a4ed79d0b99b318037ae7c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 06:47:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 460ee90..cd389fa 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "gulp": "^3.8.8" }, "dependencies": { - "laravel-elixir": "^4.0.0", + "laravel-elixir": "^5.0.0", "bootstrap-sass": "^3.0.0" } }