From 6a52931b64805365edcc970292161576e054b7b7 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Mon, 6 Sep 2021 17:31:48 +0530 Subject: [PATCH] Update lockfile with current dependencies (#7117) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The yarn.lock file is currently out-of-sync with the dependencies we are using. So, running yarn install --frozen-lockfile fails with the following error: yarn install v1.22.10 [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages... error Your lockfile needs to be updated, but yarn was run with `--frozen-lockfile`. info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command. This commit gets it back in shape. --- app/client/yarn.lock | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/client/yarn.lock b/app/client/yarn.lock index 715b213fa6..e58730eb99 100644 --- a/app/client/yarn.lock +++ b/app/client/yarn.lock @@ -11674,10 +11674,15 @@ log-update@^4.0.0: slice-ansi "^4.0.0" wrap-ansi "^6.2.0" -loglevel@^1.6.7, loglevel@^1.6.8: +loglevel@^1.6.8: version "1.7.0" resolved "https://registry.npmjs.org/loglevel/-/loglevel-1.7.0.tgz" +loglevel@^1.7.1: + version "1.7.1" + resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.7.1.tgz#005fde2f5e6e47068f935ff28573e125ef72f197" + integrity sha512-Hesni4s5UkWkwCGJMQGAh71PaLUmKFM60dHvq0zi/vDhhrzuk+4GgNbTXJ12YYQJn6ZKBDNIjYcuQGKudvqrIw== + loglevelnext@^1.0.1: version "1.0.5" resolved "https://registry.npmjs.org/loglevelnext/-/loglevelnext-1.0.5.tgz"