From b8a14fd9e47660c7b3360b15a6627a1ce8088a8d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Sep 2024 11:13:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2330875 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2331908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83604a484..299c31c55 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ }, "private": true, "dependencies": { - "@angular-devkit/build-angular": "~12.2.18", + "@angular-devkit/build-angular": "~13.2.0", "@angular/animations": "~12.2.17", "@angular/cdk": "^12.2.13", "@angular/common": "~12.2.17",