From 8d3d5505814e76337290af7f39f257a52fc392a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 Dec 2025 07:47:09 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154 --- package-lock.json | 20 +++++++------------- package.json | 2 +- 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index af4ea8cf..74b6f735 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^17.3.0", "@angular/cdk": "^17.3.0", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "^17.3.0", @@ -521,22 +521,15 @@ } }, "node_modules/@angular/compiler": { - "version": "17.3.0", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-17.3.0.tgz", - "integrity": "sha512-lZBD5mFq7SzFJydZwW2jvnQGmtcU1s3e548hl4MSZpRgt13m5UmBQKbyMOvVN2WxKvWKlmDlywsAJlMSXepYig==", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.17.tgz", + "integrity": "sha512-qo8psYASAlDiQ8fAL8i/E2JfWH2nPTpZDKKZxSWvgBVA8o+zUEjYAJu6/k6btnu+4Qcb425T0rmM/zao6EU9Aw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^18.13.0 || >=20.9.0" - }, - "peerDependencies": { - "@angular/core": "17.3.0" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -4354,6 +4347,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-17.3.0.tgz", "integrity": "sha512-wNTCDPPEtjP4mxYerLVLCMwOCTEOD2HqZMVXD8pJbarrGPMuoyglUZuqNSIS5KVqR+fFez6JEUnMvC3QSqf58w==", "dev": true, + "license": "MIT", "engines": { "node": "^18.13.0 || >=20.9.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index d5b84313..0f2de6a1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@angular/animations": "^17.3.0", "@angular/cdk": "^17.3.0", "@angular/common": "^17.3.0", - "@angular/compiler": "^17.3.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^17.3.0", "@angular/forms": "^17.3.0", "@angular/material": "^17.3.0",