Release notes
*Sourced from [https-proxy-agent's releases](https://github.com/TooTallNate/node-https-proxy-agent/releases).*
> ## 2.2.2
> ### Patches
>
> - Remove `package-lock.json`: c881009b9873707f5c4a0e9c277dde588e1139c7
> - Ignore test directory, History.md and .travis.yml when creating npm package. Fixes [#42](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/42): [#45](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/45)
> - Update `agent-base` to v4.2: [#50](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/50)
> - Add TypeScript type definitions: [#66](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/66)
> - Feat(typescript): Allow input to be options or string: [#68](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/68)
> - Update `agent-base` to v4.3: [#69](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/69)
>
> ### Credits
>
> Huge thanks to [@marco-c](https://github.com/marco-c), [@tareqhs](https://github.com/tareqhs), [@ianhowe76](https://github.com/ianhowe76), and [@BYK](https://github.com/BYK) for helping!
>
> ## 2.2.1
> ### Patches
>
> - Add `defaultPort` field: [#43](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/43)
>
> ### Credits
>
> Huge thanks to [@jan-auer](https://github.com/jan-auer) for helping!
>
> ## 2.2.0
> ### Minor Changes
>
> - Use `Buffer.from()`: 1c24219df87524e6ed973127e81f30801d658f07
> - Add "engines" to package.json: a27792225b652c5483247c96654d40bda27873d0
Commits
- [`e145714`](https://github.com/TooTallNate/node-https-proxy-agent/commit/e1457142b9978b7491af0c6a505985aea2aa35c5) 2.2.2
- [`4a7ea92`](https://github.com/TooTallNate/node-https-proxy-agent/commit/4a7ea9298270f1cee7bc336e18de9fe75319186a) Update `agent-base` to v4.3 ([#69](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/69))
- [`13917f6`](https://github.com/TooTallNate/node-https-proxy-agent/commit/13917f61accdb7cd25735f0aaff234e843bac696) feat(typescript): Allow input to be options or string ([#68](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/68))
- [`c5c4ffc`](https://github.com/TooTallNate/node-https-proxy-agent/commit/c5c4ffcf64c10ba8baa09630db301aae52acd437) Add TypeScript type definitions ([#66](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/66))
- [`11bc347`](https://github.com/TooTallNate/node-https-proxy-agent/commit/11bc3478fdff1eec108cde4607bf10298be65ca3) Update `agent-base` to v4.2 ([#50](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/50))
- [`056c843`](https://github.com/TooTallNate/node-https-proxy-agent/commit/056c8430689d9ce9fa82a981742dfcf443be891b) Ignore test directory, History.md and .travis.yml when creating npm package. ...
- [`c881009`](https://github.com/TooTallNate/node-https-proxy-agent/commit/c881009b9873707f5c4a0e9c277dde588e1139c7) Remove `package-lock.json`
- [`8c3a75b`](https://github.com/TooTallNate/node-https-proxy-agent/commit/8c3a75baddecae7e2fe2921d1adde7edd0203156) 2.2.1
- [`84a1210`](https://github.com/TooTallNate/node-https-proxy-agent/commit/84a121078c67351e5ca7bef9c16e2d547a1e9840) Add `defaultPort` field ([#43](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/43))
- [`b9d5b7e`](https://github.com/TooTallNate/node-https-proxy-agent/commit/b9d5b7ec336264e9d8208287654060ae9a880976) 2.2.0
- Additional commits viewable in [compare view](https://github.com/TooTallNate/node-https-proxy-agent/compare/1.0.0...2.2.2)
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/bcgov/eao-inspections-evidence-locker/network/alerts).
Bumps https-proxy-agent from 1.0.0 to 2.2.2.
Release notes
*Sourced from [https-proxy-agent's releases](https://github.com/TooTallNate/node-https-proxy-agent/releases).* > ## 2.2.2 > ### Patches > > - Remove `package-lock.json`: c881009b9873707f5c4a0e9c277dde588e1139c7 > - Ignore test directory, History.md and .travis.yml when creating npm package. Fixes [#42](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/42): [#45](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/45) > - Update `agent-base` to v4.2: [#50](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/50) > - Add TypeScript type definitions: [#66](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/66) > - Feat(typescript): Allow input to be options or string: [#68](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/68) > - Update `agent-base` to v4.3: [#69](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/69) > > ### Credits > > Huge thanks to [@marco-c](https://github.com/marco-c), [@tareqhs](https://github.com/tareqhs), [@ianhowe76](https://github.com/ianhowe76), and [@BYK](https://github.com/BYK) for helping! > > ## 2.2.1 > ### Patches > > - Add `defaultPort` field: [#43](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/43) > > ### Credits > > Huge thanks to [@jan-auer](https://github.com/jan-auer) for helping! > > ## 2.2.0 > ### Minor Changes > > - Use `Buffer.from()`: 1c24219df87524e6ed973127e81f30801d658f07 > - Add "engines" to package.json: a27792225b652c5483247c96654d40bda27873d0Commits
- [`e145714`](https://github.com/TooTallNate/node-https-proxy-agent/commit/e1457142b9978b7491af0c6a505985aea2aa35c5) 2.2.2 - [`4a7ea92`](https://github.com/TooTallNate/node-https-proxy-agent/commit/4a7ea9298270f1cee7bc336e18de9fe75319186a) Update `agent-base` to v4.3 ([#69](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/69)) - [`13917f6`](https://github.com/TooTallNate/node-https-proxy-agent/commit/13917f61accdb7cd25735f0aaff234e843bac696) feat(typescript): Allow input to be options or string ([#68](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/68)) - [`c5c4ffc`](https://github.com/TooTallNate/node-https-proxy-agent/commit/c5c4ffcf64c10ba8baa09630db301aae52acd437) Add TypeScript type definitions ([#66](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/66)) - [`11bc347`](https://github.com/TooTallNate/node-https-proxy-agent/commit/11bc3478fdff1eec108cde4607bf10298be65ca3) Update `agent-base` to v4.2 ([#50](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/50)) - [`056c843`](https://github.com/TooTallNate/node-https-proxy-agent/commit/056c8430689d9ce9fa82a981742dfcf443be891b) Ignore test directory, History.md and .travis.yml when creating npm package. ... - [`c881009`](https://github.com/TooTallNate/node-https-proxy-agent/commit/c881009b9873707f5c4a0e9c277dde588e1139c7) Remove `package-lock.json` - [`8c3a75b`](https://github.com/TooTallNate/node-https-proxy-agent/commit/8c3a75baddecae7e2fe2921d1adde7edd0203156) 2.2.1 - [`84a1210`](https://github.com/TooTallNate/node-https-proxy-agent/commit/84a121078c67351e5ca7bef9c16e2d547a1e9840) Add `defaultPort` field ([#43](https://github-redirect.dependabot.com/TooTallNate/node-https-proxy-agent/issues/43)) - [`b9d5b7e`](https://github.com/TooTallNate/node-https-proxy-agent/commit/b9d5b7ec336264e9d8208287654060ae9a880976) 2.2.0 - Additional commits viewable in [compare view](https://github.com/TooTallNate/node-https-proxy-agent/compare/1.0.0...2.2.2)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/bcgov/eao-inspections-evidence-locker/network/alerts).