From 4d3f5427d1392b07b67946459f8bce9f9ed29922 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 7 Dec 2025 10:22:31 +0000 Subject: [PATCH] fix: 3-Authorization-II/1-call-api/SPA/package.json & 3-Authorization-II/1-call-api/SPA/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- .../1-call-api/SPA/package-lock.json | 28 +++++++++---------- .../1-call-api/SPA/package.json | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/3-Authorization-II/1-call-api/SPA/package-lock.json b/3-Authorization-II/1-call-api/SPA/package-lock.json index b0bd77ef..9566e673 100644 --- a/3-Authorization-II/1-call-api/SPA/package-lock.json +++ b/3-Authorization-II/1-call-api/SPA/package-lock.json @@ -497,9 +497,9 @@ } }, "@angular/compiler": { - "version": "14.0.4", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.0.4.tgz", - "integrity": "sha512-WdRpZFTX2vt71sSfQ89C1K5l2zhYtn8ON+ZlAVxyZ5uT0nA/Z/vuMLfNZB1WmcGVDOc7JmQduSiSaI0hhQqXqw==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", "requires": { "tslib": "^2.3.0" } @@ -8654,17 +8654,6 @@ "fs-extra": "^10.1.0" } }, - "string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "requires": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - } - }, "string_decoder": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", @@ -8682,6 +8671,17 @@ } } }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", diff --git a/3-Authorization-II/1-call-api/SPA/package.json b/3-Authorization-II/1-call-api/SPA/package.json index f61f24db..59a1b308 100644 --- a/3-Authorization-II/1-call-api/SPA/package.json +++ b/3-Authorization-II/1-call-api/SPA/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^14.0.0", "@angular/cdk": "^14.0.4", "@angular/common": "^14.0.0", - "@angular/compiler": "^14.0.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^14.0.0", "@angular/forms": "^14.0.0", "@angular/material": "^14.0.4",