From bc9a983ca45b75f90a410abe8cd73aeb662c1ef9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 25 Dec 2022 19:17:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a28da5f6566..75028368375 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "// 1": "dependencies are used locally and by bazel", "dependencies": { "@angular-devkit/architect": "^0.13.2", - "@angular-devkit/build-optimizer": "^0.13.2", + "@angular-devkit/build-optimizer": "^0.901.0", "@angular-devkit/core": "^7.3.2", "@angular-devkit/schematics": "^7.3.2", "@angular/bazel": "file:./tools/npm/@angular_bazel",