From aa51801838e957104a9a6a7b31a3496c0e31ef68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jun 2023 02:45:55 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2852471..806e247 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@angular-devkit/build-angular": "^15.0.0", - "@angular/cli": "~15.0.0", + "@angular/cli": "~15.2.9", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.0.0", "jasmine-core": "~4.3.0",