chrisputnam9 / quixer

Quixer - Quick Search - The hacker's bookmarks?
MIT License
0 stars 0 forks source link

[Snyk] Upgrade sirv-cli from 1.0.11 to 1.0.14 #96

Open snyk-bot opened 2 years ago

snyk-bot commented 2 years ago

Snyk has created this PR to upgrade sirv-cli from 1.0.11 to 1.0.14.

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: sirv-cli
  • 1.0.14 - 2021-08-14

    Chores

    • (sirv): Bump @ polka/url to take advantage of this fix
  • 1.0.13 - 2021-08-13

    Patches

    • (sirv) Only use req.path if has req._decoded flag exists (#82):

      The req._decoded check was added & should have always been in there, since this was sirv's way of preventing duplicate decodeURIComponent calls. However, this was only true when it received a request from a polka@next app, since Polka was previously writing the decoded value to req.path – this changed with polka@v1.0.0-next.16

      Now that the latest polka@next (and Express) doesn't decode automatically anymore, req.path isn't trustworthy on its own. It needs req._decoded to be there too in order to trust it.

      This combo-check is backwards compatible for polka@next users who don't upgrade and will unblock Express users for the first time, who have always had a "raw" req.path value set.

  • 1.0.12 - 2021-05-24

    Patches

    • (sirv-cli): Ensure boolean options are parsed as booleans (#97): 8ebca7c
    • (sirv): Bump @ polka/url dependency version: 7c5162a

    Chores

  • 1.0.11 - 2021-01-30

    Patches

from sirv-cli GitHub release notes

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