mysmartgrid / hexabus

The HexaBus Project: An IPv6-based home automation bus. We develop both hard- and software for the future of home automation.
http://hexabus.net
49 stars 15 forks source link

Bump request from 2.33.0 to 2.47.0 in /hostsoftware/hexanode/webfrontend #264

Open dependabot[bot] opened 4 years ago

dependabot[bot] commented 4 years ago

Bumps request from 2.33.0 to 2.47.0.

Changelog *Sourced from [request's changelog](https://github.com/request/request/blob/master/CHANGELOG.md).* > ### v2.47.0 (2014/10/26) > - [#1222](https://github-redirect.dependabot.com/request/request/pull/1222) Move from mikeal/request to request/request ([@​nylen](https://github.com/nylen)) > - [#1220](https://github-redirect.dependabot.com/request/request/pull/1220) update qs dependency to 2.3.1 ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1212](https://github-redirect.dependabot.com/request/request/pull/1212) Improve tests/test-timeout.js ([@​nylen](https://github.com/nylen)) > - [#1219](https://github-redirect.dependabot.com/request/request/pull/1219) remove old globalAgent workaround for node 0.4 ([@​request](https://github.com/request)) > - [#1214](https://github-redirect.dependabot.com/request/request/pull/1214) Remove cruft left over from optional dependencies ([@​nylen](https://github.com/nylen)) > - [#1215](https://github-redirect.dependabot.com/request/request/pull/1215) Add proxyHeaderExclusiveList option for proxy-only headers. ([@​RReverser](https://github.com/RReverser)) > - [#1211](https://github-redirect.dependabot.com/request/request/pull/1211) Allow 'Host' header instead of 'host' and remember case across redirects ([@​nylen](https://github.com/nylen)) > - [#1208](https://github-redirect.dependabot.com/request/request/pull/1208) Improve release script ([@​nylen](https://github.com/nylen)) > - [#1213](https://github-redirect.dependabot.com/request/request/pull/1213) Support for custom cookie store ([@​nylen](https://github.com/nylen), [@​mitsuru](https://github.com/mitsuru)) > - [#1197](https://github-redirect.dependabot.com/request/request/pull/1197) Clean up some code around setting the agent ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1209](https://github-redirect.dependabot.com/request/request/pull/1209) Improve multipart form append test ([@​simov](https://github.com/simov)) > - [#1207](https://github-redirect.dependabot.com/request/request/pull/1207) Update changelog ([@​nylen](https://github.com/nylen)) > - [#1185](https://github-redirect.dependabot.com/request/request/pull/1185) Stream multipart/related bodies ([@​simov](https://github.com/simov)) > > ### v2.46.0 (2014/10/23) > - [#1198](https://github-redirect.dependabot.com/request/request/pull/1198) doc for TLS/SSL protocol options ([@​shawnzhu](https://github.com/shawnzhu)) > - [#1200](https://github-redirect.dependabot.com/request/request/pull/1200) Add a Gitter chat badge to README.md ([@​gitter-badger](https://github.com/gitter-badger)) > - [#1196](https://github-redirect.dependabot.com/request/request/pull/1196) Upgrade taper test reporter to v0.3.0 ([@​nylen](https://github.com/nylen)) > - [#1199](https://github-redirect.dependabot.com/request/request/pull/1199) Fix lint error: undeclared var i ([@​nylen](https://github.com/nylen)) > - [#1191](https://github-redirect.dependabot.com/request/request/pull/1191) Move self.proxy decision logic out of init and into a helper ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1190](https://github-redirect.dependabot.com/request/request/pull/1190) Move _buildRequest() logic back into init ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1186](https://github-redirect.dependabot.com/request/request/pull/1186) Support Smarter Unix URL Scheme ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1178](https://github-redirect.dependabot.com/request/request/pull/1178) update form documentation for new usage ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1180](https://github-redirect.dependabot.com/request/request/pull/1180) Enable no-mixed-requires linting rule ([@​nylen](https://github.com/nylen)) > - [#1184](https://github-redirect.dependabot.com/request/request/pull/1184) Don't forward authorization header across redirects to different hosts ([@​nylen](https://github.com/nylen)) > - [#1183](https://github-redirect.dependabot.com/request/request/pull/1183) Correct README about pre and postamble CRLF using multipart and not mult... ([@​netpoetica](https://github.com/netpoetica)) > - [#1179](https://github-redirect.dependabot.com/request/request/pull/1179) Lint tests directory ([@​nylen](https://github.com/nylen)) > - [#1169](https://github-redirect.dependabot.com/request/request/pull/1169) add metadata for form-data file field ([@​dotcypress](https://github.com/dotcypress)) > - [#1173](https://github-redirect.dependabot.com/request/request/pull/1173) remove optional dependencies ([@​seanstrom](https://github.com/seanstrom)) > - [#1165](https://github-redirect.dependabot.com/request/request/pull/1165) Cleanup event listeners and remove function creation from init ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1174](https://github-redirect.dependabot.com/request/request/pull/1174) update the request.cookie docs to have a valid cookie example ([@​seanstrom](https://github.com/seanstrom)) > - [#1168](https://github-redirect.dependabot.com/request/request/pull/1168) create a detach helper and use detach helper in replace of nextTick ([@​seanstrom](https://github.com/seanstrom)) > - [#1171](https://github-redirect.dependabot.com/request/request/pull/1171) in post can send form data and use callback ([@​MiroRadenovic](https://github.com/MiroRadenovic)) > - [#1159](https://github-redirect.dependabot.com/request/request/pull/1159) accept charset for x-www-form-urlencoded content-type ([@​seanstrom](https://github.com/seanstrom)) > - [#1157](https://github-redirect.dependabot.com/request/request/pull/1157) Update README.md: body with json=true ([@​Rob](https://github.com/Rob)--W) > - [#1164](https://github-redirect.dependabot.com/request/request/pull/1164) Disable tests/test-timeout.js on Travis ([@​nylen](https://github.com/nylen)) > - [#1153](https://github-redirect.dependabot.com/request/request/pull/1153) Document how to run a single test ([@​nylen](https://github.com/nylen)) > - [#1144](https://github-redirect.dependabot.com/request/request/pull/1144) adds documentation for the "response" event within the streaming section ([@​tbuchok](https://github.com/tbuchok)) > - [#1162](https://github-redirect.dependabot.com/request/request/pull/1162) Update eslintrc file to no longer allow past errors ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1155](https://github-redirect.dependabot.com/request/request/pull/1155) Support/use self everywhere ([@​seanstrom](https://github.com/seanstrom)) > - [#1161](https://github-redirect.dependabot.com/request/request/pull/1161) fix no-use-before-define lint warnings ([@​emkay](https://github.com/emkay)) > - [#1156](https://github-redirect.dependabot.com/request/request/pull/1156) adding curly brackets to get rid of lint errors ([@​emkay](https://github.com/emkay)) > - [#1151](https://github-redirect.dependabot.com/request/request/pull/1151) Fix localAddress test on OS X ([@​nylen](https://github.com/nylen)) > - [#1145](https://github-redirect.dependabot.com/request/request/pull/1145) documentation: fix outdated reference to setCookieSync old name in README ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1131](https://github-redirect.dependabot.com/request/request/pull/1131) Update pool documentation ([@​FredKSchott](https://github.com/FredKSchott)) > - [#1143](https://github-redirect.dependabot.com/request/request/pull/1143) Rewrite all tests to use tape ([@​nylen](https://github.com/nylen)) > - [#1137](https://github-redirect.dependabot.com/request/request/pull/1137) Add ability to specifiy querystring lib in options. ([@​jgrund](https://github.com/jgrund)) > - [#1138](https://github-redirect.dependabot.com/request/request/pull/1138) allow hostname and port in place of host on uri ([@​cappslock](https://github.com/cappslock)) > - [#1134](https://github-redirect.dependabot.com/request/request/pull/1134) Fix multiple redirects and `self.followRedirect` ([@​blakeembrey](https://github.com/blakeembrey)) > ... (truncated)
Commits - [`b3828cc`](https://github.com/request/request/commit/b3828cc9bb7b3b68f58fbbe61ec813203049a9f5) 2.47.0 - [`6762115`](https://github.com/request/request/commit/6762115b1ce9f51c43394fa05e66d3c1c95ce71f) Merge pull request [#1222](https://github-redirect.dependabot.com/request/request/issues/1222) from nylen/move-to-org - [`ed47d6b`](https://github.com/request/request/commit/ed47d6b3106542c56812a805da3e6852254c78f2) Move from mikeal/request to request/request - [`7ca8913`](https://github.com/request/request/commit/7ca8913f40e102f21e2d15548cf2bd7a8e3ad5b7) Merge pull request [#1220](https://github-redirect.dependabot.com/request/request/issues/1220) from FredKSchott/update-qs - [`f16c60f`](https://github.com/request/request/commit/f16c60fdff40b20c3e72f9cd48475ea3634fc470) update qs dependency to 2.3.1 - [`f80e559`](https://github.com/request/request/commit/f80e55938ef807b5a84ca57b27265e24877fe46e) Merge pull request [#1212](https://github-redirect.dependabot.com/request/request/issues/1212) from nylen/tests-improve-timeout - [`fda46e6`](https://github.com/request/request/commit/fda46e66f44f4052165164cfebcd4f7a984aeca8) Merge pull request [#1219](https://github-redirect.dependabot.com/request/request/issues/1219) from request/remove-old-0.4-workaround - [`33156e8`](https://github.com/request/request/commit/33156e8004d83d072b40c5b5f1dbfd2797cd9ed0) remove old globalAgent workaround for node 0.4 - [`eec6c80`](https://github.com/request/request/commit/eec6c8092042d1e61815465c4273f6796f14aa07) Merge pull request [#1214](https://github-redirect.dependabot.com/request/request/issues/1214) from nylen/remove-optional-cruft - [`c564324`](https://github.com/request/request/commit/c564324befd9cd14701f74bce3a7a5209c452ae1) Remove cruft left over from optional dependencies - Additional commits viewable in [compare view](https://github.com/request/request/compare/v2.33.0...v2.47.0)
Maintainer changes This version was pushed to npm by [nylen](https://www.npmjs.com/~nylen), a new releaser for request since your current version.


Dependabot compatibility score

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/mysmartgrid/hexabus/network/alerts).