TimeForANinja / node-ytpl

Anonymous YouTube playlist resolver.
MIT License
202 stars 48 forks source link

[Snyk] Upgrade miniget from 4.1.0 to 4.2.0 #107

Closed TimeForANinja closed 3 years ago

TimeForANinja commented 3 years ago

Snyk has created this PR to upgrade miniget from 4.1.0 to 4.2.0.

merge advice :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


Release notes
Package name: miniget
  • 4.2.0 - 2021-02-02

    4.2.0 (2021-02-02)

    Bug Fixes

    • emit error on redirect response with no location (5de3107)
    • stop emitting any error after stream has ended (629832c)

    Features

    • miniget now accepts a URL object as the first parameter (73695a8)
  • 4.1.0 - 2020-11-24

    Features

    • expose request object before sending (#54) (6c71fe2)
from miniget GitHub release notes
Commit messages
Package name: miniget
  • 0eb271c chore(ci): use semantic-release for auto publish and release
  • 629832c fix: stop emitting any error after stream has ended
  • 1fec7c5 refactor: enable `strictNullChecks`
  • 73695a8 feat: miniget now accepts a `URL` object as the first parameter
  • c601b0e refactor: use URL object to parse urls
  • 726f31e refactor: clean up checking `retry-after` header
  • 5de3107 fix: emit error on redirect response with no location
  • 021b985 refactor: stronger typing
  • 156b6ba style: lint fix
  • 6e6bf87 chore(ci): add lint config and workflow
Compare

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

codecov[bot] commented 3 years ago

Codecov Report

Merging #107 (e82a5c3) into master (0a8108f) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #107   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          255       255           
=========================================
  Hits           255       255           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0a8108f...e82a5c3. Read the comment docs.