Skip to content

Commit

Permalink
fix(deps): Bump axios from 1.2.2 to 1.2.6 (#129)
Browse files Browse the repository at this point in the history
Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/axios/axios/releases">axios's releases</a>.</em></p>
<blockquote>
<h2>Release v1.2.6</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>headers:</strong> added missed Authorization accessor; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5502">#5502</a>) (<a href="https://github.com/axios/axios/commit/342c0ba9a16ea50f5ed7d2366c5c1a2c877e3f26">342c0ba</a>)</li>
<li><strong>types:</strong> fixed <code>CommonRequestHeadersList</code> &amp; <code>CommonResponseHeadersList</code> types to be private in commonJS; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5503">#5503</a>) (<a href="https://github.com/axios/axios/commit/5a3d0a3234d77361a1bc7cedee2da1e11df08e2c">5a3d0a3</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+24/-9 ([#5503](axios/axios#5503) [#5502](axios/axios#5502) )">Dmitriy Mozgovoy</a></li>
</ul>
<h2>Release v1.2.5</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5499">#5499</a>) (<a href="https://github.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22">580f1e8</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+82/-54 ([#5499](axios/axios#5499) )">Dmitriy Mozgovoy</a></li>
<li><img src="https://avatars.githubusercontent.com/u/20516159?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/EFord36" title="+1/-1 ([#5462](axios/axios#5462) )">Elliot Ford</a></li>
</ul>
<h2>Release v1.2.4</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> renamed <code>RawAxiosRequestConfig</code> back to <code>AxiosRequestConfig</code>; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5486">#5486</a>) (<a href="https://github.com/axios/axios/commit/2a71f49bc6c68495fa419003a3107ed8bd703ad0">2a71f49</a>)</li>
<li><strong>types:</strong> fix <code>AxiosRequestConfig</code> generic; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5478">#5478</a>) (<a href="https://github.com/axios/axios/commit/186ea062da8b7d578ae78b1a5c220986b9bce81b">9bce81b</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+242/-108 ([#5486](axios/axios#5486) [#5482](axios/axios#5482) )">Dmitriy Mozgovoy</a></li>
<li><img src="https://avatars.githubusercontent.com/u/9430821?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/hilleer" title="+1/-1 ([#5478](axios/axios#5478) )">Daniel Hillmann</a></li>
</ul>
<h2>1.2.3</h2>
<h2>Release notes:</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5420">#5420</a>) (<a href="https://github.com/axios/axios/commit/08119634a22f1d5b19f5c9ea0adccb6d3eebc3bc">0811963</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+938/-442 ([#5456](axios/axios#5456) [#5455](axios/axios#5455) [#5453](axios/axios#5453) [#5451](axios/axios#5451) [#5449](axios/axios#5449) [#5447](axios/axios#5447) [#5446](axios/axios#5446) [#5443](axios/axios#5443) [#5442](axios/axios#5442) [#5439](axios/axios#5439) [#5420](axios/axios#5420) )">Dmitriy Mozgovoy</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/axios/axios/blob/v1.x/CHANGELOG.md">axios's changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/axios/axios/compare/v1.2.5...v1.2.6">1.2.6</a> (2023-01-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>headers:</strong> added missed Authorization accessor; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5502">#5502</a>) (<a href="https://github.com/axios/axios/commit/342c0ba9a16ea50f5ed7d2366c5c1a2c877e3f26">342c0ba</a>)</li>
<li><strong>types:</strong> fixed <code>CommonRequestHeadersList</code> &amp; <code>CommonResponseHeadersList</code> types to be private in commonJS; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5503">#5503</a>) (<a href="https://github.com/axios/axios/commit/5a3d0a3234d77361a1bc7cedee2da1e11df08e2c">5a3d0a3</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+24/-9 ([#5503](axios/axios#5503) [#5502](axios/axios#5502) )">Dmitriy Mozgovoy</a></li>
</ul>
<h2><a href="https://github.com/axios/axios/compare/v1.2.4...v1.2.5">1.2.5</a> (2023-01-26)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> fixed AxiosHeaders to handle spread syntax by making all methods non-enumerable; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5499">#5499</a>) (<a href="https://github.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22">580f1e8</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+82/-54 ([#5499](axios/axios#5499) )">Dmitriy Mozgovoy</a></li>
<li><img src="https://avatars.githubusercontent.com/u/20516159?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/EFord36" title="+1/-1 ([#5462](axios/axios#5462) )">Elliot Ford</a></li>
</ul>
<h2><a href="https://github.com/axios/axios/compare/v1.2.3...v1.2.4">1.2.4</a> (2023-01-22)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> renamed <code>RawAxiosRequestConfig</code> back to <code>AxiosRequestConfig</code>; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5486">#5486</a>) (<a href="https://github.com/axios/axios/commit/2a71f49bc6c68495fa419003a3107ed8bd703ad0">2a71f49</a>)</li>
<li><strong>types:</strong> fix <code>AxiosRequestConfig</code> generic; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5478">#5478</a>) (<a href="https://github.com/axios/axios/commit/186ea062da8b7d578ae78b1a5c220986b9bce81b">9bce81b</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+242/-108 ([#5486](axios/axios#5486) [#5482](axios/axios#5482) )">Dmitriy Mozgovoy</a></li>
<li><img src="https://avatars.githubusercontent.com/u/9430821?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/hilleer" title="+1/-1 ([#5478](axios/axios#5478) )">Daniel Hillmann</a></li>
</ul>
<h2><a href="https://github.com/axios/axios/compare/1.2.2...1.2.3">1.2.3</a> (2023-01-10)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> fixed AxiosRequestConfig header interface by refactoring it to RawAxiosRequestConfig; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5420">#5420</a>) (<a href="https://github.com/axios/axios/commit/08119634a22f1d5b19f5c9ea0adccb6d3eebc3bc">0811963</a>)</li>
</ul>
<h3>Contributors to this release</h3>
<ul>
<li><img src="https://avatars.githubusercontent.com/u/12586868?v=4&amp;s=16" alt="avatar" /> <a href="https://github.com/DigitalBrainJS" title="+938/-442 ([#5456](axios/axios#5456) [#5455](axios/axios#5455) [#5453](axios/axios#5453) [#5451](axios/axios#5451) [#5449](axios/axios#5449) [#5447](axios/axios#5447) [#5446](axios/axios#5446) [#5443](axios/axios#5443) [#5442](axios/axios#5442) [#5439](axios/axios#5439) [#5420](axios/axios#5420) )">Dmitriy Mozgovoy</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/axios/axios/commit/5bde91cac787d92ae56c6cb293941244cc4c617d"><code>5bde91c</code></a> chore(release): v1.2.6 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5505">#5505</a>)</li>
<li><a href="https://github.com/axios/axios/commit/5a3d0a3234d77361a1bc7cedee2da1e11df08e2c"><code>5a3d0a3</code></a> fix(types): fixed <code>CommonRequestHeadersList</code> &amp; <code>CommonResponseHeadersList</code> ty...</li>
<li><a href="https://github.com/axios/axios/commit/342c0ba9a16ea50f5ed7d2366c5c1a2c877e3f26"><code>342c0ba</code></a> fix(headers): added missed Authorization accessor; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5502">#5502</a>)</li>
<li><a href="https://github.com/axios/axios/commit/a105feb7b5f8abca95a30d476707288268123892"><code>a105feb</code></a> chore(deps): bump ua-parser-js from 0.7.31 to 0.7.33 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5493">#5493</a>)</li>
<li><a href="https://github.com/axios/axios/commit/366161e5e48f818fa42c906e91b71f7876aadabb"><code>366161e</code></a> chore(release): v1.2.5 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5500">#5500</a>)</li>
<li><a href="https://github.com/axios/axios/commit/18c1710f244f54d5891a017714bb58f21f5039bd"><code>18c1710</code></a> docs: fix GitHub workflow badges (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5462">#5462</a>)</li>
<li><a href="https://github.com/axios/axios/commit/580f1e8033a61baa38149d59fd16019de3932c22"><code>580f1e8</code></a> fix(types): fixed AxiosHeaders to handle spread syntax by making all methods ...</li>
<li><a href="https://github.com/axios/axios/commit/6600d51e6bbb7db984484ea09f62ec22f9044ed8"><code>6600d51</code></a> [Release] v1.2.4 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5487">#5487</a>)</li>
<li><a href="https://github.com/axios/axios/commit/2a71f49bc6c68495fa419003a3107ed8bd703ad0"><code>2a71f49</code></a> fix(types): renamed <code>RawAxiosRequestConfig</code> back to <code>AxiosRequestConfig</code>; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5">#5</a>...</li>
<li><a href="https://github.com/axios/axios/commit/6486929f70b537c51fc964b559131f2391e7e2a7"><code>6486929</code></a> Fix AxiosRequestHeaders &amp; AxiosHeaders types; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/5482">#5482</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/1.2.2...v1.2.6">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=axios&package-manager=npm_and_yarn&previous-version=1.2.2&new-version=1.2.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
  • Loading branch information
dependabot[bot] committed Jan 30, 2023
1 parent 290cae6 commit 1db9b01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@google-cloud/kms": "^3.2.0",
"@relaycorp/relaynet-core": "< 2.0",
"@typegoose/typegoose": "< 11.0",
"axios": "^1.2.2",
"axios": "^1.2.6",
"env-var": "^7.3.0",
"fast-crc32c": "^2.0.0",
"mongoose": "< 7.0",
Expand Down

0 comments on commit 1db9b01

Please sign in to comment.