From 494b9ba92544c3b043e7f2aa48177a3c3f7447d0 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 8 Feb 2026 15:28:51 +0000 Subject: [PATCH] fix: packages/angular/cli/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOB-14040952 - https://snyk.io/vuln/SNYK-JS-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- packages/angular/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/cli/package.json b/packages/angular/cli/package.json index be1fbde1da81..68961e64e948 100644 --- a/packages/angular/cli/package.json +++ b/packages/angular/cli/package.json @@ -34,7 +34,7 @@ "listr2": "8.2.3", "npm-package-arg": "11.0.2", "npm-pick-manifest": "9.1.0", - "pacote": "18.0.6", + "pacote": "21.0.1", "resolve": "1.22.8", "semver": "7.6.2", "symbol-observable": "4.0.0",