From commits-return-5722-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Mon Aug 27 19:43:39 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 5DCF218067B for ; Mon, 27 Aug 2018 19:43:39 +0200 (CEST) Received: (qmail 69572 invoked by uid 500); 27 Aug 2018 17:43:38 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 69563 invoked by uid 99); 27 Aug 2018 17:43:38 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Aug 2018 17:43:38 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 024E9825BD; Mon, 27 Aug 2018 17:43:38 +0000 (UTC) Date: Mon, 27 Aug 2018 17:43:37 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-package-alarms] branch master updated: pin cron npm module version (#161) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153539181795.23735.1269389127350041984@gitbox.apache.org> From: dubeejw@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-package-alarms X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d59ee2c00730c46c7f391ad954346ed807f2cc07 X-Git-Newrev: 8b1594ec4571264d55f0d81f230ceb16f9d51287 X-Git-Rev: 8b1594ec4571264d55f0d81f230ceb16f9d51287 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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",