From ae06273284a5f98e3b1661f01676b1a452b0b008 Mon Sep 17 00:00:00 2001 From: anupamme Date: Thu, 30 Jul 2026 04:33:28 +0000 Subject: [PATCH] fix: CVE-2025-66035 security vulnerability Automated dependency upgrade by OrbisAI Security --- .../fuse-demo-v19.0.0/package-lock.json | 19 ++++++++++--------- .../templates/fuse-demo-v19.0.0/package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Assets/templates/fuse-demo-v19.0.0/package-lock.json b/Assets/templates/fuse-demo-v19.0.0/package-lock.json index 4b215d0..d88188f 100644 --- a/Assets/templates/fuse-demo-v19.0.0/package-lock.json +++ b/Assets/templates/fuse-demo-v19.0.0/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@angular/animations": "17.0.3", "@angular/cdk": "17.0.1", - "@angular/common": "17.0.3", + "@angular/common": "^19.2.16", "@angular/compiler": "17.0.3", "@angular/core": "17.0.3", "@angular/forms": "17.0.3", @@ -406,17 +406,18 @@ } }, "node_modules/@angular/common": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.3.tgz", - "integrity": "sha512-AD/d1n0hNisHDhIeBsW2ERZI9ChjiOuZ3IiGwcYKmlcOHTrZTJPAh/ZMgahv24rArlNVax7bT+Ik8+sJedGcEQ==", + "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": "^18.13.0 || >=20.9.0" + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "17.0.3", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -14669,9 +14670,9 @@ } }, "@angular/common": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-17.0.3.tgz", - "integrity": "sha512-AD/d1n0hNisHDhIeBsW2ERZI9ChjiOuZ3IiGwcYKmlcOHTrZTJPAh/ZMgahv24rArlNVax7bT+Ik8+sJedGcEQ==", + "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/Assets/templates/fuse-demo-v19.0.0/package.json b/Assets/templates/fuse-demo-v19.0.0/package.json index f542aa2..420d8ea 100644 --- a/Assets/templates/fuse-demo-v19.0.0/package.json +++ b/Assets/templates/fuse-demo-v19.0.0/package.json @@ -15,7 +15,7 @@ "dependencies": { "@angular/animations": "17.0.3", "@angular/cdk": "17.0.1", - "@angular/common": "17.0.3", + "@angular/common": "^19.2.16", "@angular/compiler": "17.0.3", "@angular/core": "17.0.3", "@angular/forms": "17.0.3",