Skip to content

Commit

Permalink
deps: update dependency glob-parent to v6 (#447)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: lucas.bruno <[email protected]>
  • Loading branch information
3 people authored Nov 29, 2021
1 parent ae831a8 commit 591049b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"immer": "9.0.6",
"ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41",
"ansi-regex": "5.0.1",
"glob-parent": "5.1.2",
"glob-parent": "6.0.2",
"nth-check": "2.0.1",
"browserslist": "4.16.5",
"highlight.js": "10.4.1",
Expand Down
10 changes: 5 additions & 5 deletions manager/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6474,12 +6474,12 @@ getpass@^0.1.1:
dependencies:
assert-plus "^1.0.0"

glob-parent@5.1.2, glob-parent@^3.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
glob-parent@6.0.2, glob-parent@^3.1.0, glob-parent@^5.1.2, glob-parent@~5.1.2:
version "6.0.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
dependencies:
is-glob "^4.0.1"
is-glob "^4.0.3"

glob@^7.0.3, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
version "7.2.0"
Expand Down

0 comments on commit 591049b

Please sign in to comment.