Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade url-toolkit from 1.0.9 to 2.1.6 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Mar 8, 2020

Snyk has created this PR to upgrade url-toolkit from 1.0.9 to 2.1.6.

ℹ️ 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.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 11 versions ahead of your current version.
  • The recommended version was released 2 years ago, on 2018-08-31.
Release notes
Package name: url-toolkit
  • 2.1.6 - 2018-08-31
    No content.
  • 2.1.5 - 2018-08-29

    ; is now allowed in fragments (#13)

    Previously http://a.com/expiretime=111;dirmatch=true/master.m3u8 + ./a:b would not be handled correctly.

  • 2.1.4 - 2018-01-26
    • remove use of this (#12)
  • 2.1.3 - 2018-01-21
    • Fix error when normalizing and relative url empty (#11)
  • 2.1.2 - 2017-12-29

    Scheme regex is now a bit stricter.

    It now must match [a-zA-Z0-9+\-.] as described in the RFC.

    This means relative urls that happen to contain ‘:’ are more likely to be recognised as relative providing they contain a character that does not satisfy the above.

    Also updated the README mentioning that if you know a URL is relative, you should prefix it with ./.

  • 2.1.1 - 2017-03-28

    Fix typescript types export

  • 2.1.0 - 2017-03-26

    Adds typescript type definitions.

  • 2.0.1 - 2017-03-05

    Fix bug in regex.

  • 2.0.0 - 2017-03-05

    This should be backwards compatibile with version 1 if the alwaysNormalize option is set to true. This option is required as normalization should only be performed if necessary, according to the spec.

    The one exception is a combination like "http://a.com/b/cd?test=1#something" + ";x", which previously incorrectly being resolved as "http://a.com/b/;x", instead of "http://a.com/b/cd;x". To loose the last segment of the path the relative URL should be "./;x".

  • 1.0.11 - 2017-02-23

    Handle base url protocol being '//'.

    This was not working properly when the relative url started with '/' or '//'.

  • 1.0.10 - 2017-02-04
  • 1.0.9 - 2017-02-04
from url-toolkit GitHub release notes
Commit messages
Package name: url-toolkit

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant