Archived
1
0

chore(ci): update glob-parent (#5353)

This commit is contained in:
Joe Previte 2022-07-18 14:37:54 -07:00 committed by GitHub
parent 592973c1bb
commit 033cdf2357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 6 deletions

View File

@ -83,7 +83,8 @@
"follow-redirects": "^1.14.8",
"node-fetch": "^2.6.7",
"nanoid": "^3.1.31",
"minimist": "npm:minimist-lite@2.2.1"
"minimist": "npm:minimist-lite@2.2.1",
"glob-parent": "^6.0.1"
},
"dependencies": {
"@coder/logger": "1.1.16",

View File

@ -2032,12 +2032,12 @@ get-uri@3:
fs-extra "^8.1.0"
ftp "^0.3.10"
glob-parent@^5.1.0, 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@^5.1.0, glob-parent@^5.1.2, glob-parent@^6.0.1:
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.1.3:
version "7.1.6"