From 23f11024425a223ab9d38db17e3048ca7776d93a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 1 Oct 2023 14:15:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0dbc122..5cd925b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "~0.803.26", + "@angular-devkit/build-angular": "~15.0.0", "@angular/animations": "8.2.2", "@angular/cdk": "^8.2.3", "@angular/cli": "^8.3.29",