Skip to content

Commit 61a78a2

Browse files
authored
fix: examples/custom-webpack/sanity-app-esm/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-TARFS-10293725
1 parent 13713b0 commit 61a78a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/custom-webpack/sanity-app-esm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"zone.js": "0.14.7"
3030
},
3131
"devDependencies": {
32-
"@angular-builders/custom-webpack": "workspace:*",
33-
"@angular-devkit/build-angular": "18.0.1",
32+
"@angular-builders/custom-webpack": "2.2.0",
33+
"@angular-devkit/build-angular": "20.0.0",
3434
"@angular/cli": "18.0.1",
3535
"@angular/compiler-cli": "18.0.6",
3636
"@cypress/schematic": "2.5.2",
@@ -43,7 +43,7 @@
4343
"karma-coverage": "2.2.1",
4444
"karma-jasmine": "5.1.0",
4545
"karma-jasmine-html-reporter": "2.1.0",
46-
"puppeteer": "21.11.0",
46+
"puppeteer": "22.13.1",
4747
"typescript": "5.4.5"
4848
}
4949
}

0 commit comments

Comments
 (0)