From 804147e8f0aa57bbf9906f85c20efda162ff2c66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 30 May 2021 23:38:25 +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-TRIMNEWLINES-1298042 --- 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",