From 5eaf1085a115829bafae533078635636deb840e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Apr 2024 04:38:32 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 588598d..2d8162c 100644 --- a/package.json +++ b/package.json @@ -9,14 +9,14 @@ "gulp-concat-sourcemap": "^1.3.1", "gulp-filter": "^1.0.2", "gulp-if": "^1.2.5", - "gulp-jshint": "^1.9.0", + "gulp-jshint": "^2.0.3", "gulp-minify-css": "^0.3.11", "gulp-ng-annotate": "^1", "gulp-notify": "^2.0.0", "gulp-sourcemaps": "^1", "gulp-uglify": "^1", "jshint-stylish": "^2", - "laravel-elixir": "^3.0.0", + "laravel-elixir": "^5.0.0", "laravel-elixir-livereload": "^1.1.1", "main-bower-files": "^2.1.0" },