From 7e3ac3ff6b3b00d7490078ed71650c23be325451 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 08:40:39 +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-14908872 - https://snyk.io/vuln/SNYK-JS-ANGULARCORE-14908871 --- package-lock.json | 45 ++++++++++++++++++++------------------------- package.json | 4 ++-- 2 files changed, 22 insertions(+), 27 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31216e6..fe436d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,8 +11,8 @@ "dependencies": { "@angular/animations": "^14.1.0", "@angular/common": "^14.1.0", - "@angular/compiler": "^14.1.0", - "@angular/core": "^14.1.0", + "@angular/compiler": "^19.2.18", + "@angular/core": "^19.2.18", "@angular/forms": "^14.1.0", "@angular/platform-browser": "^14.1.0", "@angular/platform-browser-dynamic": "^14.1.0", @@ -394,22 +394,15 @@ } }, "node_modules/@angular/compiler": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.1.2.tgz", - "integrity": "sha512-H0W4kTM7gUizWe5oFgixbnnS6U4pBt7qcmVCe5mdfzuUwoDzp8u/cOUErxzM0gZiCFVT/KBPXgc7TeZ1oNtgHg==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" - }, - "peerDependencies": { - "@angular/core": "14.1.2" - }, - "peerDependenciesMeta": { - "@angular/core": { - "optional": true - } + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" } }, "node_modules/@angular/compiler-cli": { @@ -443,18 +436,19 @@ } }, "node_modules/@angular/core": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.1.2.tgz", - "integrity": "sha512-7DkeMYxXaWiUN0SztsD/dUn8SYo7305sM9HtX9RCGG/pweOoIIdcRhTxyiatyVGzTuulwMs/Y/rD1Q+GsDCnow==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", + "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4" + "zone.js": "~0.15.0" } }, "node_modules/@angular/forms": { @@ -2641,6 +2635,7 @@ "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.1.2.tgz", "integrity": "sha512-ghKdIQFLFw9Nid4qCPk0YbZ8ed5tSfoupULDFFmKJNg/aIQAckY6iuLCxjK3oqCU9lg71ikuq8zQS/WjeRjqGw==", "dev": true, + "license": "MIT", "engines": { "node": "^14.15.0 || >=16.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", @@ -16717,9 +16712,9 @@ } }, "@angular/compiler": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.1.2.tgz", - "integrity": "sha512-H0W4kTM7gUizWe5oFgixbnnS6U4pBt7qcmVCe5mdfzuUwoDzp8u/cOUErxzM0gZiCFVT/KBPXgc7TeZ1oNtgHg==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.2.18.tgz", + "integrity": "sha512-3MscvODxRVxc3Cs0ZlHI5Pk5rEvE80otfvxZTMksOZuPlv1B+S8MjWfc3X3jk9SbyUEzODBEH55iCaBHD48V3g==", "requires": { "tslib": "^2.3.0" } @@ -16743,9 +16738,9 @@ } }, "@angular/core": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.1.2.tgz", - "integrity": "sha512-7DkeMYxXaWiUN0SztsD/dUn8SYo7305sM9HtX9RCGG/pweOoIIdcRhTxyiatyVGzTuulwMs/Y/rD1Q+GsDCnow==", + "version": "19.2.18", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.2.18.tgz", + "integrity": "sha512-+QRrf0Igt8ccUWXHA+7doK5W6ODyhHdqVyblSlcQ8OciwkzIIGGEYNZom5OZyWMh+oI54lcSeyV2O3xaDepSrQ==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 425e7c0..1909a3f 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "dependencies": { "@angular/animations": "^14.1.0", "@angular/common": "^14.1.0", - "@angular/compiler": "^14.1.0", - "@angular/core": "^14.1.0", + "@angular/compiler": "^19.2.18", + "@angular/core": "^19.2.18", "@angular/forms": "^14.1.0", "@angular/platform-browser": "^14.1.0", "@angular/platform-browser-dynamic": "^14.1.0",