From f2207520f9ec091750b2beea404459b09c7ce6e5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Nov 2025 12:21:47 +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 | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cece18..4f5b7fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@angular/animations": "13.2.0", "@angular/cdk": "13.2.0", "@angular/cli": "^13.2.1", - "@angular/common": "13.2.0", + "@angular/common": "^19.2.16", "@angular/compiler": "13.2.0", "@angular/compiler-cli": "13.2.0", "@angular/core": "13.2.0", @@ -431,17 +431,18 @@ } }, "node_modules/@angular/common": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.0.tgz", - "integrity": "sha512-zyq3kscl5BoY+xxl4YOfbKP72xwzx/vKLE+2ougjPu2spm5KIllIAo/VrxVqIBrsGWT/4gs9pvIOqOdOfufxUA==", + "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": "^12.20.0 || ^14.15.0 || >=16.10.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "13.2.0", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -13731,9 +13732,9 @@ } }, "@angular/common": { - "version": "13.2.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-13.2.0.tgz", - "integrity": "sha512-zyq3kscl5BoY+xxl4YOfbKP72xwzx/vKLE+2ougjPu2spm5KIllIAo/VrxVqIBrsGWT/4gs9pvIOqOdOfufxUA==", + "version": "19.2.16", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.2.16.tgz", + "integrity": "sha512-sugztO7XIiLRoVjn0WJK9ooBm9zejsqlE5k4ZGvy1zFafM8LMjFHwD4KymN8JB3AOb7Ad4lJHVq1IvwWnpqeWw==", "requires": { "tslib": "^2.3.0" } diff --git a/package.json b/package.json index 481a9c4..10fc6e6 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@angular/animations": "13.2.0", "@angular/cdk": "13.2.0", "@angular/cli": "^13.2.1", - "@angular/common": "13.2.0", + "@angular/common": "19.2.16", "@angular/compiler": "13.2.0", "@angular/compiler-cli": "13.2.0", "@angular/core": "13.2.0",