From 46ef0c5ecdb2391cbce4503a47d7258865548f28 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 10:28:27 +0000 Subject: [PATCH] fix: angularspike/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- angularspike/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularspike/package.json b/angularspike/package.json index 9d74ba3..79d847b 100644 --- a/angularspike/package.json +++ b/angularspike/package.json @@ -11,7 +11,7 @@ "dependencies": { "angular2": "2.0.0-beta.17", "es6-shim": "^0.35.0", - "http-server": "^0.9.0", + "http-server": "^0.11.2", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.6" }