Skip to content

Commit 7d87ec6

Browse files
authored
[+] bump brace-expansion to v5.0.6 (#1420)
1 parent 5b0f528 commit 7d87ec6

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

internal/webui/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"eslint-plugin-import/**/minimatch": "^3.1.4",
3333
"@typescript-eslint/**/minimatch": "^10.2.3",
3434
"typescript-eslint/**/minimatch": "^10.2.3",
35+
"@typescript-eslint/**/brace-expansion": "^5.0.6",
36+
"typescript-eslint/**/brace-expansion": "^5.0.6",
3537
"yaml": "^2.8.4"
3638
},
3739
"dependencies": {

internal/webui/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,10 +1364,10 @@ brace-expansion@^1.1.7:
13641364
balanced-match "^1.0.0"
13651365
concat-map "0.0.1"
13661366

1367-
brace-expansion@^5.0.2:
1368-
version "5.0.5"
1369-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1370-
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
1367+
brace-expansion@^5.0.5, brace-expansion@^5.0.6:
1368+
version "5.0.6"
1369+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285"
1370+
integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g==
13711371
dependencies:
13721372
balanced-match "^4.0.2"
13731373

@@ -3086,11 +3086,11 @@ mime-types@^2.1.12:
30863086
mime-db "1.52.0"
30873087

30883088
minimatch@^10.2.2, minimatch@^10.2.3:
3089-
version "10.2.4"
3090-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
3091-
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
3089+
version "10.2.5"
3090+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
3091+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
30923092
dependencies:
3093-
brace-expansion "^5.0.2"
3093+
brace-expansion "^5.0.5"
30943094

30953095
minimatch@^3.1.2, minimatch@^3.1.4, minimatch@^3.1.5:
30963096
version "3.1.5"

0 commit comments

Comments
 (0)