From 9059c1603de9c72756fe5ace864836804ce56a37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Apr 2024 17:00:54 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-6476909 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bfda340d..89704223 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@angular/common": "5.0.1", "@angular/compiler": "5.0.1", - "@angular/compiler-cli": "5.0.1", + "@angular/compiler-cli": "9.0.0", "@angular/core": "5.0.1", "@angular/forms": "5.0.1", "@angular/http": "5.0.1",