From f669c51bd332e956e41c0a446786ca53331efd56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Dec 2023 16:56:06 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BABELTRAVERSE-5962462 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2852471..c7fdb6f 100644 --- a/client/package.json +++ b/client/package.json @@ -29,7 +29,7 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "^15.0.0", + "@angular-devkit/build-angular": "^16.1.0", "@angular/cli": "~15.0.0", "@angular/compiler-cli": "^15.0.0", "@types/jasmine": "~4.0.0",