From 3a6256e33441131683bb94695e2141d50c9df4d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Nov 2025 12:11:02 +0000 Subject: [PATCH] fix: public/package.json & public/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANGULARCOMMON-14135651 --- public/package-lock.json | 19 ++++++++++--------- public/package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/public/package-lock.json b/public/package-lock.json index fb34d55..8bb926f 100644 --- a/public/package-lock.json +++ b/public/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@angular/animations": "^19.0.0", "@angular/cdk": "^18.2.4", - "@angular/common": "^19.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/fire": "^18.0.1", @@ -25,7 +25,7 @@ "ngx-toastr": "^18.0.0", "rxjs": "~7.8.1", "tslib": "^2.6.2", - "zod": "^3.22.4", + "zod": "^3.23.8", "zone.js": "~0.15.0" }, "devDependencies": { @@ -892,9 +892,9 @@ } }, "node_modules/@angular/common": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.0.tgz", - "integrity": "sha512-kb2iS26GZS0vyR3emAQbIiQifnK5M5vnbclEHni+pApDEU5V9FufbdRP3vCxs28UHZvAZKB0LrxkTrnT6T+z5g==", + "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" @@ -903,7 +903,7 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0" }, "peerDependencies": { - "@angular/core": "19.0.0", + "@angular/core": "19.2.16", "rxjs": "^6.5.3 || ^7.4.0" } }, @@ -20184,9 +20184,10 @@ } }, "node_modules/zod": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.22.4.tgz", - "integrity": "sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==", + "version": "3.25.76", + "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", + "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/public/package.json b/public/package.json index 88ae6b1..a2ea81d 100644 --- a/public/package.json +++ b/public/package.json @@ -12,7 +12,7 @@ "dependencies": { "@angular/animations": "^19.0.0", "@angular/cdk": "^18.2.4", - "@angular/common": "^19.0.0", + "@angular/common": "^19.2.16", "@angular/compiler": "^19.0.0", "@angular/core": "^19.0.0", "@angular/fire": "^18.0.1",