From 3eb002dbcb3a59b30a389c420726d63f47c19601 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Jan 2022 16:53:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOG4JS-2348757 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5468f9a..298f1a3 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "gulp-shell": "^0.5.2", "gulp-sourcemaps": "^1.6.0", "gulp-util": "^3.0.5", - "karma": "^0.13.9", + "karma": "^5.0.8", "karma-browserify": "^5.0.1", "karma-chai-sinon": "^0.1.5", "karma-chrome-launcher": "^0.2.2",