Closed dependabot[bot] closed 4 years ago
@dependabot squash and merge
On Mon, Sep 7, 2020 at 2:06 PM dependabot[bot] notifications@github.com wrote:
This automated pull request fixes a security vulnerability https://github.com/hasadna/reportit-agent/network/alert/package-lock.json/http-proxy/open (high severity).
Learn more about Dependabot security updates https://docs.github.com/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates.
Bumps http-proxy https://github.com/http-party/node-http-proxy from 1.17.0 to 1.18.1. Changelog
Sourced from http-proxy's changelog https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md.
v1.18.1 https://github.com/http-party/node-http-proxy/compare/1.18.0...v1.18.1
2020-05-17 Merged
- Skip sending the proxyReq event when the expect header is present #1447 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1447
- Remove node6 support, add node12 to build #1397 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1397
1.18.0 https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.0 - 2019-09-18 Merged
- Added in auto-changelog module set to keepachangelog format #1373 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1373
- fix 'Modify Response' readme section to avoid unnecessary array copying #1300 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1300
- Fix incorrect target name for reverse proxy example #1135 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1135
- Fix modify response middleware example #1139 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1139
- [dist] Update dependency async to v3 #1359 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1359
- Fix path to local http-proxy in examples. #1072 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1072
- fix reverse-proxy example require path #1067 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1067
- Update README.md #970 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/970
- [dist] Update dependency request to ~2.88.0 [SECURITY] #1357 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1357
- [dist] Update dependency eventemitter3 to v4 #1365 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1365
- [dist] Update dependency colors to v1 #1360 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1360
- [dist] Update all non-major dependencies #1356 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1356
- [dist] Update dependency agentkeepalive to v4 #1358 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1358
- [dist] Update dependency nyc to v14 #1367 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1367
- [dist] Update dependency concat-stream to v2 #1363 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1363
- x-forwarded-host overwrite for mutli level proxies #1267 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1267
- [refactor doc] Complete rename to http-party org. #1362 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1362
- Highlight correct lines for createProxyServer #1117 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1117
- Fix docs for rewrite options - 201 also handled #1147 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1147
- Update .nyc_output #1339 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1339
- Configure Renovate #1355 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1355
- [examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded #1264 https://github-redirect.dependabot.com/http-party/node-http-proxy/pull/1264
Commits
- [dist] New test fixtures. 7e4a0e5 https://github.com/http-party/node-http-proxy/commit/7e4a0e511bc30c059216860153301de2cdd1e97f
- [dist] End of an era. a9b09cc https://github.com/http-party/node-http-proxy/commit/a9b09cce43f072db99fb5170030a05536177ccb7
- [dist] Version bump. 1.18.0 9bbe486 https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345
- [fix] Latest versions. 59c4403 https://github.com/http-party/node-http-proxy/commit/59c4403e9dc15ab9b19ee2a3f4aecbfc6c3d94c4
- [fix test] Update tests. dd1d08b https://github.com/http-party/node-http-proxy/commit/dd1d08b6319d1def729554446a5b0176978a8dad
- [dist] Update dependency ws to v3 [SECURITY] b00911c https://github.com/http-party/node-http-proxy/commit/b00911c93740a00c5cfbacbb91565cb6912ed255
- [dist] .gitattributes all the things. fc93520 https://github.com/http-party/node-http-proxy/commit/fc93520d741ec80be8ae31ca005f3e9c199e330e
- [dist] Regenerate package-lock.json. 16d4f8a https://github.com/http-party/node-http-proxy/commit/16d4f8a95162b2e2e4ee6657c500f1208c044b2d
Commits
- 9b96cd7 https://github.com/http-party/node-http-proxy/commit/9b96cd725127a024dabebec6c7ea8c807272223d 1.18.1
- 335aeeb https://github.com/http-party/node-http-proxy/commit/335aeeba2f0c286dc89c402eeb76af47834c89a3 Skip sending the proxyReq event when the expect header is present (
1447
https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1447 )
- dba3966 https://github.com/http-party/node-http-proxy/commit/dba39668ba4c9ad461316e834b2d64b77e1ca88e Remove node6 support, add node12 to build (#1397 https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1397 )
- 9bbe486 https://github.com/http-party/node-http-proxy/commit/9bbe486c5efcc356fb4d189ef38eee275bbde345 [dist] Version bump. 1.18.0
- 6e4bef4 https://github.com/http-party/node-http-proxy/commit/6e4bef4d1cd96e7a284717941e0fc274acbd3712 Added in auto-changelog module set to keepachangelog format (#1373 https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1373 )
- d056241 https://github.com/http-party/node-http-proxy/commit/d05624167ce75e860770c13afeacec2ce0f67add fix 'Modify Response' readme section to avoid unnecessary array copying (
1300
https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1300 )
- 244303b https://github.com/http-party/node-http-proxy/commit/244303b994525684e1ec8dff2e8055f89b62b1ee Fix incorrect target name for reverse proxy example (#1135 https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1135 )
- b4028ba https://github.com/http-party/node-http-proxy/commit/b4028ba78bc4616e6969e0e66b0fe4634849b68b Fix modify response middleware example (#1139 https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1139 )
- 77a9815 https://github.com/http-party/node-http-proxy/commit/77a98159d2da0f20a03e2819c79662f36069f234 [dist] Update dependency async to v3 (#1359 https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1359 )
- c662f9e https://github.com/http-party/node-http-proxy/commit/c662f9ebcd8d623db374dbc7bef231b2b0af0c3a Fix path to local http-proxy in examples. (#1072 https://github-redirect.dependabot.com/http-party/node-http-proxy/issues/1072 )
- Additional commits viewable in compare view https://github.com/http-party/node-http-proxy/compare/1.17.0...1.18.1
[image: Dependabot compatibility score] https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates
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/hasadna/reportit-agent/network/alerts.
You can view, comment on, or merge this pull request online at:
https://github.com/hasadna/reportit-agent/pull/85 Commit Summary
- build(deps): bump http-proxy from 1.17.0 to 1.18.1
File Changes
- M package-lock.json https://github.com/hasadna/reportit-agent/pull/85/files#diff-32607347f8126e6534ebc7ebaec4853d (22)
Patch Links:
- https://github.com/hasadna/reportit-agent/pull/85.patch
- https://github.com/hasadna/reportit-agent/pull/85.diff
— You are receiving this because you have alerting access. Reply to this email directly, view it on GitHub https://github.com/hasadna/reportit-agent/pull/85, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACAY5JENCHELCLWQVXCJPLSES5EPANCNFSM4Q57ITAA .
Bumps http-proxy from 1.17.0 to 1.18.1.
Changelog
Sourced from http-proxy's changelog.
Commits
9b96cd7
1.18.1335aeeb
Skip sending the proxyReq event when the expect header is present (#1447)dba3966
Remove node6 support, add node12 to build (#1397)9bbe486
[dist] Version bump. 1.18.06e4bef4
Added in auto-changelog module set to keepachangelog format (#1373)d056241
fix 'Modify Response' readme section to avoid unnecessary array copying (#1300)244303b
Fix incorrect target name for reverse proxy example (#1135)b4028ba
Fix modify response middleware example (#1139)77a9815
[dist] Update dependency async to v3 (#1359)c662f9e
Fix path to local http-proxy in examples. (#1072)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/hasadna/reportit-agent/network/alerts).