Skip to content

Commit e3ee3db

Browse files
authored
fix: examples/custom-webpack/full-cycle-app/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ONHEADERS-10773729
1 parent 13713b0 commit e3ee3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom-webpack/full-cycle-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"zone.js": "0.14.7"
2626
},
2727
"devDependencies": {
28-
"@angular-builders/custom-webpack": "workspace:*",
28+
"@angular-builders/custom-webpack": "2.2.0",
2929
"@angular-devkit/build-angular": "18.0.1",
3030
"@angular/cli": "18.0.1",
3131
"@angular/compiler-cli": "18.0.6",

0 commit comments

Comments
 (0)