From 2d15a8e83c64db92fbd44864bd2eaea7c7cce20b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Nov 2022 19:27:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a28da5f6566a..74a121b93232 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.1200.0", "@angular-devkit/core": "^7.3.2", "@angular-devkit/schematics": "^7.3.2", "@angular/bazel": "file:./tools/npm/@angular_bazel",