@@ -929,6 +929,13 @@ brace-expansion@^1.1.7:
929929 balanced-match "^1.0.0"
930930 concat-map "0.0.1"
931931
932+ brace-expansion@^2.0.1, brace-expansion@^2.0.2 :
933+ version "2.1.0"
934+ resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz"
935+ integrity sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==
936+ dependencies :
937+ balanced-match "^1.0.0"
938+
932939braces@^3.0.3 :
933940 version "3.0.3"
934941 resolved "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz"
@@ -2830,13 +2837,55 @@ min-indent@^1.0.0:
28302837 resolved "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz"
28312838 integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
28322839
2840+ minimatch@^3.0.5 :
2841+ version "3.1.5"
2842+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz"
2843+ integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2844+ dependencies :
2845+ brace-expansion "^1.1.7"
2846+
2847+ minimatch@^3.1.1 :
2848+ version "3.1.5"
2849+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz"
2850+ integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2851+ dependencies :
2852+ brace-expansion "^1.1.7"
2853+
28332854minimatch@^3.1.2 :
28342855 version "3.1.5"
28352856 resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz"
28362857 integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
28372858 dependencies :
28382859 brace-expansion "^1.1.7"
28392860
2861+ minimatch@^5.0.1 :
2862+ version "3.1.5"
2863+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz"
2864+ integrity sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==
2865+ dependencies :
2866+ brace-expansion "^1.1.7"
2867+
2868+ minimatch@^5.1.0 :
2869+ version "5.1.9"
2870+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz"
2871+ integrity sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==
2872+ dependencies :
2873+ brace-expansion "^2.0.1"
2874+
2875+ minimatch@^9.0.4 :
2876+ version "9.0.9"
2877+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
2878+ integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
2879+ dependencies :
2880+ brace-expansion "^2.0.2"
2881+
2882+ minimatch@^9.0.5 :
2883+ version "9.0.9"
2884+ resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz"
2885+ integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
2886+ dependencies :
2887+ brace-expansion "^2.0.2"
2888+
28402889minimist-options@4.1.0 :
28412890 version "4.1.0"
28422891 resolved "https://registry.npmjs.org/minimist-options/-/minimist-options-4.1.0.tgz"
0 commit comments