From be8bb37044d2996c8cf04dd77171442283ada476 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Feb 2026 06:22:43 +0000 Subject: [PATCH] fix: examples/angular/query-options-from-a-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- examples/angular/query-options-from-a-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular/query-options-from-a-service/package.json b/examples/angular/query-options-from-a-service/package.json index dbe1b922f9..7115e84f2d 100644 --- a/examples/angular/query-options-from-a-service/package.json +++ b/examples/angular/query-options-from-a-service/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@angular/build": "^19.2.5", - "@angular/cli": "^19.2.5", + "@angular/cli": "^20.3.15", "@angular/compiler-cli": "^19.2.4", "typescript": "5.8.3" }