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:40:53 +0300
committerGitHub <noreply@github.com>2021-05-01 23:40:53 +0300
commitc31f9e180cd5d5bbbbfa1b923c66a113da3724bc (patch)
treeba4a633c7a8e93c7fcfd10973ec15848456850d6 /package.json
parent5443b6f8842f088559a600619338a3e9de16906f (diff)
Update utp-native requirement from ^2.3.0 to ^2.4.0
Updates the requirements on [utp-native](https://github.com/mafintosh/utp-native) to permit the latest version. - [Release notes](https://github.com/mafintosh/utp-native/releases) - [Commits](https://github.com/mafintosh/utp-native/compare/v2.3.0...v2.4.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..b124469 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",
@@ -79,7 +79,7 @@
"unordered-array-remove": "^1.0.2",
"ut_metadata": "^3.5.2",
"ut_pex": "^2.0.1",
- "utp-native": "^2.3.0"
+ "utp-native": "^2.4.0"
},
"devDependencies": {
"airtap": "^4.0.3",