Skip to content

Commit 033cdf2

Browse files
authored
chore(ci): update glob-parent (#5353)
1 parent 592973c commit 033cdf2

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
"follow-redirects": "^1.14.8",
8484
"node-fetch": "^2.6.7",
8585
"nanoid": "^3.1.31",
86-
"minimist": "npm:[email protected]"
86+
"minimist": "npm:[email protected]",
87+
"glob-parent": "^6.0.1"
8788
},
8889
"dependencies": {
8990
"@coder/logger": "1.1.16",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -2032,12 +2032,12 @@ get-uri@3:
20322032
fs-extra "^8.1.0"
20332033
ftp "^0.3.10"
20342034

2035-
glob-parent@^5.1.0, glob-parent@^5.1.2:
2036-
version "5.1.2"
2037-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
2038-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
2035+
glob-parent@^5.1.0, glob-parent@^5.1.2, glob-parent@^6.0.1:
2036+
version "6.0.2"
2037+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
2038+
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
20392039
dependencies:
2040-
is-glob "^4.0.1"
2040+
is-glob "^4.0.3"
20412041

20422042
glob@^7.1.3:
20432043
version "7.1.6"

0 commit comments

Comments
 (0)