Skip to content

Bump send and restify - #57

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-39ca998b14
Open

Bump send and restify#57
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/multi-39ca998b14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor

Bumps send to 1.2.1 and updates ancestor dependency restify. These dependencies need to be updated together.

Updates send from 0.16.2 to 1.2.1

Release notes

Sourced from send's releases.

1.2.1

What's Changed

New Contributors

Full Changelog: pillarjs/send@1.2.0...1.2.1

1.2.0

What's Changed

New Contributors

Full Changelog: pillarjs/send@1.1.0...1.2.0

1.1.0

What's Changed

... (truncated)

Changelog

Sourced from send's changelog.

1.2.1 / 2025-12-15

  • Minor changes (package metadata)
  • deps:
    • debug@^4.4.3
    • http-errors@^2.0.1
    • mime-types@^3.0.2
    • statuses@^2.0.2

1.2.0 / 2025-03-27

  • deps:
    • mime-types@^3.0.1
    • fresh@^2.0.0
    • removed destroy
  • remove getHeaderNames() polyfill and refactor clearHeaders()

1.1.0 / 2024-09-10

  • Changes from 0.19.0

1.0.0 / 2024-07-25

  • Drop support for Node.js <18.0
  • statuses@^2.0.1
  • range-parser@^1.2.1
  • on-finished@^2.4.1
  • ms@^2.1.3
  • mime-types@^2.1.35
  • http-errors@^2.0.0
  • fresh@^0.5.2
  • etag@^1.8.1
  • escape-html@^1.0.3
  • encodeurl@^2.0.0
  • destroy@^1.2.0
  • debug@^4.3.5

1.0.0-beta.2 / 2024-03-04

  • Changes from 0.18.0

1.0.0-beta.1 / 2022-02-04

  • Drop support for Node.js 0.8

... (truncated)

Commits
  • 096a614 1.2.1 (#281)
  • 861e3c6 chore: update depenency ranges to latest versions (#286)
  • a40fcd4 ci: add Node.js 25 to test matrix (#284)
  • 7740dde chore: remove HISTORY.md from tarball (#285)
  • f532f41 build(deps): bump github/codeql-action from 4.31.2 to 4.31.5 (#282)
  • f9b651f build(deps): bump actions/checkout from 5 to 6 (#283)
  • db2558b build(deps-dev): bump supertest from 6.2.2 to 6.3.4 (#260)
  • 136fcf6 build(deps-dev): bump eslint-plugin-import from 2.25.4 to 2.32.0 (#262)
  • fac9c3f build(deps): bump ossf/scorecard-action from 2.4.2 to 2.4.3 (#272)
  • cd0c253 build(deps): bump actions/setup-node from 4 to 6 (#275)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates restify from 8.3.0 to 12.0.0

Release notes

Sourced from restify's releases.

v12.0.0

12.0.0 (2026-08-24)

⚠ BREAKING CHANGES

  • upgrade qs (#1995)
  • Node.js 26 support (#1999)
  • remove deprecated spdy protocol (#1998)
  • upgrade qs (#1991)

Features

Bug Fixes

v11.2.0

11.2.0 (2023-08-11)

Features

  • allow alternate name for request id in logs (cbd16ef)
  • support Node.js 20 (9f1d249)

Bug Fixes

  • tests broke due to find-my-way update (f8beaae)

v11.1.0

11.1.0 (2023-02-24)

Features

  • allow custom alternatives to domains (54adfcb)

... (truncated)

Changelog

Sourced from restify's changelog.

12.0.0 (2026-08-24)

⚠ BREAKING CHANGES

  • upgrade qs (#1995)
  • Node.js 26 support (#1999)
  • remove deprecated spdy protocol (#1998)

Features

Bug Fixes

11.2.0 (2023-08-11)

Features

  • allow alternate name for request id in logs (cbd16ef)
  • support Node.js 20 (9f1d249)

Bug Fixes

  • tests broke due to find-my-way update (f8beaae)

11.1.0 (2023-02-24)

Features

  • allow custom alternatives to domains (54adfcb)

11.0.0 (2023-01-17)

⚠ BREAKING CHANGES

... (truncated)

Commits
Maintainer changes

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


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 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 1.2.1 and updates ancestor dependency [restify](https://github.com/restify/node-restify). These dependencies need to be updated together.


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

Updates `restify` from 8.3.0 to 12.0.0
- [Release notes](https://github.com/restify/node-restify/releases)
- [Changelog](https://github.com/restify/node-restify/blob/master/CHANGELOG.md)
- [Commits](restify/node-restify@v8.3.0...v12.0.0)

---
updated-dependencies:
- dependency-name: send
  dependency-version: 1.2.1
  dependency-type: indirect
- dependency-name: restify
  dependency-version: 12.0.0
  dependency-type: direct:production
...

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 Aug 27, 2026
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