From 5dca129c470c02409f1d1338001bf499e82e7733 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 May 2020 01:00:32 +0200 Subject: [PATCH] feat: upgrade github-webhook-handler from 0.6.0 to 1.0.0 Snyk has created this PR to upgrade github-webhook-handler from 0.6.0 to 1.0.0. See this package in NPM: https://www.npmjs.com/package/github-webhook-handler See this project in Snyk: https://app.snyk.io/org/dobby5/project/fb15836d-e5ea-4c73-91fc-10982d65d72f?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index df5e5a0a..73a53cab 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "express": "^4.17.1", "express-useragent": "^1.0.13", "feed": "^0.3.0", - "github-webhook-handler": "0.6.0", + "github-webhook-handler": "1.0.0", "lodash": "^4.17.15", "lru-diskcache": "1.1.1", "octocat": "0.12.1",