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 7b4cd2b Bump lodash from 4.17.11 to 4.17.15 in
/core/routemgmt/deleteApi (#4708)
7b4cd2b is described below
commit 7b4cd2b037898ab19644cc7516c532c45c7ade46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 09:37:15 2019 -0500
Bump lodash from 4.17.11 to 4.17.15 in /core/routemgmt/deleteApi (#4708)
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] <[email protected]>
---
core/routemgmt/deleteApi/package.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/routemgmt/deleteApi/package.json
b/core/routemgmt/deleteApi/package.json
index b3d2d9d..d7ab609 100644
--- a/core/routemgmt/deleteApi/package.json
+++ b/core/routemgmt/deleteApi/package.json
@@ -1,7 +1,7 @@
{
"main": "deleteApi.js",
"dependencies": {
- "lodash": "4.17.11",
+ "lodash": "4.17.15",
"request": "2.88.0"
}
}