From 2f192ebb4889f316bdbf8db5aadcb67ea07d0457 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 20:35:23 +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 c2445fa..4831912 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gulp-sass": "^2.0.4", "gulp-sass-lint": "^1.0.1", "gulp-size": "^2.0.0", - "gulp-sourcemaps": "^1.6.0", + "gulp-sourcemaps": "^2.0.0", "jshint-stylish": "^2.0.1", "jstransformer-marked": "^1.0.1", "mkdirp": "^0.5.1",