Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-01 23:41:23 +0300
committerGitHub <noreply@github.com>2021-05-01 23:41:23 +0300
commitf674f81e70fc0cd5944d91be9925b02280d4d097 (patch)
tree5d51bb99a783ed7d8c9ee49d23cb98a740438c53 /package.json
parent5443b6f8842f088559a600619338a3e9de16906f (diff)
Update simple-sha1 requirement from ^3.0.1 to ^3.1.0
Updates the requirements on [simple-sha1](https://github.com/michaelrhodes/simple-sha1) to permit the latest version. - [Release notes](https://github.com/michaelrhodes/simple-sha1/releases) - [Commits](https://github.com/michaelrhodes/simple-sha1/compare/v3.0.1...v3.1.0) Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index d2ce48b..bc506fc 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"mime": "^2.5.2",
"multistream": "^4.1.0",
"package-json-versionify": "^1.0.4",
- "parse-torrent": "^9.1.1",
+ "parse-torrent": "^9.1.3",
"pump": "^3.0.0",
"queue-microtask": "^1.2.3",
"random-iterate": "^1.0.1",
@@ -69,7 +69,7 @@
"simple-concat": "^1.0.1",
"simple-get": "^4.0.0",
"simple-peer": "^9.11.0",
- "simple-sha1": "^3.0.1",
+ "simple-sha1": "^3.1.0",
"speedometer": "^1.1.0",
"stream-to-blob": "^2.0.1",
"stream-to-blob-url": "^3.0.2",