From d87cd9fda57936cda3d0633761ea569170c8b00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 10:05:14 +0000 Subject: [PATCH] chore(deps): bump minimatch from 3.1.2 to 3.1.3 in /ui Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 78538b9f485b4..aa0ee4021f87d 100644 --- a/ui/package.json +++ b/ui/package.json @@ -28,7 +28,7 @@ "js-yaml": "^4.1.1", "json-merge-patch": "^0.2.3", "lodash-es": "^4.17.21", - "minimatch": "^3.1.2", + "minimatch": "^3.1.3", "moment": "^2.29.4", "monaco-editor": "^0.33.0", "path": "^0.12.7", diff --git a/ui/yarn.lock b/ui/yarn.lock index 7e6a9ab82613d..8662860d632cc 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -6646,10 +6646,10 @@ minimatch@5.1.6, minimatch@^5.0.1: dependencies: brace-expansion "^2.0.1" -minimatch@^3.0.4, 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== +minimatch@^3.0.4, minimatch@^3.1.2, minimatch@^3.1.3: + version "3.1.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.3.tgz#6a5cba9b31f503887018f579c89f81f61162e624" + integrity sha512-M2GCs7Vk83NxkUyQV1bkABc4yxgz9kILhHImZiBPAZ9ybuvCb0/H7lEl5XvIg3g+9d4eNotkZA5IWwYl0tibaA== dependencies: brace-expansion "^1.1.7"