Skip to content

Commit 63789e9

Browse files
authored
build(deps): patch brace-expansion vulnerability (#37)
1 parent 89e7364 commit 63789e9

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ minimumReleaseAgeExclude:
44
- magic-oxfmt-config@1.2.0
55
- magic-oxlint-config@1.2.0
66
- magic-tsconfig@1.2.0
7+
# Let the security fix through the global release-age gate.
8+
- brace-expansion@1.1.17
79
# pnpm 11 no longer reads the `pnpm` key from package.json, and `overrides` has
8-
# no other home, so this file exists for the three pins that used to live in
9-
# yarn's `resolutions`. Yarn's `**/a/b` globs become pnpm's `a>b` selectors.
10+
# no other home, so this file carries the old Yarn pins and scoped security
11+
# fixes. Yarn's `**/a/b` globs become pnpm's `a>b` selectors.
1012
overrides:
1113
"@expo/plist>@xmldom/xmldom": 0.8.13
1214
"@typescript-eslint/typescript-estree>minimatch": 9.0.7
15+
brace-expansion@<1.1.17: ^1.1.17
1316
xcode>uuid: 11.1.1

0 commit comments

Comments
 (0)