Closed renovate[bot] closed 6 years ago
This Pull Request updates dependency body-parser from v1.15.2 to v1.18.3
v1.15.2
v1.18.3
This PR has been generated by Renovate Bot.
This Pull Request updates dependency body-parser from
v1.15.2
tov1.18.3
Release Notes
### [`v1.18.3`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1183--2018-05-14) [Compare Source](https://github.com/expressjs/body-parser/compare/1.18.2...1.18.3) =================== * Fix stack trace for strict json parse error * deps: depd@~1.1.2 - perf: remove argument reassignment * deps: http-errors@~1.6.3 - deps: depd@~1.1.2 - deps: setprototypeof@1.1.0 - deps: statuses@'>= 1.3.1 < 2' * deps: iconv-lite@0.4.23 - Fix loading encoding with year appended - Fix deprecation warnings on Node.js 10+ * deps: qs@6.5.2 * deps: raw-body@2.3.3 - deps: http-errors@1.6.3 - deps: iconv-lite@0.4.23 * deps: type-is@~1.6.16 - deps: mime-types@~2.1.18 --- ### [`v1.18.2`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1182--2017-09-22) [Compare Source](https://github.com/expressjs/body-parser/compare/1.18.1...1.18.2) =================== * deps: debug@2.6.9 * perf: remove argument reassignment --- ### [`v1.18.1`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1181--2017-09-12) [Compare Source](https://github.com/expressjs/body-parser/compare/1.18.0...1.18.1) =================== * deps: content-type@~1.0.4 - perf: remove argument reassignment - perf: skip parameter parsing when no parameters * deps: iconv-lite@0.4.19 - Fix ISO-8859-1 regression - Update Windows-1255 * deps: qs@6.5.1 - Fix parsing & compacting very deep objects * deps: raw-body@2.3.2 - deps: iconv-lite@0.4.19 --- ### [`v1.18.0`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1180--2017-09-08) [Compare Source](https://github.com/expressjs/body-parser/compare/1.17.2...1.18.0) =================== * Fix JSON strict violation error to match native parse error * Include the `body` property on verify errors * Include the `type` property on all generated errors * Use `http-errors` to set status code on errors * deps: bytes@3.0.0 * deps: debug@2.6.8 * deps: depd@~1.1.1 - Remove unnecessary `Buffer` loading * deps: http-errors@~1.6.2 - deps: depd@1.1.1 * deps: iconv-lite@0.4.18 - Add support for React Native - Add a warning if not loaded as utf-8 - Fix CESU-8 decoding in Node.js 8 - Improve speed of ISO-8859-1 encoding * deps: qs@6.5.0 * deps: raw-body@2.3.1 - Use `http-errors` for standard emitted errors - deps: bytes@3.0.0 - deps: iconv-lite@0.4.18 - perf: skip buffer decoding on overage chunk * perf: prevent internal `throw` when missing charset --- ### [`v1.17.2`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1172--2017-05-17) [Compare Source](https://github.com/expressjs/body-parser/compare/1.17.1...1.17.2) =================== * deps: debug@2.6.7 - Fix `DEBUG_MAX_ARRAY_LENGTH` - deps: ms@2.0.0 * deps: type-is@~1.6.15 - deps: mime-types@~2.1.15 --- ### [`v1.17.1`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1171--2017-03-06) [Compare Source](https://github.com/expressjs/body-parser/compare/1.17.0...1.17.1) =================== * deps: qs@6.4.0 - Fix regression parsing keys starting with `[` --- ### [`v1.17.0`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1170--2017-03-01) [Compare Source](https://github.com/expressjs/body-parser/compare/1.16.1...1.17.0) =================== * deps: http-errors@~1.6.1 - Make `message` property enumerable for `HttpError`s - deps: setprototypeof@1.0.3 * deps: qs@6.3.1 - Fix compacting nested arrays --- ### [`v1.16.1`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1161--2017-02-10) [Compare Source](https://github.com/expressjs/body-parser/compare/1.16.0...1.16.1) =================== * deps: debug@2.6.1 - Fix deprecation messages in WebStorm and other editors - Undeprecate `DEBUG_FD` set to `1` or `2` --- ### [`v1.16.0`](https://github.com/expressjs/body-parser/blob/master/CHANGELOG.md#1160--2017-01-17) [Compare Source](https://github.com/expressjs/body-parser/compare/1.15.2...1.16.0) =================== * deps: debug@2.6.0 - Allow colors in workers - Deprecated `DEBUG_FD` environment variable - Fix error when running under React Native - Use same color for same namespace - deps: ms@0.7.2 * deps: http-errors@~1.5.1 - deps: inherits@2.0.3 - deps: setprototypeof@1.0.2 - deps: statuses@'>= 1.3.1 < 2' * deps: iconv-lite@0.4.15 - Added encoding MS-31J - Added encoding MS-932 - Added encoding MS-936 - Added encoding MS-949 - Added encoding MS-950 - Fix GBK/GB18030 handling of Euro character * deps: qs@6.2.1 - Fix array parsing from skipping empty values * deps: raw-body@~2.2.0 - deps: iconv-lite@0.4.15 * deps: type-is@~1.6.14 - deps: mime-types@~2.1.13 ---This PR has been generated by Renovate Bot.