You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2020/10/15 13:23:59 UTC

[openwhisk-package-alarms] branch master updated: Bump up cron to 1.8.2 (#223)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-alarms.git


The following commit(s) were added to refs/heads/master by this push:
     new 8032016  Bump up cron to 1.8.2 (#223)
8032016 is described below

commit 8032016794313d0cad5aa0a0c0c6128c44736eba
Author: Seonghyun Oh <se...@gmail.com>
AuthorDate: Thu Oct 15 22:23:48 2020 +0900

    Bump up cron to 1.8.2 (#223)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index b1e0c93..0bbd049 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
   "repository": "github:apache/openwhisk-package-alarms",
   "dependencies": {
     "body-parser": "^1.15.0",
-    "cron": "1.7.0",
+    "cron": "1.8.2",
     "express": "^4.13.4",
     "lodash": "^4.5.0",
     "nano": "6.4.4",