diff --git a/package.json b/package.json index 97ad59f150fffdccce5cd057a43d65ea68cef7a8..88cafff9755bdcb386f22165c2272f87c5c6a440 100644 --- a/package.json +++ b/package.json @@ -179,7 +179,7 @@ "markdown-it": "12.3.2", "markdown-table": "2.0.0", "marshal": "0.5.3", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "moo": "0.5.1", "nanoid": "3.2.0", "node-html-parser": "5.2.0", diff --git a/yarn.lock b/yarn.lock index 78a565cb8d788daadb48d17349c9aeacaf3e0cca..4bc97999384ffa1d9408da72c429109c8c9ac097 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7409,20 +7409,13 @@ minimalistic-assert@^1.0.0: resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7" integrity sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A== -"minimatch@2 || 3", minimatch@^3.0.4: +"minimatch@2 || 3", minimatch@3.0.5, minimatch@^3.0.4: version "3.0.5" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== dependencies: brace-expansion "^1.1.7" -minimatch@3.0.4: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - dependencies: - brace-expansion "^1.1.7" - minimist-options@4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"