From bb9a1981500d7ecba6b104e32855f831a01c5872 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 May 2021 05:55:25 +0000 Subject: [PATCH] fix: examples/typescript-1.6.2/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- examples/typescript-1.6.2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/typescript-1.6.2/package.json b/examples/typescript-1.6.2/package.json index 271df37b..36241b19 100644 --- a/examples/typescript-1.6.2/package.json +++ b/examples/typescript-1.6.2/package.json @@ -19,7 +19,7 @@ "dependencies": { "@types/jasmine": "^2.5.35", "jasmine-core": "^2.4.1", - "karma": "^1.5.0", + "karma": "^5.0.8", "karma-chrome-launcher": "^2.0.0", "karma-cli": "^1.0.1", "karma-jasmine": "^1.0.2",