From 63c11764bf3b3fbfaeb2e26c283d0eb922f66a74 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 16:05:55 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-KARMA-2396325 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 77ad190a3..45907cb93 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "express-session": "^1.13.0", "github": "^7.0.1", "glob": "^7.0.5", - "karma": "^1.1.0", + "karma": "^6.3.16", "karma-mocha": "^1.1.1", "memory-cache": "^0.1.6", "merge": "^1.2.0", @@ -65,7 +65,7 @@ "grunt-mocha-test": "^0.13.2", "grunt-scss-lint": "^0.5.0", "istanbul": "^0.4.4", - "karma": "^1.0.0", + "karma": "^6.3.16", "karma-chrome-launcher": "^2.0.0", "karma-mocha": "^1.0.1", "karma-ng-html2js-preprocessor": "~1.0.0",