You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2019/11/04 14:37:43 UTC

[openwhisk] branch master updated: Bump lodash from 4.17.11 to 4.17.15 in /core/routemgmt/createApi (#4707)

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

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new f304092  Bump lodash from 4.17.11 to 4.17.15 in /core/routemgmt/createApi (#4707)
f304092 is described below

commit f3040925aa408a0b32dd4f542c815a638a797cc4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 4 09:37:35 2019 -0500

    Bump lodash from 4.17.11 to 4.17.15 in /core/routemgmt/createApi (#4707)
    
    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/routemgmt/createApi/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/routemgmt/createApi/package.json b/core/routemgmt/createApi/package.json
index 173809e..488945b 100644
--- a/core/routemgmt/createApi/package.json
+++ b/core/routemgmt/createApi/package.json
@@ -1,7 +1,7 @@
 {
   "main": "createApi.js",
   "dependencies": {
-    "lodash": "4.17.11",
+    "lodash": "4.17.15",
     "request": "2.88.0"
   }
 }