From aa7b9fd49b2f2f897ae38c962bea0bc59c149479 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Jan 2021 00:29:55 +0000 Subject: [PATCH] fix: upgrade twitch-webhooks from 4.3.7 to 4.3.8 Snyk has created this PR to upgrade twitch-webhooks from 4.3.7 to 4.3.8. See this package in npm: https://www.npmjs.com/package/twitch-webhooks See this project in Snyk: https://app.snyk.io/org/tobitenno/project/24182a0b-1038-4b1e-b19f-3a04c511bdc9?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c0677e65..097c95976 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2997,9 +2997,9 @@ } }, "twitch-webhooks": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/twitch-webhooks/-/twitch-webhooks-4.3.7.tgz", - "integrity": "sha512-8ZMpJi/er3amZygAZsV7I50yG8qWRLPsJc9kNfk3tLhJG4YGq/sAaag7t4nVKG8roOdhf5MAK0Sr5hQpTjf0SQ==", + "version": "4.3.8", + "resolved": "https://registry.npmjs.org/twitch-webhooks/-/twitch-webhooks-4.3.8.tgz", + "integrity": "sha512-9BCbbmZGQhSHiphtJbxDoQGW+bosNFqarjz30N+is96gsYrVWzeLEDiHX4IBklVWHDPKQu0MsY+90D2LEtb96A==", "requires": { "@d-fischer/logger": "^2.1.1", "@d-fischer/portfinder": "^1.0.28", diff --git a/package.json b/package.json index 365b9d1e9..f25d58e1a 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "rss-feed-emitter": "^3.2.2", "sql-template-strings": "^2.2.2", "twitch": "^4.3.7", - "twitch-webhooks": "^4.3.7", + "twitch-webhooks": "^4.3.8", "url-exists": "^1.0.3", "utf-8-validate": "^5.0.3", "warframe-name-generator": "^1.0.2",