Skip to content

Commit 78bb234

Browse files
chore(deps): fix 3 open Dependabot alert(s)
- brace-expansion: override in @vscode/vsce scope to ^1.1.13 (GHSA-f886-m6hf-6m8v) - path-to-regexp: override in @koa/router scope to ^8.4.0 (GHSA-j3q9-mxjg-w52f, GHSA-27v5-c462-wpq7)
1 parent c8b3c6e commit 78bb234

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

package-lock.json

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1875,7 +1875,11 @@
18751875
"undici": "^6.24.0"
18761876
},
18771877
"@vscode/vsce": {
1878-
"minimatch": "3.1.5"
1878+
"minimatch": "3.1.5",
1879+
"brace-expansion": "^1.1.13"
1880+
},
1881+
"@koa/router": {
1882+
"path-to-regexp": "^8.4.0"
18791883
},
18801884
"worker-loader": {
18811885
"schema-utils": "^4.3.3"

0 commit comments

Comments
 (0)