From c4520ee6f7273fe89211bbb3653b40add7370141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Jun 2021 03:11:34 +0000 Subject: [PATCH] Bump glob-parent from 5.1.1 to 5.1.2 in /packages/cli 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](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect ... Signed-off-by: dependabot[bot] --- packages/cli/yarn.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/cli/yarn.lock b/packages/cli/yarn.lock index a715cdb..e625d2b 100644 --- a/packages/cli/yarn.lock +++ b/packages/cli/yarn.lock @@ -172,10 +172,10 @@ dependencies: "@types/node" "^12.6.9" -"@hermes-serverless/cli-resources@^0.2.0": - version "0.2.0" - resolved "https://registry.yarnpkg.com/@hermes-serverless/cli-resources/-/cli-resources-0.2.0.tgz#4dd1679bd81c14574dae9639110c8993061e0822" - integrity sha512-1xUFwtcjT77lGYVp7VJ8yG5DUpe4z3cvV+kPxO7vFl6R/w5RdSsyDGFk6J7rJgXlK7LrfN8XnnDfWchNuwqdhw== +"@hermes-serverless/cli-resources@^0.2.2": + version "0.2.2" + resolved "https://registry.yarnpkg.com/@hermes-serverless/cli-resources/-/cli-resources-0.2.2.tgz#72876b82416355cbcccbb605df778137b906bb83" + integrity sha512-hbhcgCAql5pvfAzFCKFnWN1yVdGU2iPxSDhxNd/N04UkjTtwdYorgdWs1vR0a0CBEJGVwZeEhB4XgQiGOHgxiA== dependencies: "@hermes-serverless/api-types-db-manager" "^0.0.3" "@hermes-serverless/api-types-function-watcher" "^0.0.1" @@ -1995,9 +1995,9 @@ github-slugger@^1.2.1: emoji-regex ">=6.0.0 <=6.1.1" glob-parent@^5.1.0: - version "5.1.1" - resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" - integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== + version "5.1.2" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4" + integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow== dependencies: is-glob "^4.0.1"