From 88de465edf712d5cd93336364d4284b4a3302bc7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Dec 2025 10:03:33 +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-ANGULARCOMMON-14135651 --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 16432b2..1eaaf7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^16.0.0", "@angular/cdk": "^16.2.12", - "@angular/common": "^16.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^16.0.0", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0", @@ -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", @@ -547,17 +547,18 @@ "dev": true }, "node_modules/@angular/common": { - "version": "16.2.12", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-16.2.12.tgz", - "integrity": "sha512-B+WY/cT2VgEaz9HfJitBmgdk4I333XG/ybC98CMC4Wz8E49T8yzivmmxXB3OD6qvjcOB6ftuicl6WBqLbZNg2w==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", + "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^16.14.0 || >=18.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "16.2.12", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, diff --git a/package.json b/package.json index 831d5d7..3227215 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^16.0.0", "@angular/cdk": "^16.2.12", - "@angular/common": "^16.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^16.0.0", "@angular/core": "^16.0.0", "@angular/forms": "^16.0.0",