Skip to content

Commit 5f05d46

Browse files
committed
chore: fix brace-expansion override to use version-ranged backports
1 parent f565d3b commit 5f05d46

2 files changed

Lines changed: 44 additions & 7 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@
135135
"fast-uri": "^3.1.3",
136136
"qs": "^6.15.3",
137137
"@opentelemetry/core": "^2.8.0",
138-
"brace-expansion": "^5.0.7"
138+
"brace-expansion@<2": "~1.1.15",
139+
"brace-expansion@>=2 <3": "~2.1.1",
140+
"brace-expansion@>=3 <4": "~3.0.2"
139141
}
140142
}
141143
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)