From 3e1bd5133f232f480dc8d16c82f34b5b7f7097d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 16:53:49 +0000 Subject: [PATCH] fix: projects/angular-cld/samples/photo_album_with_jquery/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 --- .../angular-cld/samples/photo_album_with_jquery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/angular-cld/samples/photo_album_with_jquery/package.json b/projects/angular-cld/samples/photo_album_with_jquery/package.json index 812e8a44..ca07ac9a 100644 --- a/projects/angular-cld/samples/photo_album_with_jquery/package.json +++ b/projects/angular-cld/samples/photo_album_with_jquery/package.json @@ -8,7 +8,7 @@ "@angular/animations": "^6.0.3", "@angular/common": "^6.0.3", "@angular/compiler": "^6.0.3", - "@angular/compiler-cli": "^6.0.3", + "@angular/compiler-cli": "^9.0.0", "@angular/core": "^6.0.3", "@angular/forms": "^6.0.3", "@angular/http": "^6.0.3",