From 8448910c56e7a8f4dd1fff9a91730580f5f486f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 May 2023 19:00:46 +0000 Subject: [PATCH] fix: gulp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 - https://snyk.io/vuln/SNYK-JS-SOCKETIO-1024859 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-1056752 - https://snyk.io/vuln/SNYK-JS-SOCKETIOPARSER-3091012 - https://snyk.io/vuln/SNYK-JS-UGLIFYJS-1727251 --- gulp/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulp/package.json b/gulp/package.json index 7e88a652b..454f95473 100644 --- a/gulp/package.json +++ b/gulp/package.json @@ -9,7 +9,7 @@ "glob": "^7.1.0", "graceful-fs": "^4.1.6", "gulp": "^3.9.1", - "gulp-autoprefixer": "^3.1.1", + "gulp-autoprefixer": "^6.0.0", "gulp-concat": "^2.5.2", "gulp-concat-css": "^2.2.0", "gulp-indent": "^1.0.0", @@ -20,11 +20,11 @@ "gulp-replace": "^0.5.3", "gulp-ruby-sass": "^2.1.0", "gulp-tap": "^0.1.3", - "gulp-uglify": "^2.0.0", + "gulp-uglify": "^3.0.0", "gulp-util": "^3.0.7", "gulp-webserver": "^0.9.1", "jshint": "^2.9.4", - "karma": "^1.3.0", + "karma": "^5.0.8", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.1.1",