Skip to content

Commit

Permalink
Bump matcher from 3.0.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [matcher](https://github.com/sindresorhus/matcher) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/matcher/releases)
- [Commits](sindresorhus/matcher@v3.0.0...v4.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 1, 2021
1 parent 7036b0f commit 27ba949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/next-sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@corex/deepmerge": "^2.5.3",
"matcher": "^3.0.0",
"matcher": "^4.0.0",
"minimist": "^1.2.5"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4361,10 +4361,10 @@ map-visit@^1.0.0:
dependencies:
object-visit "^1.0.0"

matcher@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/matcher/-/matcher-3.0.0.tgz#bd9060f4c5b70aa8041ccc6f80368760994f30ca"
integrity sha512-OkeDaAZ/bQCxeFAozM55PKcKU0yJMPGifLwV4Qgjitu+5MoAfSQN4lsLJeXZ1b8w0x+/Emda6MZgXS1jvsapng==
matcher@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/matcher/-/matcher-4.0.0.tgz#a42a05a09aaed92e2d241eb91fddac689461ea51"
integrity sha512-S6x5wmcDmsDRRU/c2dkccDwQPXoFczc5+HpQ2lON8pnvHlnvHAHj5WlLVvw6n6vNyHuVugYrFohYxbS+pvFpKQ==
dependencies:
escape-string-regexp "^4.0.0"

Expand Down

0 comments on commit 27ba949

Please sign in to comment.