From 2da2e6ea47b6ffaafb5539aa035524bdfd633320 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Oct 2020 04:08:11 +0000 Subject: [PATCH] fix: upgrade crc from 3.5.0 to 3.8.0 Snyk has created this PR to upgrade crc from 3.5.0 to 3.8.0. See this package in npm: https://www.npmjs.com/package/crc See this project in Snyk: https://app.snyk.io/org/bangerkuwranger/project/02e4e8f6-d5a5-4dbd-9e5b-f93ab036a0ad?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 2407632d..25458978 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "cookie": "0.3.1", "cookie-signature": "1.0.6", - "crc": "3.5.0", + "crc": "3.8.0", "debug": "2.6.9", "depd": "~1.1.2", "on-headers": "~1.0.1",