From 52bbe21bc234ad944a28a0d92aa7ea9a25ef8376 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:16:26 -0700 Subject: [PATCH] Bump `micromatch` from 4.0.7 to 4.0.8 (#8026) (#8034) * Bump `micromatch` from 4.0.7 to 4.0.8 * Changeset file for PR #8026 created/updated --------- (cherry picked from commit d9c9aadc42653e935d8e001893af440e60572fc9) Signed-off-by: Miki Signed-off-by: github-actions[bot] Co-authored-by: github-actions[bot] Co-authored-by: opensearch-changeset-bot[bot] <154024398+opensearch-changeset-bot[bot]@users.noreply.github.com> --- changelogs/fragments/8026.yml | 2 ++ yarn.lock | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 changelogs/fragments/8026.yml diff --git a/changelogs/fragments/8026.yml b/changelogs/fragments/8026.yml new file mode 100644 index 000000000000..4eb2b86f764d --- /dev/null +++ b/changelogs/fragments/8026.yml @@ -0,0 +1,2 @@ +security: +- Bump `micromatch` from 4.0.7 to 4.0.8 ([#8026](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/8026)) \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 2fa99056db46..f716abe35d7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12057,9 +12057,9 @@ methods@^1.1.1, methods@^1.1.2: integrity sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4= micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.7: - version "4.0.7" - resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5" - integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== + version "4.0.8" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202" + integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA== dependencies: braces "^3.0.3" picomatch "^2.3.1"