From f7b9b19297985ac79b730d80546ff807b0a8c706 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 14:08:25 +0000 Subject: [PATCH] fix: angularspike/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- angularspike/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angularspike/package.json b/angularspike/package.json index 9d74ba3..264b806 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.12.2", "reflect-metadata": "0.1.2", "rxjs": "5.0.0-beta.6" }