deps: brace-expansion@5.0.4 · npm/cli@bf7ea2b · GitHub
Skip to content

Commit bf7ea2b

Browse files
committed
deps: brace-expansion@5.0.4
1 parent 2000d2c commit bf7ea2b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

node_modules/brace-expansion/dist/commonjs/index.js

Lines changed: 1 addition & 1 deletion

node_modules/brace-expansion/dist/esm/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const slashPattern = /\\\\/g;
1313
const openPattern = /\\{/g;
1414
const closePattern = /\\}/g;
1515
const commaPattern = /\\,/g;
16-
const periodPattern = /\\./g;
16+
const periodPattern = /\\\./g;
1717
export const EXPANSION_MAX = 100_000;
1818
function numeric(str) {
1919
return !isNaN(str) ? parseInt(str, 10) : str.charCodeAt(0);

node_modules/brace-expansion/package.json

Lines changed: 1 addition & 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": "5.0.3",
4+
"version": "5.0.4",
55
"files": [
66
"dist"
77
],

package-lock.json

Lines changed: 3 additions & 3 deletions

0 commit comments

Comments
 (0)