Skip to content

Commit 99d29de

Browse files
authored
fix: packages/custom-esbuild/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073
1 parent 13713b0 commit 99d29de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/custom-esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"@angular-builders/common": "workspace:*",
4343
"@angular-devkit/architect": ">=0.1800.0 < 0.1900.0",
44-
"@angular-devkit/build-angular": "^18.0.0",
44+
"@angular-devkit/build-angular": "^18.0.5",
4545
"@angular-devkit/core": "^18.0.0"
4646
},
4747
"peerDependencies": {

0 commit comments

Comments
 (0)