From d55da948976cd5eac40f612410d939ce1ad5a687 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 13:37:03 +0000 Subject: [PATCH] fix(deps): update dependency throttleit to v2 --- package-lock.json | 20 +++++++++++++------- package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9e16c248..b5164c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "rollbar": "2.26.2", "simple-get": "4.0.1", "simple-peer": "9.11.1", - "throttleit": "1.0.0", + "throttleit": "2.0.0", "thunky": "1.1.0", "upload-element": "1.0.1", "webtorrent": "1.9.7" @@ -6407,9 +6407,15 @@ } }, "node_modules/throttleit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", - "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-2.0.0.tgz", + "integrity": "sha512-9VImOCJfOMzgBNJIa8ifGnJbAY3XGkl+mGV/+N69+L07QXrg6B6FqPI+2MCqdO5Ojega5BsA94zKHh2rHsQW9Q==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/through": { "version": "2.3.8", @@ -11907,9 +11913,9 @@ "integrity": "sha1-TKL//AKlEpDSdEueP1V2k8prYno=" }, "throttleit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", - "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-2.0.0.tgz", + "integrity": "sha512-9VImOCJfOMzgBNJIa8ifGnJbAY3XGkl+mGV/+N69+L07QXrg6B6FqPI+2MCqdO5Ojega5BsA94zKHh2rHsQW9Q==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 8709753a..2ec29fcd 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "rollbar": "2.26.2", "simple-get": "4.0.1", "simple-peer": "9.11.1", - "throttleit": "1.0.0", + "throttleit": "2.0.0", "thunky": "1.1.0", "upload-element": "1.0.1", "webtorrent": "1.9.7"