From 9936466ce0881f7f207516063c251a917fd52921 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 15 Oct 2018 20:13:06 +0200 Subject: [PATCH] p-throttle@2, tape-promise@4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index c3c26827..51a9421c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "lodash": "^4.17.5", "luxon": "^1.3.0", "p-retry": "^2.0.0", - "p-throttle": "^1.1.0", "pinkie-promise": "^2.0.1", "query-string": "^6.0.0", "slugg": "^1.2.0", @@ -55,9 +54,10 @@ "db-stations": "^2.3.0", "is-coordinates": "^2.0.2", "is-roughly-equal": "^0.1.0", + "p-throttle": "^2.0.0", "tap-spec": "^5.0.0", "tape": "^4.8.0", - "tape-promise": "^3.0.0", + "tape-promise": "^4.0.0", "validate-fptf": "^2.0.1", "vbb-stations-autocomplete": "^3.1.0" },