From edb261724f4b012da020fcf03d2c0a9314415753 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Dec 2025 11:25:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6daea32..9f1a2ad 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@angular/platform-browser": "~8.2.14", "@angular/platform-browser-dynamic": "~8.2.14", "@angular/router": "~8.2.14", - "json-server": "^0.15.1", + "json-server": "^0.16.2", "rxjs": "~6.4.0", "tslib": "^1.10.0", "zone.js": "~0.9.1"