fyyyyy / tabloro

Play any board game online with friends in the browser. Runs on any device. Using webRTC for peer2peer video chat. Using phaser for rendering.
58 stars 28 forks source link

Bump debug, compression, express, express-session, imager and supertest #32

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps debug to 2.6.9 and updates ancestor dependencies debug, compression, express, express-session, imager and supertest. These dependencies need to be updated together.

Updates debug from 0.7.0 to 2.6.9

Release notes

Sourced from debug's releases.

2.6.9

Patches

  • Remove ReDoS regexp in %o formatter: #504

Credits

Huge thanks to @​zhuangya for their help!

release 2.6.7

No release notes provided.

release 2.6.6

No release notes provided.

release 2.6.5

No release notes provided.

release 2.6.4

No release notes provided.

release 2.6.3

No release notes provided.

release 2.6.2

No release notes provided.

release 2.6.1

No release notes provided.

release 2.6.0

No release notes provided.

release 2.5.2

No release notes provided.

release 2.5.1

No release notes provided.

release 2.4.5

No release notes provided.

release 2.4.4

No release notes provided.

release 2.4.3

No release notes provided.

release 2.4.2

No release notes provided.

... (truncated)

Changelog

Sourced from debug's changelog.

2.6.9 / 2017-09-22

  • remove ReDoS regexp in %o formatter (#504)

2.6.8 / 2017-05-18

2.6.7 / 2017-05-16

2.6.5 / 2017-04-27

2.6.4 / 2017-04-20

2.6.3 / 2017-03-13

2.6.2 / 2017-03-10

2.6.1 / 2017-02-10

  • Fix: Module's export default syntax fix for IE8 Expected identifier error
  • Fix: Whitelist DEBUG_FD for values 1 and 2 only (#415, @​pi0)

... (truncated)

Commits
Maintainer changes

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


Updates compression from 1.1.0 to 1.7.4

Release notes

Sourced from compression's releases.

1.7.4

  • deps: compressible@~2.0.16
    • Mark text/less as compressible
    • deps: mime-db@'>= 1.38.0 < 2'
  • deps: on-headers@~1.0.2
    • Fix res.writeHead patch missing return value
  • perf: prevent unnecessary buffer copy

1.7.3

  • deps: accepts@~1.3.5
    • deps: mime-types@~2.1.18
  • deps: compressible@~2.0.14
    • Mark all XML-derived types as compressible
    • deps: mime-db@'>= 1.34.0 < 2'
  • deps: safe-buffer@5.1.2

1.7.2

  • deps: compressible@~2.0.13
    • deps: mime-db@'>= 1.33.0 < 2'

1.7.1

  • deps: accepts@~1.3.4
    • deps: mime-types@~2.1.16
  • deps: bytes@3.0.0
  • deps: compressible@~2.0.11
    • deps: mime-db@'>= 1.29.0 < 2'
  • deps: debug@2.6.9
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed

1.7.0

  • Use safe-buffer for improved Buffer API
  • deps: bytes@2.5.0
  • deps: compressible@~2.0.10
    • Fix regex fallback to not override compressible: false in db
    • deps: mime-db@'>= 1.27.0 < 2'
  • deps: debug@2.6.8
    • Allow colors in workers
    • Deprecated DEBUG_FD environment variable set to 3 or higher
    • Fix error when running under React Native
    • Fix DEBUG_MAX_ARRAY_LENGTH
    • Use same color for same namespace
    • deps: ms@2.0.0
  • deps: vary@~1.1.1
    • perf: hoist regular expression

1.6.2

  • deps: accepts@~1.3.3
    • deps: mime-types@~2.1.11
    • deps: negotiator@0.6.1

... (truncated)

Changelog

Sourced from compression's changelog.

1.7.4 / 2019-03-18

  • deps: compressible@~2.0.16
    • Mark text/less as compressible
    • deps: mime-db@'>= 1.38.0 < 2'
  • deps: on-headers@~1.0.2
    • Fix res.writeHead patch missing return value
  • perf: prevent unnecessary buffer copy

1.7.3 / 2018-07-15

  • deps: accepts@~1.3.5
    • deps: mime-types@~2.1.18
  • deps: compressible@~2.0.14
    • Mark all XML-derived types as compressible
    • deps: mime-db@'>= 1.34.0 < 2'
  • deps: safe-buffer@5.1.2

1.7.2 / 2018-02-18

  • deps: compressible@~2.0.13
    • deps: mime-db@'>= 1.33.0 < 2'

1.7.1 / 2017-09-26

  • deps: accepts@~1.3.4
    • deps: mime-types@~2.1.16
  • deps: bytes@3.0.0
  • deps: compressible@~2.0.11
    • deps: mime-db@'>= 1.29.0 < 2'
  • deps: debug@2.6.9
  • deps: vary@~1.1.2
    • perf: improve header token parsing speed

1.7.0 / 2017-07-10

  • Use safe-buffer for improved Buffer API
  • deps: bytes@2.5.0
  • deps: compressible@~2.0.10
    • Fix regex fallback to not override compressible: false in db
    • deps: mime-db@'>= 1.27.0 < 2'
  • deps: debug@2.6.8
    • Allow colors in workers
    • Deprecated DEBUG_FD environment variable set to 3 or higher
    • Fix error when running under React Native

... (truncated)

Commits


Updates express from 4.9.0 to 4.18.2

Release notes

Sourced from express's releases.

4.18.2

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1

  • Fix hanging on large stack of sync routes

4.18.0

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0
    • Fix emitted 416 error missing headers property
    • Limit the headers removed for 304 response
    • deps: depd@2.0.0
    • deps: destroy@1.2.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1

... (truncated)

Changelog

Sourced from express's changelog.

4.18.2 / 2022-10-08

  • Fix regression routing a large stack in a single route
  • deps: body-parser@1.20.1
    • deps: qs@6.11.0
    • perf: remove unnecessary object clone
  • deps: qs@6.11.0

4.18.1 / 2022-04-29

  • Fix hanging on large stack of sync routes

4.18.0 / 2022-04-25

  • Add "root" option to res.download
  • Allow options without filename in res.download
  • Deprecate string and non-integer arguments to res.status
  • Fix behavior of null/undefined as maxAge in res.cookie
  • Fix handling very large stacks of sync middleware
  • Ignore Object.prototype values in settings through app.set/app.get
  • Invoke default with same arguments as types in res.format
  • Support proper 205 responses using res.send
  • Use http-errors for res.format error
  • deps: body-parser@1.20.0
    • Fix error message for json parse whitespace in strict
    • Fix internal error when inflated body exceeds limit
    • Prevent loss of async hooks context
    • Prevent hanging when request already read
    • deps: depd@2.0.0
    • deps: http-errors@2.0.0
    • deps: on-finished@2.4.1
    • deps: qs@6.10.3
    • deps: raw-body@2.5.1
  • deps: cookie@0.5.0
    • Add priority option
    • Fix expires option to reject invalid dates
  • deps: depd@2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
  • deps: finalhandler@1.2.0
    • Remove set content headers that break response
    • deps: on-finished@2.4.1
    • deps: statuses@2.0.1
  • deps: on-finished@2.4.1
    • Prevent loss of async hooks context
  • deps: qs@6.10.3
  • deps: send@0.18.0

... (truncated)

Commits


Updates express-session from 1.8.2 to 1.17.3

Release notes

Sourced from express-session's releases.

1.17.3

  • Fix resaving already-saved new session at end of request
  • deps: cookie@0.4.2

1.17.2

  • Fix res.end patch to always commit headers
  • deps: cookie@0.4.1
  • deps: safe-buffer@5.2.1

1.17.1

  • Fix internal method wrapping error on failed reloads

1.17.0

  • deps: cookie@0.4.0
    • Add SameSite=None support
  • deps: safe-buffer@5.2.0

1.16.2

  • Fix restoring cookie.originalMaxAge when store returns Date
  • deps: parseurl@~1.3.3

1.16.1

  • Fix error passing data option to Cookie constructor
  • Fix uncaught error from bad session data

1.16.0

  • Catch invalid cookie.maxAge value earlier
  • Deprecate setting cookie.maxAge to a Date object
  • Fix issue where resave: false may not save altered sessions
  • Remove utils-merge dependency
  • Use safe-buffer for improved Buffer API
  • Use Set-Cookie as cookie header name for compatibility
  • deps: depd@~2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
    • perf: remove argument reassignment
  • deps: on-headers@~1.0.2
    • Fix res.writeHead patch missing return value

1.15.6

  • deps: debug@2.6.9
  • deps: parseurl@~1.3.2
    • perf: reduce overhead for full URLs
    • perf: unroll the "fast-path" RegExp
  • deps: uid-safe@~2.1.5
    • perf: remove only trailing =
  • deps: utils-merge@1.0.1

1.15.5

  • Fix TypeError when req.url is an empty string

... (truncated)

Changelog

Sourced from express-session's changelog.

1.17.3 / 2022-05-11

  • Fix resaving already-saved new session at end of request
  • deps: cookie@0.4.2

1.17.2 / 2021-05-19

  • Fix res.end patch to always commit headers
  • deps: cookie@0.4.1
  • deps: safe-buffer@5.2.1

1.17.1 / 2020-04-16

  • Fix internal method wrapping error on failed reloads

1.17.0 / 2019-10-10

  • deps: cookie@0.4.0
    • Add SameSite=None support
  • deps: safe-buffer@5.2.0

1.16.2 / 2019-06-12

  • Fix restoring cookie.originalMaxAge when store returns Date
  • deps: parseurl@~1.3.3

1.16.1 / 2019-04-11

  • Fix error passing data option to Cookie constructor
  • Fix uncaught error from bad session data

1.16.0 / 2019-04-10

  • Catch invalid cookie.maxAge value earlier
  • Deprecate setting cookie.maxAge to a Date object
  • Fix issue where resave: false may not save altered sessions
  • Remove utils-merge dependency
  • Use safe-buffer for improved Buffer API
  • Use Set-Cookie as cookie header name for compatibility
  • deps: depd@~2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
    • perf: remove argument reassignment

... (truncated)

Commits
  • 1010fad 1.17.3
  • 99d6cde Fix resaving already-saved new session at end of request
  • a06b0be build: remove unnecessary entry from package files
  • a1aebf2 build: mocha@10.0.0
  • 08f5dca build: Node.js@16.15
  • 86ed9f3 build: supertest@6.2.3
  • 18a1011 build: support Node.js 18.x
  • 78d1acd build: Node.js@17.9
  • 0704929 docs: add user login example
  • 5df613c docs: document default cookie.sameSite
  • Additional commits viewable in compare view


Updates imager from 0.2.7 to 1.0.0-alpha1

Release notes

Sourced from imager's releases.

1.0.0-alpha1

This release implements imager using es6 generators and graphicsmagick-stream.

You need to be running node >= 0.11.12 to use this release.

The api has changed for both the .upload and .remove methods. Please read the readme on how to use it.

It has only been tested with s3 and not with rackspace. Checkout the generators branch for more...

Changelog

Sourced from imager's changelog.

0.4.0 / 2014-09-19

  • Drop support for node 0.8.x

0.3.0 / 2014-09-19

  • Update dependencies
    • async@^0.9.0
    • gm@^1.16.0
    • knox@^0.9.1
    • lodash@^2.4.1
    • mime@^1.2.11
    • pkgcloud@^0.9.6
Commits
  • 58d9a8c update readme todos
  • 24087ba add .remove() docs, api and tests
  • 415c935 update readme
  • f5c5a88 add tests for uploading without presets
  • 97e19ec update readme
  • b6447d0 update readme
  • b4c2efe allow uploading original image if presets are not provided
  • 2d63fec update readme about preset options
  • 86516e8 update readme
  • fff25f3 add option to upload original file without processing
  • Additional commits viewable in compare view


Updates supertest from 0.13.0 to 6.3.3

Release notes

Sourced from supertest's releases.

v6.3.3

  • chore: bump deps 2910f73

https://github.com/visionmedia/supertest/compare/v6.3.2...v6.3.3

v6.3.2

  • docs: added maintainer note e24875d
  • docs: fixed links 5b59ddc

https://github.com/visionmedia/supertest/compare/v6.3.1...v6.3.2

v6.3.1

  • fix: bump superagent (closes #798) 25122e6

https://github.com/visionmedia/supertest/compare/v6.3.0...v6.3.1

v6.3.0

  • fix: lint package.json, added files array 20adbc1
  • Merge pull request #793 from lamweili/feat/http2 22b89b6
  • Merge pull request #795 from lamweili/code-coverage a225e95
  • Merge pull request #794 from lamweili/migrate-cov fa129dc
  • test(#767): 100% code coverage 9c5bd92
  • ci: migrated code coverage from coveralls to codecov 46e6feb
  • feat: supports http2 da57804
  • Merge pull request #767 from alexandre-abrioux/expect-stacktrace e064b5a
  • Merge pull request #774 from jmccure/update-promise-example-readme ba4b43b
  • Merge pull request #792 from lamweili/refactor/test b8c2e29
  • ci: added ci da1e842
  • refactor(test): do not hardcode any ports, use ephemeral ports 8847310
  • refactor(test): do not have both s and server, renamed to server for consistency c1c4402
  • test: 100% test coverage 8bf4c14
  • refactor(TestAgent): removed the host param when creating Test object 1c8930d
  • feat(TestAgent): decoupled TestAgent and superagent&#39;s Agent to support more than ca, key, cert 5e23869
  • fix(TestAgent): attach cookies to agent after plugin is used 6d9b9cb
  • Update promise example to work with Mocha 5862fe6
  • fix: add stacktrace to failed expect function call 3dba4e9
  • test: add failing test b24da85

https://github.com/visionmedia/supertest/compare/v6.2.4...v6.3.0

v6.2.4

  • chore: bump deps f411b02
  • chore: bump deps 5e54761

https://github.com/visionmedia/supertest/compare/v6.2.3...v6.2.4

v6.2.3

  • chore: bump deps 6329e2d
  • Merge pull request #759 from francescobarbera/master e6d371c
  • docs: add an example for complex object in multipart upload 729e818

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by titanism, a new releaser for supertest 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 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/fyyyyy/tabloro/network/alerts).