From a35d6610c265df2544f423cd8650d782be844567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 08:24:05 +0000 Subject: [PATCH] fix(deps): bump minimatch from 9.0.3 to 9.0.5 Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.3 to 9.0.5. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v9.0.3...v9.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index fbe35d2..dc5b665 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "glob": "^10.3.3", "jest": "^29.6.1", "js-yaml": "^4.1.0", - "minimatch": "^9.0.0", + "minimatch": "^9.0.5", "sops-wrapper": "^1.0.0", "yaml": "^2.3.1" }, diff --git a/yarn.lock b/yarn.lock index aab301d..2609c7f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1761,10 +1761,10 @@ minimatch@^3.0.4, minimatch@^3.1.1: dependencies: brace-expansion "^1.1.7" -minimatch@^9.0.0, minimatch@^9.0.1: - version "9.0.3" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" - integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== +minimatch@^9.0.1, minimatch@^9.0.5: + version "9.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5" + integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow== dependencies: brace-expansion "^2.0.1"