You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by gi...@apache.org on 2022/05/23 21:48:52 UTC

[openwhisk-wskdebug] branch master updated: Bump glob-parent from 5.1.1 to 5.1.2 (#105)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 8437ccb  Bump glob-parent from 5.1.1 to 5.1.2 (#105)
8437ccb is described below

commit 8437ccbad718ef056fb03e837ce14f1b9022d8c9
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 23 21:48:48 2022 +0000

    Bump glob-parent from 5.1.1 to 5.1.2 (#105)
---
 package-lock.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 719e0f3..902889b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1321,9 +1321,9 @@
             }
         },
         "glob-parent": {
-            "version": "5.1.1",
-            "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
-            "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
+            "version": "5.1.2",
+            "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
+            "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
             "requires": {
                 "is-glob": "^4.0.1"
             }