You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by du...@apache.org on 2018/08/27 17:43:37 UTC

[incubator-openwhisk-package-alarms] branch master updated: pin cron npm module version (#161)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8b1594e  pin cron npm module version (#161)
8b1594e is described below

commit 8b1594ec4571264d55f0d81f230ceb16f9d51287
Author: Jason Peterson <ja...@us.ibm.com>
AuthorDate: Mon Aug 27 13:43:35 2018 -0400

    pin cron npm module version (#161)
---
 action/alarmWeb_package.json | 2 +-
 package.json                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/action/alarmWeb_package.json b/action/alarmWeb_package.json
index e80f7af..d0806b9 100644
--- a/action/alarmWeb_package.json
+++ b/action/alarmWeb_package.json
@@ -3,6 +3,6 @@
   "version": "1.0.0",
   "main": "alarmWebAction.js",
   "dependencies" : {
-    "cron": "^1.2.1"
+    "cron": "1.4.1"
   }
 }
diff --git a/package.json b/package.json
index e922b06..46c8b87 100755
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
   "license": "ISC",
   "dependencies": {
     "body-parser": "^1.15.0",
-    "cron": "^1.1.0",
+    "cron": "1.4.1",
     "express": "^4.13.4",
     "lodash": "^4.5.0",
     "nano": "6.4.2",