Skip to content

Commit bf7ea2b

Browse files
committed
1 parent 2000d2c commit bf7ea2b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

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

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
Original file line numberDiff line numberDiff line change
@@ -2913,9 +2913,9 @@
29132913
"license": "ISC"
29142914
},
29152915
"node_modules/brace-expansion": {
2916-
"version": "5.0.3",
2917-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.3.tgz",
2918-
"integrity": "sha512-fy6KJm2RawA5RcHkLa1z/ScpBeA762UF9KmZQxwIbDtRJrgLzM10depAiEQ+CXYcoiqW1/m96OAAoke2nE9EeA==",
2916+
"version": "5.0.4",
2917+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
2918+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
29192919
"inBundle": true,
29202920
"license": "MIT",
29212921
"dependencies": {

0 commit comments

Comments
 (0)