From d268feeee0333cf25dc61caaf64847adf66c2b6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 28 Oct 2023 03:59:05 +0000 Subject: [PATCH] fix: ResistorRatingCalculator.Web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 --- ResistorRatingCalculator.Web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ResistorRatingCalculator.Web/package.json b/ResistorRatingCalculator.Web/package.json index 5acb784..39decbd 100644 --- a/ResistorRatingCalculator.Web/package.json +++ b/ResistorRatingCalculator.Web/package.json @@ -39,7 +39,7 @@ "codelyzer": "~4.2.1", "jasmine-core": "~2.99.1", "jasmine-spec-reporter": "~4.2.1", - "karma": "^2.0.2", + "karma": "^3.0.0", "karma-chrome-launcher": "~2.2.0", "karma-coverage-istanbul-reporter": "~2.0.0", "karma-jasmine": "~1.1.1",