From e72d39373573bdf76731988677eb331ff839cb3c Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 16:28:33 +0000 Subject: [PATCH] fix: examples/custom-webpack/sanity-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- examples/custom-webpack/sanity-app/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/custom-webpack/sanity-app/package.json b/examples/custom-webpack/sanity-app/package.json index c359311450..d944f82e36 100644 --- a/examples/custom-webpack/sanity-app/package.json +++ b/examples/custom-webpack/sanity-app/package.json @@ -25,9 +25,9 @@ "zone.js": "0.14.7" }, "devDependencies": { - "@angular-builders/custom-webpack": "workspace:*", + "@angular-builders/custom-webpack": "2.2.0", "@angular-devkit/build-angular": "18.0.1", - "@angular/cli": "18.0.1", + "@angular/cli": "20.3.15", "@angular/compiler-cli": "18.0.6", "@angular/language-service": "18.0.6", "@types/jasmine": "5.1.4",