From e1e058b472c344882b9c95b822df61b308c3a4cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 May 2022 22:13:11 +0000 Subject: [PATCH] fix: wwwroot/lib/semantic/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- wwwroot/lib/semantic/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wwwroot/lib/semantic/package.json b/wwwroot/lib/semantic/package.json index dad7ba1..126c11c 100644 --- a/wwwroot/lib/semantic/package.json +++ b/wwwroot/lib/semantic/package.json @@ -52,8 +52,8 @@ "better-console": "*", "del": "^2.2.0", "extend": "^3.0.0", - "gulp": "^3.9.1", - "gulp-autoprefixer": "^3.1.0", + "gulp": "^4.0.0", + "gulp-autoprefixer": "^6.0.0", "gulp-chmod": "^1.3.0", "gulp-clone": "^1.0.0", "gulp-concat": "^2.6.0", @@ -70,7 +70,7 @@ "gulp-notify": "^2.2.0", "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", - "gulp-prompt": "^0.2.0", + "gulp-prompt": "^0.4.1", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-rtlcss": "^1.0.0",