Changelog
*Sourced from [express's changelog](https://github.com/expressjs/express/blob/master/History.md).*
> 3.11.0 / 2014-06-19
> ===================
>
> * deprecate things with `depd` module
> * deps: buffer-crc32@0.2.3
> * deps: connect@2.20.2
> - deprecate `verify` option to `json` -- use `body-parser` npm module instead
> - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead
> - deprecate things with `depd` module
> - use `finalhandler` for final response handling
> - use `media-typer` to parse `content-type` for charset
> - deps: body-parser@1.4.3
> - deps: connect-timeout@1.1.1
> - deps: cookie-parser@1.3.1
> - deps: csurf@1.2.2
> - deps: errorhandler@1.1.0
> - deps: express-session@1.4.0
> - deps: multiparty@3.2.9
> - deps: serve-index@1.1.2
> - deps: type-is@1.3.1
> - deps: vhost@2.0.0
>
> 3.10.5 / 2014-06-11
> ===================
>
> * deps: connect@2.19.6
> - deps: body-parser@1.3.1
> - deps: compression@1.0.7
> - deps: debug@1.0.2
> - deps: serve-index@1.1.1
> - deps: serve-static@1.2.3
> * deps: debug@1.0.2
> * deps: send@0.4.3
> - Do not throw uncatchable error on file open race condition
> - Use `escape-html` for HTML escaping
> - deps: debug@1.0.2
> - deps: finished@1.2.2
> - deps: fresh@0.2.2
>
> 3.10.4 / 2014-06-09
> ===================
>
> * deps: connect@2.19.5
> - fix "event emitter leak" warnings
> - deps: csurf@1.2.1
> - deps: debug@1.0.1
> - deps: serve-static@1.2.2
> - deps: type-is@1.2.1
> * deps: debug@1.0.1
> * deps: send@0.4.2
> ... (truncated)
Commits
- [`2a105df`](https://github.com/expressjs/express/commit/2a105df9f2bae5d2b0e5af64fc0367a159fe42f2) 3.11.0
- [`9c731f1`](https://github.com/expressjs/express/commit/9c731f1883a837ca2f46ddcf476bfdce60e82fb3) deprecate things with depd module
- [`5a4e912`](https://github.com/expressjs/express/commit/5a4e9125decbc6391fc0fa931b9a87b4930b1bab) deps: connect@2.20.2
- [`9db1367`](https://github.com/expressjs/express/commit/9db1367c2da82a7103151df2bd1f11ad0301e10f) deps: buffer-crc32@0.2.3
- [`73c5533`](https://github.com/expressjs/express/commit/73c5533e665743d305e266eee134c48d88d2dcfd) 3.10.5
- [`3b1f747`](https://github.com/expressjs/express/commit/3b1f747f9606d498e0c659a2e400831927959136) deps: send@0.4.3
- [`9e9827d`](https://github.com/expressjs/express/commit/9e9827d2365ee9ce5250736c3c5645a5fd89e374) deps: debug@1.0.2
- [`a76d508`](https://github.com/expressjs/express/commit/a76d5084246a0ea74ce823c7ef316dabb7d74520) deps: connect@2.19.6
- [`f881784`](https://github.com/expressjs/express/commit/f881784e9b762996be802c249ad8dc72889e9650) 3.10.4
- [`5af6259`](https://github.com/expressjs/express/commit/5af625903f6e2e5dbfefc1add40e380101a0ef27) deps: send@0.4.2
- Additional commits viewable in [compare view](https://github.com/expressjs/express/compare/3.3.8...3.11.0)
Maintainer changes
This version was pushed to npm by [dougwilson](https://www.npmjs.com/~dougwilson), a new releaser for express 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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/dbankier/TiShadow/network/alerts).
Bumps express from 3.3.8 to 3.11.0.
Changelog
*Sourced from [express's changelog](https://github.com/expressjs/express/blob/master/History.md).* > 3.11.0 / 2014-06-19 > =================== > > * deprecate things with `depd` module > * deps: buffer-crc32@0.2.3 > * deps: connect@2.20.2 > - deprecate `verify` option to `json` -- use `body-parser` npm module instead > - deprecate `verify` option to `urlencoded` -- use `body-parser` npm module instead > - deprecate things with `depd` module > - use `finalhandler` for final response handling > - use `media-typer` to parse `content-type` for charset > - deps: body-parser@1.4.3 > - deps: connect-timeout@1.1.1 > - deps: cookie-parser@1.3.1 > - deps: csurf@1.2.2 > - deps: errorhandler@1.1.0 > - deps: express-session@1.4.0 > - deps: multiparty@3.2.9 > - deps: serve-index@1.1.2 > - deps: type-is@1.3.1 > - deps: vhost@2.0.0 > > 3.10.5 / 2014-06-11 > =================== > > * deps: connect@2.19.6 > - deps: body-parser@1.3.1 > - deps: compression@1.0.7 > - deps: debug@1.0.2 > - deps: serve-index@1.1.1 > - deps: serve-static@1.2.3 > * deps: debug@1.0.2 > * deps: send@0.4.3 > - Do not throw uncatchable error on file open race condition > - Use `escape-html` for HTML escaping > - deps: debug@1.0.2 > - deps: finished@1.2.2 > - deps: fresh@0.2.2 > > 3.10.4 / 2014-06-09 > =================== > > * deps: connect@2.19.5 > - fix "event emitter leak" warnings > - deps: csurf@1.2.1 > - deps: debug@1.0.1 > - deps: serve-static@1.2.2 > - deps: type-is@1.2.1 > * deps: debug@1.0.1 > * deps: send@0.4.2 > ... (truncated)Commits
- [`2a105df`](https://github.com/expressjs/express/commit/2a105df9f2bae5d2b0e5af64fc0367a159fe42f2) 3.11.0 - [`9c731f1`](https://github.com/expressjs/express/commit/9c731f1883a837ca2f46ddcf476bfdce60e82fb3) deprecate things with depd module - [`5a4e912`](https://github.com/expressjs/express/commit/5a4e9125decbc6391fc0fa931b9a87b4930b1bab) deps: connect@2.20.2 - [`9db1367`](https://github.com/expressjs/express/commit/9db1367c2da82a7103151df2bd1f11ad0301e10f) deps: buffer-crc32@0.2.3 - [`73c5533`](https://github.com/expressjs/express/commit/73c5533e665743d305e266eee134c48d88d2dcfd) 3.10.5 - [`3b1f747`](https://github.com/expressjs/express/commit/3b1f747f9606d498e0c659a2e400831927959136) deps: send@0.4.3 - [`9e9827d`](https://github.com/expressjs/express/commit/9e9827d2365ee9ce5250736c3c5645a5fd89e374) deps: debug@1.0.2 - [`a76d508`](https://github.com/expressjs/express/commit/a76d5084246a0ea74ce823c7ef316dabb7d74520) deps: connect@2.19.6 - [`f881784`](https://github.com/expressjs/express/commit/f881784e9b762996be802c249ad8dc72889e9650) 3.10.4 - [`5af6259`](https://github.com/expressjs/express/commit/5af625903f6e2e5dbfefc1add40e380101a0ef27) deps: send@0.4.2 - Additional commits viewable in [compare view](https://github.com/expressjs/express/compare/3.3.8...3.11.0)Maintainer changes
This version was pushed to npm by [dougwilson](https://www.npmjs.com/~dougwilson), a new releaser for express 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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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/dbankier/TiShadow/network/alerts).