Skip to content

Commit 6c143ab

Browse files
authored
fix(deps): update brace-expansion (#1486)
update transient dependencies to: [email protected] [email protected]
1 parent 3078981 commit 6c143ab

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39393,7 +39393,7 @@ function expand(str, isTop) {
3939339393
var isOptions = m.body.indexOf(',') >= 0;
3939439394
if (!isSequence && !isOptions) {
3939539395
// {a},b}
39396-
if (m.post.match(/,.*\}/)) {
39396+
if (m.post.match(/,(?!,).*\}/)) {
3939739397
str = m.pre + '{' + m.body + escClose + m.post;
3939839398
return expand(str);
3939939399
}

examples/start-and-pnpm-workspaces/pnpm-lock.yaml

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

examples/start-and-yarn-workspaces/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@ [email protected]:
222222
wrap-ansi "^8.0.1"
223223

224224
brace-expansion@^1.1.7:
225-
version "1.1.11"
226-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
227-
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
225+
version "1.1.12"
226+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.12.tgz#ab9b454466e5a8cc3a187beaad580412a9c5b843"
227+
integrity sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==
228228
dependencies:
229229
balanced-match "^1.0.0"
230230
concat-map "0.0.1"

package-lock.json

Lines changed: 6 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)