From 26def204efed22e0eb29eb5ff1b0f80515e48036 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 06:43:53 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 588598d..a1ae0d2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "gulp-minify-css": "^0.3.11", "gulp-ng-annotate": "^1", "gulp-notify": "^2.0.0", - "gulp-sourcemaps": "^1", + "gulp-sourcemaps": "^2.0.0", "gulp-uglify": "^1", "jshint-stylish": "^2", "laravel-elixir": "^3.0.0",