From 36c27ffd33ba016762c8fb72faf5158b250241a7 Mon Sep 17 00:00:00 2001 From: Banks Nussman Date: Thu, 27 Oct 2022 15:51:58 -0400 Subject: [PATCH] add yarn resolution --- package.json | 3 ++- yarn.lock | 16 +--------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 01063b4a6c5..6e21962fa07 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,8 @@ "browserslist": "^4.16.5", "nth-check": "v2.0.1", "trim-newlines": "^4.0.2", - "hosted-git-info": "^5.0.0" + "hosted-git-info": "^5.0.0", + "minimatch": "^3.0.5" }, "workspaces": { "packages": [ diff --git a/yarn.lock b/yarn.lock index 4b4a0979447..03c1eaf63c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12856,21 +12856,7 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -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" - -minimatch@^3.0.2, 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.1.2: +minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2: version "3.1.2" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==