From 33d97cdded8061b1e51e358d94f3e6001b15a649 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 13:46:08 +0000 Subject: [PATCH] chore(deps): update dependency minimatch to v9 --- docker/package.json | 2 +- package.json | 2 +- website/package.json | 2 +- website/yarn.lock | 8 ++++---- yarn.lock | 8 ++++---- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docker/package.json b/docker/package.json index a940ab358b6..9b7b58b1b11 100644 --- a/docker/package.json +++ b/docker/package.json @@ -32,7 +32,7 @@ "ansi-regex": "^5.0.1", "ssh2": "^1.4.0", "json-schema": "^0.4.0", - "minimatch": "^5.0.0", + "minimatch": "^9.0.0", "path-scurry": "1.6.3", "semver": "^7.5.3" }, diff --git a/package.json b/package.json index c3cd1ee3213..64bdcf5578c 100644 --- a/package.json +++ b/package.json @@ -237,7 +237,7 @@ "ansi-regex": "^5.0.1", "ssh2": "^1.4.0", "json-schema": "^0.4.0", - "minimatch": "^5.0.0", + "minimatch": "^9.0.0", "semver": "^7.5.3" }, "lint-staged": { diff --git a/website/package.json b/website/package.json index cc7a331facd..7f8b89bb7af 100644 --- a/website/package.json +++ b/website/package.json @@ -52,7 +52,7 @@ "nth-check": "^2.0.1", "shelljs": "^0.8.5", "trim-newlines": "^4.0.0", - "minimatch": "^5.0.0", + "minimatch": "^9.0.0", "decode-uri-component": "^0.4.0", "qs": "^6.9.7", "semver": "^7.5.3" diff --git a/website/yarn.lock b/website/yarn.lock index 195f94c5ef4..cd9d5fd3963 100644 --- a/website/yarn.lock +++ b/website/yarn.lock @@ -10763,10 +10763,10 @@ minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg== -minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^5.0.0, minimatch@^5.0.1: - version "5.1.6" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" - integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== +minimatch@3.1.2, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^5.0.1, minimatch@^9.0.0: + version "9.0.3" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825" + integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg== dependencies: brace-expansion "^2.0.1" diff --git a/yarn.lock b/yarn.lock index 78663fffb79..b786607b3ee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5402,10 +5402,10 @@ min-indent@^1.0.1: resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869" integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg== -minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.0.0, minimatch@^5.0.1, minimatch@^9.0.1: - version "5.1.6" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96" - integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g== +minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2, minimatch@^5.0.1, 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== dependencies: brace-expansion "^2.0.1"