From c8445cd1ae590e69e8a7aeeb16a937f741a9fec7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 05:50:29 +0000 Subject: [PATCH] fix: gulp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KARMA-2396325 --- gulp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/package.json b/gulp/package.json index 7e88a652b..b50789d48 100644 --- a/gulp/package.json +++ b/gulp/package.json @@ -24,7 +24,7 @@ "gulp-util": "^3.0.7", "gulp-webserver": "^0.9.1", "jshint": "^2.9.4", - "karma": "^1.3.0", + "karma": "^6.3.16", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.1.1",