Skip to content

Commit cae1b4e

Browse files
authored
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-BRACEEXPANSION-9789073
1 parent 13713b0 commit cae1b4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"zone.js": "0.14.7"
2626
},
2727
"devDependencies": {
28-
"@angular-builders/custom-webpack": "workspace:*",
29-
"@angular-devkit/build-angular": "18.0.1",
28+
"@angular-builders/custom-webpack": "2.2.0",
29+
"@angular-devkit/build-angular": "18.0.5",
3030
"@angular/cli": "18.0.1",
3131
"@angular/compiler-cli": "18.0.6",
3232
"@angular/language-service": "18.0.6",

0 commit comments

Comments
 (0)