From 033cdf23576ef2711c2f9caf337f776357097b31 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Mon, 18 Jul 2022 14:37:54 -0700 Subject: [PATCH] chore(ci): update glob-parent (#5353) --- package.json | 3 ++- yarn.lock | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5fcdc3789..2cfa50352 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 190abea71..2d5130452 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"