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

Bump send and express #1138

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 11, 2024

  1. Bump send and express

    Bumps [send](https://github.com/pillarjs/send) to 1.1.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together.
    
    
    Updates `send` from 0.18.0 to 1.1.0
    - [Release notes](https://github.com/pillarjs/send/releases)
    - [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
    - [Commits](pillarjs/send@0.18.0...1.1.0)
    
    Updates `express` from 4.20.0 to 5.0.0
    - [Release notes](https://github.com/expressjs/express/releases)
    - [Changelog](https://github.com/expressjs/express/blob/v5.0.0/History.md)
    - [Commits](expressjs/express@4.20.0...v5.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: send
      dependency-type: indirect
    - dependency-name: express
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    691c7f3 View commit details
    Browse the repository at this point in the history
  2. Update path formatting and params usage for new express API

    Notably instead of params[0] from '*' being https://asdf/fdsa it will
    now be params.proxyPath from '*proxyPath' being `['https:', '', 'asdf',
    fdsa']` so this updates with a small use of `.join` and addition of
    wildcard names
    hobinjk-ptc committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bdf1abe View commit details
    Browse the repository at this point in the history