From 7eebef488631657c04274f8d97931e169774b4dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Apr 2023 04:02:48 +0000 Subject: [PATCH] fix: upgrade batch from 0.5.3 to 0.6.1 Snyk has created this PR to upgrade batch from 0.5.3 to 0.6.1. See this package in npm: https://www.npmjs.com/package/batch See this project in Snyk: https://app.snyk.io/org/segment-pro/project/de89a386-d6dd-4bde-87cc-5dc9e2c211d8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12f6b53..24b6d49 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "debug": "~0.7.4", "unix-time": "~1.0.1", - "batch": "~0.5.0", + "batch": "~0.6.1", "range": "0.0.2", "defaults": "~1.0.0", "stripe": "~2.4.2",