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

[GitHub] dubee closed pull request #161: pin cron npm module version

dubee closed pull request #161: pin cron npm module version
URL: https://github.com/apache/incubator-openwhisk-package-alarms/pull/161
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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",


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services