From 1ccfa12a401513eff1f39e4fdeb145a53481ba00 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 11:22:19 +0000 Subject: [PATCH] chore(security): patch 1 Dependabot alerts Bumps brace-expansion from 5.0.6 to 5.0.9 via a yarn resolution to fix Dependabot alert #89 (GHSA-mh99-v99m-4gvg, high severity). --- package.json | 3 ++- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 071a957e0..2e08c6b4d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "semantic-release-slack-bot": "4.0.2" }, "resolutions": { - "semantic-release-slack-bot/**/micromatch": "^4.0.8" + "semantic-release-slack-bot/**/micromatch": "^4.0.8", + "brace-expansion": "^5.0.7" } } diff --git a/yarn.lock b/yarn.lock index ff1b13356..6136f509f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -954,10 +954,10 @@ bottleneck@^2.15.3: resolved "https://registry.yarnpkg.com/bottleneck/-/bottleneck-2.19.5.tgz#5df0b90f59fd47656ebe63c78a98419205cadd91" integrity sha512-VHiNCbI1lKdl44tGrhNfU3lup0Tj/ZBMJB5/2ZbNXRCPuRCO7ed2mgcK4r17y+KB2EfuYuRaVlwNbAeaWGSpbw== -brace-expansion@^5.0.5: - version "5.0.6" - resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.6.tgz#ec68fe0a641a29d8711579caf641d05bae1f2285" - integrity sha512-kLpxurY4Z4r9sgMsyG0Z9uzsBlgiU/EFKhj/h91/8yHu0edo7XuixOIH3VcJ8kkxs6/jPzoI6U9Vj3WqbMQ94g== +brace-expansion@^5.0.5, brace-expansion@^5.0.7: + version "5.0.9" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.9.tgz#7c72438809b5fa5babf54199a1f1c281a6984fcf" + integrity sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg== dependencies: balanced-match "^4.0.2"