From e1790796ef1d7ebbc83e31cc4960aefd86357780 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sun, 16 Nov 2025 17:26:19 +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-JSYAML-13961110 --- examples/custom-webpack/sanity-app/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/custom-webpack/sanity-app/package.json b/examples/custom-webpack/sanity-app/package.json index c35931145..ccfd57bb7 100644 --- a/examples/custom-webpack/sanity-app/package.json +++ b/examples/custom-webpack/sanity-app/package.json @@ -25,8 +25,8 @@ "zone.js": "0.14.7" }, "devDependencies": { - "@angular-builders/custom-webpack": "workspace:*", - "@angular-devkit/build-angular": "18.0.1", + "@angular-builders/custom-webpack": "2.2.0", + "@angular-devkit/build-angular": "18.0.5", "@angular/cli": "18.0.1", "@angular/compiler-cli": "18.0.6", "@angular/language-service": "18.0.6", @@ -39,7 +39,7 @@ "karma-coverage": "2.2.1", "karma-jasmine": "5.1.0", "karma-jasmine-html-reporter": "2.1.0", - "puppeteer": "21.11.0", + "puppeteer": "24.15.0", "ts-node": "10.9.2", "typescript": "5.4.5" }