Skip to content

Commit 90e2904

Browse files
authoredJan 23, 2023
fix(deps): bump glob-parent from 5.1.1 to 5.1.2
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f768f0 commit 90e2904

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed
 

‎yarn.lock

+5-12
Original file line numberDiff line numberDiff line change
@@ -2095,14 +2095,7 @@ github-username@^6.0.0:
20952095
dependencies:
20962096
"@octokit/rest" "^18.0.6"
20972097

2098-
glob-parent@^5.0.0, glob-parent@~5.1.0:
2099-
version "5.1.1"
2100-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229"
2101-
integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==
2102-
dependencies:
2103-
is-glob "^4.0.1"
2104-
2105-
glob-parent@^5.1.2:
2098+
glob-parent@^5.0.0, glob-parent@^5.1.2, glob-parent@~5.1.0:
21062099
version "5.1.2"
21072100
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
21082101
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
@@ -2517,7 +2510,7 @@ is-docker@^2.0.0:
25172510
is-extglob@^2.1.1:
25182511
version "2.1.1"
25192512
resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2"
2520-
integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
2513+
integrity sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==
25212514

25222515
is-fullwidth-code-point@^1.0.0:
25232516
version "1.0.0"
@@ -2544,9 +2537,9 @@ is-generator-function@^1.0.7:
25442537
has-tostringtag "^1.0.0"
25452538

25462539
is-glob@^4.0.0, is-glob@^4.0.1, is-glob@~4.0.1:
2547-
version "4.0.1"
2548-
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
2549-
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
2540+
version "4.0.3"
2541+
resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.3.tgz#64f61e42cbbb2eec2071a9dac0b28ba1e65d5084"
2542+
integrity sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
25502543
dependencies:
25512544
is-extglob "^2.1.1"
25522545

0 commit comments

Comments
 (0)
Please sign in to comment.