From 21620014b4027a4a8d439f9fd3a9ee3a0bacde3b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:39:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 588598d..9d38740 100644 --- a/package.json +++ b/package.json @@ -9,20 +9,20 @@ "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.0", "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": "^4.1.2", "laravel-elixir-livereload": "^1.1.1", "main-bower-files": "^2.1.0" }, "devDependencies": { "gulp": "^3.9.1", - "laravel-elixir": "^5.0.0", + "laravel-elixir": "^4.1.2", "bootstrap-sass": "^3.0.0" } }