From b50f307f8c962b7d464cc2adfb4588b5af05ee24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 23:21:15 +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-MINIMIST-2429795 --- wwwroot/lib/semantic/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wwwroot/lib/semantic/package.json b/wwwroot/lib/semantic/package.json index dad7ba1..4924e0c 100644 --- a/wwwroot/lib/semantic/package.json +++ b/wwwroot/lib/semantic/package.json @@ -55,10 +55,10 @@ "gulp": "^3.9.1", "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",