torrent-discovery
Advanced tools
Comparing version 9.4.2 to 9.4.3
@@ -0,1 +1,10 @@ | ||
## [9.4.3](https://github.com/webtorrent/torrent-discovery/compare/v9.4.2...v9.4.3) (2021-08-04) | ||
### Bug Fixes | ||
* **deps:** update dependency debug to ^4.3.2 ([#52](https://github.com/webtorrent/torrent-discovery/issues/52)) ([948a2bb](https://github.com/webtorrent/torrent-discovery/commit/948a2bb717b5ba2b0194afd8c1b3feee5751d0ef)) | ||
* **deps:** update dependency run-parallel to ^1.2.0 ([#54](https://github.com/webtorrent/torrent-discovery/issues/54)) ([9174b64](https://github.com/webtorrent/torrent-discovery/commit/9174b64e7e53daab0f202ad771520effeca4f7e0)) | ||
* **deps:** update webtorrent ([#53](https://github.com/webtorrent/torrent-discovery/issues/53)) ([349392b](https://github.com/webtorrent/torrent-discovery/commit/349392bcc6baebde8736d9a5750e77b17b325c5c)) | ||
## [9.4.2](https://github.com/webtorrent/torrent-discovery/compare/v9.4.1...v9.4.2) (2021-07-23) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "torrent-discovery", | ||
"description": "Discover BitTorrent and WebTorrent peers", | ||
"version": "9.4.2", | ||
"version": "9.4.3", | ||
"author": { | ||
@@ -19,7 +19,7 @@ "name": "WebTorrent LLC", | ||
"dependencies": { | ||
"bittorrent-dht": "^10.0.0", | ||
"bittorrent-tracker": "^9.0.0", | ||
"bittorrent-lsd": "^1.0.0", | ||
"debug": "^4.0.0", | ||
"run-parallel": "^1.1.2" | ||
"bittorrent-dht": "^10.0.1", | ||
"bittorrent-tracker": "^9.17.4", | ||
"bittorrent-lsd": "^1.1.1", | ||
"debug": "^4.3.2", | ||
"run-parallel": "^1.2.0" | ||
}, | ||
@@ -31,3 +31,3 @@ "devDependencies": { | ||
"standard": "*", | ||
"tape": "5.2.2" | ||
"tape": "5.3.0" | ||
}, | ||
@@ -74,3 +74,4 @@ "keywords": [ | ||
"github>webtorrent/renovate-config" | ||
] | ||
], | ||
"rangeStrategy": "bump" | ||
}, | ||
@@ -77,0 +78,0 @@ "release": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14482
Updatedbittorrent-dht@^10.0.1
Updatedbittorrent-lsd@^1.1.1
Updatedbittorrent-tracker@^9.17.4
Updateddebug@^4.3.2
Updatedrun-parallel@^1.2.0