Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 17, 2025

Bumps send to 0.19.0 and updates ancestor dependency grunt-contrib-connect. These dependencies need to be updated together.

Updates send from 0.1.4 to 0.19.0

Release notes

Sourced from send's releases.

0.19.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@0.18.0...0.19.0

Changelog

Sourced from send's changelog.

0.19.0 / 2024-09-10

  • Remove link renderization in html while redirecting

0.18.0 / 2022-03-23

  • Fix emitted 416 error missing headers property
  • Limit the headers removed for 304 response
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: destroy@1.2.0
  • deps: http-errors@2.0.0
    • deps: depd@2.0.0
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
  • deps: statuses@2.0.1

0.17.2 / 2021-12-11

  • pref: ignore empty http tokens
  • deps: http-errors@1.8.1
    • deps: inherits@2.0.4
    • deps: toidentifier@1.0.1
    • deps: setprototypeof@1.2.0
  • deps: ms@2.1.3

0.17.1 / 2019-05-10

  • Set stricter CSP header in redirect & error responses
  • deps: range-parser@~1.2.1

0.17.0 / 2019-05-03

  • deps: http-errors@~1.7.2
    • Set constructor name when possible
    • Use toidentifier module to make class names
    • deps: depd@~1.1.2
    • deps: setprototypeof@1.1.1
    • deps: statuses@'>= 1.5.0 < 2'
  • deps: mime@1.6.0
    • Add extensions for JPEG-2000 images
    • Add new font/* types from IANA
    • Add WASM mapping
    • Update .bdoc to application/bdoc

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for send since your current version.


Updates grunt-contrib-connect from 0.7.1 to 5.0.1

Release notes

Sourced from grunt-contrib-connect's releases.

v5.0.0

  • clear 8a042f7
  • v5 readme 879e52a
  • 5.0.0 f2d4ca9
  • Merge pull request #292 from gruntjs/change5 dc7e111
  • Prepare v5 ef37c1d
  • Merge pull request #289 from mhassan1/replace-http2 372ca14
  • Replace node-http2 with http2-wrapper 9690630
  • Bump @​babel/traverse from 7.22.5 to 7.24.5 (#290) 2a31bbf
  • Bump braces from 3.0.2 to 3.0.3 (#288) e3bbcf5
  • Bump @​babel/traverse from 7.22.5 to 7.23.2 (#287) 9dfe2d9
  • Merge pull request #285 from gruntjs/dependabot/npm_and_yarn/ejs-3.1.10 3b706de
  • Bump ejs from 3.1.9 to 3.1.10 d90e37f
  • Bump @​babel/traverse (#284) 9ff7853

gruntjs/grunt-contrib-connect@v4.0.0...v5.0.0

Changelog

Sourced from grunt-contrib-connect's changelog.

v5.0.1: date: 2024-08-27 changes: - Replace use of deprecated util.isArray. v5.0.0: date: 2024-07-05 changes: - Replaced node-http2 with http2-wrapper, potental breaking changes. - Bump to deps, serve-static, async and internal grunt v4.0.0: date: 2023-07-13 changes: - Requires node 16+. - Updated dependencies. v3.0.0: date: 2020-07-16 changes: - Requires node 10+. - Updated dependencies. v2.1.0: date: 2019-09-03 changes: - Update package lock. - Allow all configuration options of livereload to be passed through. v2.0.0: date: 2018-09-09 changes: - Drop Node.js < 6 support. - Update all dependencies and switch to node-http2. - Add secureProtocol in httpsOptions. - Fix open.appName. - Allow passing serve-index options. v1.0.2: date: 2016-04-27 changes: - Fixed http2 dependencies and stopped using the fork. v1.0.1: date: 2016-03-22 changes: - Fixed dependencies behind corporate proxy server. v1.0.0: date: 2016-03-04 changes: - Use predefined logger format with colored http status. - Update deps and docs. - HTTP2 support. - Other fixes. v0.11.2: date: 2015-08-03 changes:

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [grunt-contrib-connect](https://github.com/gruntjs/grunt-contrib-connect). These dependencies need to be updated together.


Updates `send` from 0.1.4 to 0.19.0
- [Release notes](https://github.com/pillarjs/send/releases)
- [Changelog](https://github.com/pillarjs/send/blob/master/HISTORY.md)
- [Commits](pillarjs/send@0.1.4...0.19.0)

Updates `grunt-contrib-connect` from 0.7.1 to 5.0.1
- [Release notes](https://github.com/gruntjs/grunt-contrib-connect/releases)
- [Changelog](https://github.com/gruntjs/grunt-contrib-connect/blob/main/CHANGELOG)
- [Commits](gruntjs/grunt-contrib-connect@v0.7.1...v5.0.1)

---
updated-dependencies:
- dependency-name: send
  dependency-version: 0.19.0
  dependency-type: indirect
- dependency-name: grunt-contrib-connect
  dependency-version: 5.0.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants