From c43c08cf099d300f2d1564ef7e2020a8bc7aba97 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 16:06:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 - https://snyk.io/vuln/SNYK-JS-KARMA-2395349 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 77ad190a3..118863d37 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "ejs": "^2.4.2", "express": "^4.14.0", "express-session": "^1.13.0", - "github": "^7.0.1", + "github": "^13.0.0", "glob": "^7.0.5", - "karma": "^1.1.0", + "karma": "^6.3.14", "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.14", "karma-chrome-launcher": "^2.0.0", "karma-mocha": "^1.0.1", "karma-ng-html2js-preprocessor": "~1.0.0",