Skip to content

Commit e641013

Browse files
Merge pull request #47 from step-security/npm-audit-fix
fix: Security updates
2 parents c889111 + 5fd5306 commit e641013

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57777,7 +57777,7 @@ function expand(str, isTop) {
5777757777
var isOptions = m.body.indexOf(',') >= 0;
5777857778
if (!isSequence && !isOptions) {
5777957779
// {a},b}
57780-
if (m.post.match(/,.*\}/)) {
57780+
if (m.post.match(/,(?!,).*\}/)) {
5778157781
str = m.pre + '{' + m.body + escClose + m.post;
5778257782
return expand(str);
5778357783
}

package-lock.json

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

0 commit comments

Comments
 (0)