From 3fe5cc66c793e021aa6095cc82ca3599580bb11d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 17:31:55 +0000 Subject: [PATCH] Bump minimatch from 2.0.10 to 3.0.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 2.0.10 to 3.0.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v2.0.10...v3.0.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fa57915..aeb3c0e 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "metalsmith-markdownit": "^0.4.0", "metalsmith-metadata": "0.0.1", "metalsmith-sass": "^1.3.0", - "minimatch": "^2.0.10", + "minimatch": "^3.0.2", "minimist": "^1.2.0", "run-sequence": "^2.2.1", "solar-css": "git+https://github.com/stellar/solar#master", diff --git a/yarn.lock b/yarn.lock index 31fede3..7188195 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3684,7 +3684,7 @@ minimatch@0.3: dependencies: brace-expansion "^1.1.7" -minimatch@2.0.10, minimatch@^2.0.1, minimatch@^2.0.10, minimatch@^2.0.3: +minimatch@2.0.10, minimatch@^2.0.1, minimatch@^2.0.3: version "2.0.10" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-2.0.10.tgz#8d087c39c6b38c001b97fca7ce6d0e1e80afbac7" integrity sha1-jQh8OcazjAAbl/ynzm0OHoCvusc= @@ -3699,6 +3699,13 @@ minimatch@^1.0.0: lru-cache "2" sigmund "~1.0.0" +minimatch@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.2.tgz#0f398a7300ea441e9c348c83d98ab8c9dbf9c40a" + integrity sha1-DzmKcwDqRB6cNIyD2Yq4ydv5xAo= + dependencies: + brace-expansion "^1.0.0" + minimatch@~0.2.11: version "0.2.14" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.2.14.tgz#c74e780574f63c6f9a090e90efbe6ef53a6a756a"