From eb8795a2c1acafac113c3fb9d8f228dadbc29ae4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 01:26:06 +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 a048a86d..fb8f98b2 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.1.0", "thunky": "1.1.0", "upload-element": "1.0.1", "webtorrent": "1.9.7" @@ -6398,9 +6398,15 @@ } }, "node_modules/throttleit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", - "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=" + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-2.1.0.tgz", + "integrity": "sha512-nt6AMGKW1p/70DF/hGBdJB57B8Tspmbp5gfJ8ilhLnt7kkr2ye7hzD6NVG8GGErk2HWF34igrL2CXmNIkzKqKw==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/through": { "version": "2.3.8", @@ -11887,9 +11893,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.1.0", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-2.1.0.tgz", + "integrity": "sha512-nt6AMGKW1p/70DF/hGBdJB57B8Tspmbp5gfJ8ilhLnt7kkr2ye7hzD6NVG8GGErk2HWF34igrL2CXmNIkzKqKw==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index b647c7ac..ef15b6a3 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.1.0", "thunky": "1.1.0", "upload-element": "1.0.1", "webtorrent": "1.9.7"