From d39acb60e5ae9081e0b22b50591015364aab9985 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 03:41:52 +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-SEMVER-3247795 --- wwwroot/lib/semantic/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wwwroot/lib/semantic/package.json b/wwwroot/lib/semantic/package.json index dad7ba1..3490fb8 100644 --- a/wwwroot/lib/semantic/package.json +++ b/wwwroot/lib/semantic/package.json @@ -52,13 +52,13 @@ "better-console": "*", "del": "^2.2.0", "extend": "^3.0.0", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-autoprefixer": "^3.1.0", "gulp-chmod": "^1.3.0", - "gulp-clone": "^1.0.0", + "gulp-clone": "^2.0.0", "gulp-concat": "^2.6.0", "gulp-concat-css": "^2.2.0", - "gulp-copy": "0.0.2", + "gulp-copy": "1.0.0", "gulp-dedupe": "0.0.2", "gulp-flatten": "^0.2.0", "gulp-header": "^1.8.2", @@ -67,7 +67,7 @@ "gulp-json-editor": "^2.2.1", "gulp-less": "^3.1.0", "gulp-minify-css": "^1.2.4", - "gulp-notify": "^2.2.0", + "gulp-notify": "^4.0.0", "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", "gulp-prompt": "^0.2.0",