From 8a7f3a98b6940ff6175b98af93f56ddeacd3d423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Nov 2022 21:12:11 +0000 Subject: [PATCH] Bump minimatch from 3.0.4 to 3.0.5 in /next.js-master Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- next.js-master/package.json | 2 +- next.js-master/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/next.js-master/package.json b/next.js-master/package.json index b3ac6631..22592bcb 100644 --- a/next.js-master/package.json +++ b/next.js-master/package.json @@ -93,7 +93,7 @@ "lerna": "4.0.0", "lint-staged": "10.1.7", "lost": "8.3.1", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "moment": "^2.24.0", "node-fetch": "2.6.1", "node-notifier": "5.4.0", diff --git a/next.js-master/yarn.lock b/next.js-master/yarn.lock index fa2aa900..3a0601ec 100644 --- a/next.js-master/yarn.lock +++ b/next.js-master/yarn.lock @@ -11236,10 +11236,10 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1: resolved "https://registry.yarnpkg.com/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz#f6c00c1c0b082246e5c4d99dfb8c7c083b2b582a" integrity sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo= -minimatch@3.0.4, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: - version "3.0.4" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== +minimatch@3.0.5, minimatch@^3.0.0, minimatch@^3.0.2, minimatch@^3.0.4, minimatch@~3.0.2: + version "3.0.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.5.tgz#4da8f1290ee0f0f8e83d60ca69f8f134068604a3" + integrity sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw== dependencies: brace-expansion "^1.1.7"