diff --git a/package-lock.json b/package-lock.json index 9e16c248..ad4583f6 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": "1.0.1", "thunky": "1.1.0", "upload-element": "1.0.1", "webtorrent": "1.9.7" @@ -6407,9 +6407,12 @@ } }, "node_modules/throttleit": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.0.tgz", - "integrity": "sha1-nnhYNtr0Z0MUWlmEtiaNgoUorGw=" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", + "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/through": { "version": "2.3.8", @@ -11907,9 +11910,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": "1.0.1", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-1.0.1.tgz", + "integrity": "sha512-vDZpf9Chs9mAdfY046mcPt8fg5QSZr37hEH4TXYBnDF+izxgrbRGUAAaBvIk/fJm9aOFCGFd1EsNg5AZCbnQCQ==" }, "through": { "version": "2.3.8", diff --git a/package.json b/package.json index 8709753a..9fe0b4b2 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": "1.0.1", "thunky": "1.1.0", "upload-element": "1.0.1", "webtorrent": "1.9.7"