Skip to content

Commit 29a4314

Browse files
committed
chore: fix brace-expansion CVE-2026-13149
1 parent 2f91101 commit 29a4314

2 files changed

Lines changed: 25 additions & 17 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@
134134
"picomatch@<3": "^2.3.2",
135135
"fast-uri": "^3.1.3",
136136
"qs": "^6.15.3",
137-
"@opentelemetry/core": "^2.8.0"
137+
"@opentelemetry/core": "^2.8.0",
138+
"brace-expansion@<2": "~1.1.15",
139+
"brace-expansion@>=2 <3": "~2.1.1",
140+
"brace-expansion@>=3 <4": "~3.0.2",
141+
"brace-expansion@>=4": "~5.0.7"
138142
}
139143
}
140144
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)