File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
node_modules/brace-expansion Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const slashPattern = /\\\\/g;
1717const openPattern = / \\ { / g;
1818const closePattern = / \\ } / g;
1919const commaPattern = / \\ , / g;
20- const periodPattern = / \\ ./ g;
20+ const periodPattern = / \\ \ ./ g;
2121exports . EXPANSION_MAX = 100_000 ;
2222function numeric ( str ) {
2323 return ! isNaN ( str ) ? parseInt ( str , 10 ) : str . charCodeAt ( 0 ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const slashPattern = /\\\\/g;
1313const openPattern = / \\ { / g;
1414const closePattern = / \\ } / g;
1515const commaPattern = / \\ , / g;
16- const periodPattern = / \\ ./ g;
16+ const periodPattern = / \\ \ ./ g;
1717export const EXPANSION_MAX = 100_000 ;
1818function numeric ( str ) {
1919 return ! isNaN ( str ) ? parseInt ( str , 10 ) : str . charCodeAt ( 0 ) ;
Original file line number Diff line number Diff line change 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 ],
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments