AlexAltea / capstone.js

Capstone disassembler framework for JavaScript
https://alexaltea.github.io/capstone.js/
BSD 3-Clause "New" or "Revised" License
172 stars 28 forks source link

Bump send and connect #24

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps send and connect. These dependencies needed to be updated together. Updates send from 0.10.1 to 0.13.2

Changelog

Sourced from send's changelog.

0.13.2 / 2016-03-05

  • Fix invalid Content-Type header when send.mime.default_type unset

0.13.1 / 2016-01-16

  • deps: depd@~1.1.0
    • Support web browser loading
    • perf: enable strict mode
  • deps: destroy@~1.0.4
    • perf: enable strict mode
  • deps: escape-html@~1.0.3
    • perf: enable strict mode
    • perf: optimize string replacement
    • perf: use faster string coercion
  • deps: range-parser@~1.0.3
    • perf: enable strict mode

0.13.0 / 2015-06-16

  • Allow Node.js HTTP server to set Date response header
  • Fix incorrectly removing Content-Location on 304 response
  • Improve the default redirect response headers
  • Send appropriate headers on default error response
  • Use http-errors for standard emitted errors
  • Use statuses instead of http module for status messages
  • deps: escape-html@1.0.2
  • deps: etag@~1.7.0
    • Improve stat performance by removing hashing
  • deps: fresh@0.3.0
    • Add weak ETag matching support
  • deps: on-finished@~2.3.0
    • Add defined behavior for HTTP CONNECT requests
    • Add defined behavior for HTTP Upgrade requests
    • deps: ee-first@1.1.1
  • perf: enable strict mode
  • perf: remove unnecessary array allocations

0.12.3 / 2015-05-13

  • deps: debug@~2.2.0
    • deps: ms@0.7.1
  • deps: depd@~1.0.1
  • deps: etag@~1.6.0
  • Improve support for JXcore
  • Support "fake" stats objects in environments without fs

... (truncated)

Commits
  • 5a08970 Release 0.13.2
  • 496e6db docs: add documentation for end & start options
  • 58b5f98 build: Node.js@5.6
  • a8f3325 build: Node.js@4.3
  • 1384d78 build: mocha@2.4.5
  • 31ceb6a Fix invalid Content-Type header when send.mime.default_type unset
  • f840237 tests: add simple test for send.mime
  • 9460200 docs: document configuring type lookup
  • 2897c8a docs: fix heading levels
  • 14604b4 build: Node.js@5.3
  • Additional commits viewable in compare view


Updates connect from 2.27.4 to 2.30.2

Changelog

Sourced from connect's changelog.

2.30.2 / 2015-07-31

  • deps: body-parser@~1.13.3
    • deps: type-is@~1.6.6
  • deps: compression@~1.5.2
    • deps: accepts@~1.2.12
    • deps: compressible@~2.0.5
    • deps: vary@~1.0.1
  • deps: errorhandler@~1.4.2
    • deps: accepts@~1.2.12
  • deps: method-override@~2.3.5
    • deps: vary@~1.0.1
    • perf: enable strict mode
  • deps: serve-index@~1.7.2
    • deps: accepts@~1.2.12
    • deps: mime-types@~2.1.4
  • deps: type-is@~1.6.6
    • deps: mime-types@~2.1.4
  • deps: vhost@~3.0.1
    • perf: enable strict mode

2.30.1 / 2015-07-05

  • deps: body-parser@~1.13.2
    • deps: iconv-lite@0.4.11
    • deps: qs@4.0.0
    • deps: raw-body@~2.1.2
    • deps: type-is@~1.6.4
  • deps: compression@~1.5.1
    • deps: accepts@~1.2.10
    • deps: compressible@~2.0.4
  • deps: errorhandler@~1.4.1
    • deps: accepts@~1.2.10
  • deps: qs@4.0.0
    • Fix dropping parameters like hasOwnProperty
    • Fix various parsing edge cases
  • deps: morgan@~1.6.1
    • deps: basic-auth@~1.0.3
  • deps: pause@0.1.0
    • Re-emit events with all original arguments
    • Refactor internals
    • perf: enable strict mode
  • deps: serve-index@~1.7.1
    • deps: accepts@~1.2.10
    • deps: mime-types@~2.1.2
  • deps: type-is@~1.6.4
    • deps: mime-types@~2.1.2
    • perf: enable strict mode

... (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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/AlexAltea/capstone.js/network/alerts).