Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7912c9c

Browse files
committed
also updated dev deps for [email protected]
1 parent 19028b8 commit 7912c9c

File tree

3 files changed

+44
-41
lines changed

3 files changed

+44
-41
lines changed

node_modules/brace-expansion/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function expand(str, isTop) {
116116
var isOptions = m.body.indexOf(',') >= 0;
117117
if (!isSequence && !isOptions) {
118118
// {a},b}
119-
if (m.post.match(/,.*\}/)) {
119+
if (m.post.match(/,(?!,).*\}/)) {
120120
str = m.pre + '{' + m.body + escClose + m.post;
121121
return expand(str);
122122
}

node_modules/brace-expansion/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brace-expansion",
33
"description": "Brace expansion as known from sh/bash",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"repository": {
66
"type": "git",
77
"url": "git://github.com/juliangruber/brace-expansion.git"
@@ -42,5 +42,8 @@
4242
"iphone/6.0..latest",
4343
"android-browser/4.2..latest"
4444
]
45+
},
46+
"publishConfig": {
47+
"tag": "2.x"
4548
}
4649
}

package-lock.json

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,9 +1072,9 @@
10721072
}
10731073
},
10741074
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
1075-
"version": "1.1.11",
1076-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1077-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1075+
"version": "1.1.12",
1076+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1077+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
10781078
"dev": true,
10791079
"license": "MIT",
10801080
"peer": true,
@@ -1172,9 +1172,9 @@
11721172
}
11731173
},
11741174
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
1175-
"version": "1.1.11",
1176-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
1177-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
1175+
"version": "1.1.12",
1176+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
1177+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
11781178
"dev": true,
11791179
"license": "MIT",
11801180
"peer": true,
@@ -3877,9 +3877,9 @@
38773877
"license": "ISC"
38783878
},
38793879
"node_modules/brace-expansion": {
3880-
"version": "2.0.1",
3881-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz",
3882-
"integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==",
3880+
"version": "2.0.2",
3881+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
3882+
"integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
38833883
"inBundle": true,
38843884
"license": "MIT",
38853885
"dependencies": {
@@ -4438,9 +4438,9 @@
44384438
}
44394439
},
44404440
"node_modules/code-suggester/node_modules/brace-expansion": {
4441-
"version": "1.1.11",
4442-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
4443-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
4441+
"version": "1.1.12",
4442+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
4443+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
44444444
"dev": true,
44454445
"license": "MIT",
44464446
"dependencies": {
@@ -5890,9 +5890,9 @@
58905890
}
58915891
},
58925892
"node_modules/eslint-plugin-import/node_modules/brace-expansion": {
5893-
"version": "1.1.11",
5894-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5895-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5893+
"version": "1.1.12",
5894+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
5895+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
58965896
"dev": true,
58975897
"license": "MIT",
58985898
"peer": true,
@@ -5974,9 +5974,9 @@
59745974
}
59755975
},
59765976
"node_modules/eslint-plugin-node/node_modules/brace-expansion": {
5977-
"version": "1.1.11",
5978-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
5979-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
5977+
"version": "1.1.12",
5978+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
5979+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
59805980
"dev": true,
59815981
"license": "MIT",
59825982
"peer": true,
@@ -6123,9 +6123,9 @@
61236123
}
61246124
},
61256125
"node_modules/eslint/node_modules/brace-expansion": {
6126-
"version": "1.1.11",
6127-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
6128-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
6126+
"version": "1.1.12",
6127+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
6128+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
61296129
"dev": true,
61306130
"license": "MIT",
61316131
"peer": true,
@@ -6589,9 +6589,9 @@
65896589
}
65906590
},
65916591
"node_modules/flat-cache/node_modules/brace-expansion": {
6592-
"version": "1.1.11",
6593-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
6594-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
6592+
"version": "1.1.12",
6593+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
6594+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
65956595
"dev": true,
65966596
"license": "MIT",
65976597
"peer": true,
@@ -8264,9 +8264,9 @@
82648264
}
82658265
},
82668266
"node_modules/istanbul-lib-processinfo/node_modules/brace-expansion": {
8267-
"version": "1.1.11",
8268-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
8269-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
8267+
"version": "1.1.12",
8268+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
8269+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
82708270
"dev": true,
82718271
"license": "MIT",
82728272
"dependencies": {
@@ -10886,9 +10886,9 @@
1088610886
}
1088710887
},
1088810888
"node_modules/nyc/node_modules/brace-expansion": {
10889-
"version": "1.1.11",
10890-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
10891-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
10889+
"version": "1.1.12",
10890+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
10891+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1089210892
"dev": true,
1089310893
"license": "MIT",
1089410894
"dependencies": {
@@ -13035,9 +13035,9 @@
1303513035
}
1303613036
},
1303713037
"node_modules/spawn-wrap/node_modules/brace-expansion": {
13038-
"version": "1.1.11",
13039-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
13040-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
13038+
"version": "1.1.12",
13039+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
13040+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1304113041
"dev": true,
1304213042
"license": "MIT",
1304313043
"dependencies": {
@@ -13578,9 +13578,9 @@
1357813578
}
1357913579
},
1358013580
"node_modules/tap-mocha-reporter/node_modules/brace-expansion": {
13581-
"version": "1.1.11",
13582-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
13583-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
13581+
"version": "1.1.12",
13582+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
13583+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1358413584
"dev": true,
1358513585
"license": "MIT",
1358613586
"dependencies": {
@@ -15808,9 +15808,9 @@
1580815808
}
1580915809
},
1581015810
"node_modules/test-exclude/node_modules/brace-expansion": {
15811-
"version": "1.1.11",
15812-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
15813-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
15811+
"version": "1.1.12",
15812+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz",
15813+
"integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1581415814
"dev": true,
1581515815
"license": "MIT",
1581615816
"dependencies": {

0 commit comments

Comments
 (0)