Skip to content

Commit 7ac9635

Browse files
authored
fix: examples/bazel/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 7ac9635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bazel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"private": true,
88
"devDependencies": {
9-
"@angular-builders/bazel": "workspace:*",
9+
"@angular-builders/bazel": "13.1.0",
1010
"@angular/cli": "18.0.1"
1111
}
1212
}

0 commit comments

Comments
 (0)