From d40139b284a0d83364537f61ffd7fad9a114cda6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Dec 2025 10:49:24 +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 | 22 ++++++++-------------- package.json | 2 +- 2 files changed, 9 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16432b2..c5c607e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "^16.0.0", "@angular/cdk": "^16.2.12", "@angular/common": "^16.0.0", - "@angular/compiler": "^16.0.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", "@angular/material": "^16.2.12", @@ -22,7 +22,7 @@ "angular-cli-ghpages": "^1.0.7", "rxjs": "~7.8.0", "tslib": "^2.3.0", - "zone.js": "^0.14.2" + "zone.js": "~0.14.2" }, "devDependencies": { "@angular-devkit/build-angular": "^16.0.5", @@ -562,22 +562,15 @@ } }, "node_modules/@angular/compiler": { - "version": "16.2.12", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-16.2.12.tgz", - "integrity": "sha512-6SMXUgSVekGM7R6l1Z9rCtUGtlg58GFmgbpMCsGf+VXxP468Njw8rjT2YZkf5aEPxEuRpSHhDYjqz7n14cwCXQ==", + "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": "^16.14.0 || >=18.10.0" - }, - "peerDependencies": { - "@angular/core": "16.2.12" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -3985,6 +3978,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-16.2.10.tgz", "integrity": "sha512-XAVn59zP3ztuKDtw92Xc9+64RK4u4c9g8y5GgtjIWeOwgNXl8bYhAo3uTZzrSrOu96DFZGjsmghFab/7/C2pDg==", "dev": true, + "license": "MIT", "engines": { "node": "^16.14.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", diff --git a/package.json b/package.json index 831d5d7..f47920c 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@angular/animations": "^16.0.0", "@angular/cdk": "^16.2.12", "@angular/common": "^16.0.0", - "@angular/compiler": "^16.0.0", + "@angular/compiler": "^19.2.17", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", "@angular/material": "^16.2.12",