From f57ffb1c6ac0acc54e29085a87b655e0545079bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Mar 2023 19:49:42 +0000 Subject: [PATCH] Update caniuse to fix failed integration tests (#3538) (#3547) Ran npx browserslist@latest --update-db to update caniuse package so the integration tests will pass. Issue: n/a Will be fixed in: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/2329 Signed-off-by: Kawika Avilla (cherry picked from commit 3c613d05f7c513c4ade848c8aa2a0f3f10a1d842) Signed-off-by: github-actions[bot] --- yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/yarn.lock b/yarn.lock index 35330d225f8a..66622869afd6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5446,9 +5446,9 @@ camelize@^1.0.0: integrity sha1-FkpUg+Yw+kMh5a8HAg5TGDGyYJs= caniuse-lite@^1.0.30001317: - version "1.0.30001397" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001397.tgz" - integrity sha512-SW9N2TbCdLf0eiNDRrrQXx2sOkaakNZbCjgNpPyMJJbiOrU5QzMIrXOVMRM1myBXTD5iTkdrtU/EguCrBocHlA== + version "1.0.30001460" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001460.tgz" + integrity sha512-Bud7abqjvEjipUkpLs4D7gR0l8hBYBHoa+tGtKJHvT2AYzLp1z7EmVkUT4ERpVUfca8S2HGIVs883D8pUH1ZzQ== caseless@~0.12.0: version "0.12.0"