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 negotiator and connect #28

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps negotiator and connect. These dependencies needed to be updated together. Updates negotiator from 0.4.9 to 0.6.3

Release notes

Sourced from negotiator's releases.

0.6.3

  • Revert "Lazy-load modules from main entry point"

0.6.2

  • Fix sorting charset, encoding, and language with extra parameters

0.6.1

  • perf: improve Accept parsing speed
  • perf: improve Accept-Charset parsing speed
  • perf: improve Accept-Encoding parsing speed
  • perf: improve Accept-Language parsing speed

0.6.0

  • Fix including type extensions in parameters in Accept parsing
  • Fix parsing Accept parameters with quoted equals
  • Fix parsing Accept parameters with quoted semicolons
  • Lazy-load modules from main entry point
  • perf: delay type concatenation until needed
  • perf: enable strict mode
  • perf: hoist regular expressions
  • perf: remove closures getting spec properties
  • perf: remove a closure from media type parsing
  • perf: remove property delete from media type parsing

0.5.3

  • Fix media type parameter matching to be case-insensitive

0.5.2

  • Fix comparing media types with quoted values
  • Fix splitting media types with quoted commas

0.5.1

  • Fix preference sorting to be stable for long acceptable lists

0.5.0

  • Fix list return order when large accepted list
  • Fix missing identity encoding when q=0 exists
  • Remove dynamic building of Negotiator class
Changelog

Sourced from negotiator's changelog.

0.6.3 / 2022-01-22

  • Revert "Lazy-load modules from main entry point"

0.6.2 / 2019-04-29

  • Fix sorting charset, encoding, and language with extra parameters

0.6.1 / 2016-05-02

  • perf: improve Accept parsing speed
  • perf: improve Accept-Charset parsing speed
  • perf: improve Accept-Encoding parsing speed
  • perf: improve Accept-Language parsing speed

0.6.0 / 2015-09-29

  • Fix including type extensions in parameters in Accept parsing
  • Fix parsing Accept parameters with quoted equals
  • Fix parsing Accept parameters with quoted semicolons
  • Lazy-load modules from main entry point
  • perf: delay type concatenation until needed
  • perf: enable strict mode
  • perf: hoist regular expressions
  • perf: remove closures getting spec properties
  • perf: remove a closure from media type parsing
  • perf: remove property delete from media type parsing

0.5.3 / 2015-05-10

  • Fix media type parameter matching to be case-insensitive

0.5.2 / 2015-05-06

  • Fix comparing media types with quoted values
  • Fix splitting media types with quoted commas

0.5.1 / 2015-02-14

  • Fix preference sorting to be stable for long acceptable lists

0.5.0 / 2014-12-18

... (truncated)

Commits


Updates connect from 2.27.4 to 3.7.0

Changelog

Sourced from connect's changelog.

3.7.0 / 2019-05-17

  • deps: finalhandler@1.1.2
    • Set stricter Content-Security-Policy header
    • Fix 404 output for bad / missing pathnames
    • deps: encodeurl@~1.0.2
    • deps: parseurl@~1.3.3
    • deps: statuses@~1.4.0
  • deps: parseurl@~1.3.3
  • perf: remove substr call from FQDN mapping

3.6.6 / 2018-02-14

  • deps: finalhandler@1.1.0
    • Use res.headersSent when available
  • perf: remove array read-past-end

3.6.5 / 2017-09-22

  • deps: debug@2.6.9
  • deps: finalhandler@1.0.6
    • deps: debug@2.6.9

3.6.4 / 2017-09-20

  • deps: finalhandler@1.0.5
    • deps: parseurl@~1.3.2
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
  • deps: utils-merge@1.0.1

3.6.3 / 2017-08-03

  • deps: debug@2.6.8
  • deps: finalhandler@1.0.4
    • deps: debug@2.6.8

3.6.2 / 2017-05-16

  • deps: finalhandler@1.0.3
    • deps: debug@2.6.7
  • deps: debug@2.6.7
    • deps: ms@2.0.0

... (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).