From fea4c7bf9ae154cdc01abe06fd968c79ecf937ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Dec 2023 14:25:24 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 481a9c4..fae849a 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@angular/cli": "^13.2.1", "@angular/common": "13.2.0", "@angular/compiler": "13.2.0", - "@angular/compiler-cli": "13.2.0", + "@angular/compiler-cli": "15.1.0", "@angular/core": "13.2.0", "@angular/forms": "13.2.0", "@angular/material": "13.2.0",