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 local-web-server from 4.0.0 to 4.2.1 #11

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade local-web-server from 4.0.0 to 4.2.1.

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


  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released a year ago, on 2020-06-11.
Release notes
Package name: local-web-server
  • 4.2.1 - 2020-06-11

    4.2.1

  • 4.2.0 - 2020-05-23

    New features since v4.1.0

    • Added a command-line tool to help develop and debug --rewrite rules. This greatly speeds up the development of custom rewrites. Full documentation here.
      • An example, testing a rewrite to a remote server:

        $ npx lws-rewrite '/npm/:pkg' 'https://npmjs.org/package/:pkg' '/npm/renamer'
        https://npmjs.org/package/renamer
        
      • The same feature has also been added to lws-redirect.

  • 4.1.0 - 2020-05-17

    New features since v4.0.0

    Other

  • 4.0.0 - 2020-02-09

    Breaking changes since v3.0.7

    • Dropped support for Node versions < 10.

    New features

    • When local-web-server is running in plain HTTP mode (not HTTPS or HTTP2), stripping the secure attribute from remote, rewrite-target cookies is now the default behaviour. Set the --rewrite.keep-secure-attr flag to disable this. #141

    Other improvements

    • All dependencies updated to latest versions.
from local-web-server GitHub release notes
Commit messages
Package name: local-web-server

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.

Wrong handling of paths without params
1 participant