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

Upgrade dependencies #64

Merged
merged 5 commits into from
Aug 29, 2020
Merged

Upgrade dependencies #64

merged 5 commits into from
Aug 29, 2020

Commits on Aug 18, 2020

  1. Fixed major security vulnerability

    - Replaced 'url-regex' dependency with 'url-regex-safe' in response to CVE-2020-7661
    - Updated minimum required node version to v10.12.0
    - Added 're2' dependency
    fx2000 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c596d5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9103e92 View commit details
    Browse the repository at this point in the history
  3. - Switched to global URL variable

    - Converted regex capture groups to named capture groups
    fx2000 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    94cdd76 View commit details
    Browse the repository at this point in the history
  4. - Removed named unnecessary named groups in searchParams regex

    - Removed redundant `re2` dependency
    fx2000 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    9b2e05a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    489ec83 View commit details
    Browse the repository at this point in the history