opentok-node
opentok-node copied to clipboard
Update dependency body-parser
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| body-parser | dependencies | minor | ~1.12.0 -> ~1.15.0 |
| body-parser | dependencies | minor | ^1.12.4 -> ^1.18.2 |
By merging this PR, the issue #271 will be automatically resolved and closed:
| Severity | CVE | |
|---|---|---|
Medium |
5.3 | CVE-2017-1000048 |
By merging this PR, the issue #271 will be automatically resolved and closed:
| Severity | CVE | |
|---|---|---|
Medium |
5.3 | CVE-2017-16137 |
Release Notes
expressjs/body-parser
v1.15.0
===================
- deps: http-errors@~1.4.0
- Add
HttpErrorexport, forerr instanceof createError.HttpError - deps: [email protected]
- deps: statuses@'>= 1.2.1 < 2'
- Add
- deps: [email protected]
- deps: type-is@~1.6.11
- deps: mime-types@~2.1.9
v1.14.2
===================
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: raw-body@~2.1.5
- deps: [email protected]
- deps: [email protected]
- deps: type-is@~1.6.10
- deps: mime-types@~2.1.8
v1.14.1
===================
- Fix issue where invalid charset results in 400 when
verifyused - deps: [email protected]
- Fix CESU-8 decoding in Node.js 4.x
- deps: raw-body@~2.1.4
- Fix masking critical errors from
iconv-lite - deps: [email protected]
- Fix masking critical errors from
- deps: type-is@~1.6.9
- deps: mime-types@~2.1.7
v1.14.0
===================
- Fix JSON strict parse error to match syntax errors
- Provide static
requireanalysis inurlencodedparser - deps: depd@~1.1.0
- Support web browser loading
- deps: [email protected]
- deps: raw-body@~2.1.3
- Fix sync callback when attaching data listener causes sync read
- deps: type-is@~1.6.8
- Fix type error when given invalid type to match against
- deps: mime-types@~2.1.6
v1.13.3
===================
- deps: type-is@~1.6.6
- deps: mime-types@~2.1.4
v1.13.2
===================
- deps: [email protected]
- deps: [email protected]
- Fix dropping parameters like
hasOwnProperty - Fix user-visible incompatibilities from 3.1.0
- Fix various parsing edge cases
- Fix dropping parameters like
- deps: raw-body@~2.1.2
- Fix error stack traces to skip
makeError - deps: [email protected]
- Fix error stack traces to skip
- deps: type-is@~1.6.4
- deps: mime-types@~2.1.2
- perf: enable strict mode
- perf: remove argument reassignment
v1.13.1
===================
- deps: [email protected]
- Downgraded from 3.1.0 because of user-visible incompatibilities
v1.13.0
===================
- Add
statusCodeproperty onErrors, in addition tostatus - Change
typedefault toapplication/jsonfor JSON parser - Change
typedefault toapplication/x-www-form-urlencodedfor urlencoded parser - Provide static
requireanalysis - Use the
http-errorsmodule to generate errors - deps: [email protected]
- Slight optimizations
- deps: [email protected]
- The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails
- Leading BOM is now removed when decoding
- deps: on-finished@~2.3.0
- Add defined behavior for HTTP
CONNECTrequests - Add defined behavior for HTTP
Upgraderequests - deps: [email protected]
- Add defined behavior for HTTP
- deps: [email protected]
- Fix dropping parameters like
hasOwnProperty - Fix various parsing edge cases
- Parsed object now has
nullprototype
- Fix dropping parameters like
- deps: raw-body@~2.1.1
- Use
unpipemodule for unpiping requests - deps: [email protected]
- Use
- deps: type-is@~1.6.3
- deps: mime-types@~2.1.1
- perf: reduce try block size
- perf: remove bitwise operations
- perf: enable strict mode
- perf: remove argument reassignment
- perf: remove delete call
v1.12.4
===================
- deps: debug@~2.2.0
- deps: [email protected]
- Fix allowing parameters like
constructor
- Fix allowing parameters like
- deps: on-finished@~2.2.1
- deps: raw-body@~2.0.1
- Fix a false-positive when unpiping in Node.js 0.8
- deps: [email protected]
- deps: type-is@~1.6.2
- deps: mime-types@~2.0.11
v1.12.3
===================
- Slight efficiency improvement when not debugging
- deps: depd@~1.0.1
- deps: [email protected]
- Add encoding alias UNICODE-1-1-UTF-7
- deps: [email protected]
- Fix hanging callback if request aborts during read
- deps: [email protected]
v1.12.2
===================
- deps: [email protected]
- Fix error when parameter
hasOwnPropertyis present
- Fix error when parameter
v1.12.1
===================
- deps: debug@~2.1.3
- Fix high intensity foreground color for bold
- deps: [email protected]
- deps: type-is@~1.6.1
- deps: mime-types@~2.0.10
- [ ] If you want to rebase/retry this PR, click this checkbox.
Medium