Skip to content

Commit

Permalink
Build(deps): Bump matcher-collection from 1.1.2 to 2.0.0 (#132)
Browse files Browse the repository at this point in the history
Bumps [matcher-collection](https://github.com/stefanpenner/matcher-collection) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/stefanpenner/matcher-collection/releases)
- [Commits](stefanpenner/matcher-collection@v1.1.2...v2.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and Turbo87 committed Mar 16, 2019
1 parent f18a042 commit 7714420
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"broccoli-plugin": "^1.2.1",
"debug": "^4.1.0",
"lodash.defaultsdeep": "^4.6.0",
"matcher-collection": "^1.0.5",
"matcher-collection": "^2.0.0",
"mkdirp": "^0.5.0",
"source-map-url": "^0.4.0",
"symlink-or-copy": "^1.0.1",
Expand Down
20 changes: 11 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ bluebird@^3.5.1:
version "3.5.1"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.5.1.tgz#d9551f9de98f1fcda1e683d17ee91a0602ee2eb9"

brace-expansion@^1.0.0, brace-expansion@^1.1.7:
brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
dependencies:
Expand Down Expand Up @@ -3416,13 +3416,21 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

matcher-collection@^1.0.0, matcher-collection@^1.0.5, matcher-collection@^1.1.1:
matcher-collection@^1.0.0, matcher-collection@^1.1.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-1.1.2.tgz#1076f506f10ca85897b53d14ef54f90a5c426838"
integrity sha512-YQ/teqaOIIfUHedRam08PB3NK7Mjct6BvzRnJmpGDm8uFXpNr1sbY4yuflI5JcEs6COpYA0FpRQhSDBf1tT95g==
dependencies:
minimatch "^3.0.2"

matcher-collection@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/matcher-collection/-/matcher-collection-2.0.0.tgz#470ae263c793e897b3f1e72c695016b7aea355c4"
integrity sha512-wSi4BgQGTFfBN5J+pIaS78rEKk4qIkjrw+NfJYdHsd2cRVIQsbDi3BZtNAXTFA2WHvlbS9kLGtTjv3cPJKuRSw==
dependencies:
"@types/minimatch" "^3.0.3"
minimatch "^3.0.2"

mem@^1.1.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/mem/-/mem-1.1.0.tgz#5edd52b485ca1d900fe64895505399a0dfa45f76"
Expand Down Expand Up @@ -3512,13 +3520,7 @@ mimic-fn@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-1.1.0.tgz#e667783d92e89dbd342818b5230b9d62a672ad18"

minimatch@^3.0.2:
version "3.0.3"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
dependencies:
brace-expansion "^1.0.0"

minimatch@^3.0.3, minimatch@^3.0.4:
minimatch@^3.0.2, minimatch@^3.0.3, minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
dependencies:
Expand Down

0 comments on commit 7714420

Please sign in to comment.