Skip to content

Commit 8b551a8

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-BRACEEXPANSION-9789073
1 parent 13713b0 commit 8b551a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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": "18.0.5",
3434
"@angular/cli": "18.0.1",
3535
"@angular/compiler-cli": "18.0.6",
3636
"@cypress/schematic": "2.5.2",

0 commit comments

Comments
 (0)