No description provided.
Bumps [axios](https://github.com/axios/axios) and [twilio](https://github.com/twilio/twilio-node). These dependencies needed to be updated together. Updates `axios` from 0.19.2 to 0.26.1 <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>v0.26.1</h2> <h3>0.26.1 (March 9, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Refactored project file structure to avoid circular imports (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4220">#4220</a>)</li> </ul> <h2>v0.26.0</h2> <h3>0.26.0 (February 13, 2022)</h3> <p>Fixes and Functionality:</p> <ul> <li>Fixed The timeoutErrorMessage property in config not work with Node.js (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3581">#3581</a>)</li> <li>Added errors to be displayed when the query parsing process itself fails (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3961">#3961</a>)</li> <li>Fix/remove url required (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4426">#4426</a>)</li> <li>Update follow-redirects dependency due to Vulnerability (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4462">#4462</a>)</li> <li>Bump karma from 6.3.11 to 6.3.14 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4461">#4461</a>)</li> <li>Bump follow-redirects from 1.14.7 to 1.14.8 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4473">#4473</a>)</li> </ul> <h2>v0.25.0</h2> <h3>0.25.0 (January 18, 2022)</h3> <p>Breaking changes:</p> <ul> <li>Fixing maxBodyLength enforcement (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3786">#3786</a>)</li> <li>Don't rely on strict mode behaviour for arguments (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3470">#3470</a>)</li> <li>Adding error handling when missing url (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3791">#3791</a>)</li> <li>Update isAbsoluteURL.js removing escaping of non-special characters (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3809">#3809</a>)</li> <li>Use native Array.isArray() in utils.js (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3836">#3836</a>)</li> <li>Adding error handling inside stream end callback (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3967">#3967</a>)</li> </ul> <p>Fixes and Functionality:</p> <ul> <li>Added aborted even handler (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3916">#3916</a>)</li> <li>Header types expanded allowing <code>boolean</code> and <code>number</code> types (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4144">#4144</a>)</li> <li>Fix cancel signature allowing cancel message to be <code>undefined</code> (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3153">#3153</a>)</li> <li>Updated type checks to be formulated better (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3342">#3342</a>)</li> <li>Avoid unnecessary buffer allocations (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3321">#3321</a>)</li> <li>Adding a socket handler to keep TCP connection live when processing long living requests (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3422">#3422</a>)</li> <li>Added toFormData helper function (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3757">#3757</a>)</li> <li>Adding responseEncoding prop type in AxiosRequestConfig (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3918">#3918</a>)</li> </ul> <p>Internal and Tests:</p> <ul> <li>Adding axios-test-instance to ecosystem (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3786">#3786</a>)</li> <li>Optimize the logic of isAxiosError (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3546">#3546</a>)</li> <li>Add tests and documentation to display how multiple inceptors work (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3564">#3564</a>)</li> <li>Updating follow-redirects to version 1.14.7 (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4379">#4379</a>)</li> </ul> <p>Documentation:</p> <ul> <li>Fixing changelog to show corrext pull request (<a href="https://github-redirect.dependabot.com/axios/axios/pull/4219">#4219</a>)</li> <li>Update upgrade guide for https proxy setting (<a href="https://github-redirect.dependabot.com/axios/axios/pull/3604">#3604</a>)</li> </ul> <p>Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub:</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/axios/axios/commit/8e67551177990ed067384e1641d6964dcab773f7"><code>8e67551</code></a> Update line on methods, update TS definition to allow strings (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3802">#3802</a>)</li> <li><a href="https://github.com/axios/axios/commit/224ed940e15b615336bc104b3478b137f7a48b86"><code>224ed94</code></a> Add AxiosInterceptorOptions to d.ts (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3800">#3800</a>)</li> <li><a href="https://github.com/axios/axios/commit/bdb7d76d40407443dceaf9efa5d5a01ee4ef4da5"><code>bdb7d76</code></a> Adding baseURL to be used in getUri(), also removing question mark trimming s...</li> <li><a href="https://github.com/axios/axios/commit/195c8e5ff5af6506e5c3e9423cd3c6e839b9cc86"><code>195c8e5</code></a> Returned error treated when requesting uncommon URL (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3544">#3544</a>)</li> <li><a href="https://github.com/axios/axios/commit/412d3bd6078433dda4a7eb4d86e021dbc57fdeb2"><code>412d3bd</code></a> Adding support for beforeRedirect config option (<a href="https://github-redirect.dependabot.com/axios/axios/issues/3852">#3852</a>)</li> <li><a href="https://github.com/axios/axios/commit/3d13b67c562d45434536697bb232e2b1fba8e035"><code>3d13b67</code></a> Fix FormData example (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4391">#4391</a>)</li> <li><a href="https://github.com/axios/axios/commit/45cb5ad7164257a7ad007bc99d1d004205249ab7"><code>45cb5ad</code></a> Updated README example to be coherent with the CommonJS usage (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4418">#4418</a>)</li> <li><a href="https://github.com/axios/axios/commit/2396fcd7e9b27853670759ee95d8f64156730159"><code>2396fcd</code></a> Bump karma from 6.3.14 to 6.3.16 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4506">#4506</a>)</li> <li><a href="https://github.com/axios/axios/commit/170588f3d78f855450d1ce50968651a54cda7386"><code>170588f</code></a> Refactored project file structure to avoid circular imports; (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4220">#4220</a>)</li> <li><a href="https://github.com/axios/axios/commit/6e63edf455b6854feeeb0d2394fe0d1d854b55e0"><code>6e63edf</code></a> Bump url-parse from 1.5.4 to 1.5.10 (<a href="https://github-redirect.dependabot.com/axios/axios/issues/4501">#4501</a>)</li> <li>Additional commits viewable in <a href="https://github.com/axios/axios/compare/v0.19.2...v0.26.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~jasonsaayman">jasonsaayman</a>, a new releaser for axios since your current version.</p> </details> <br /> Updates `twilio` from 3.48.1 to 3.80.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/twilio/twilio-node/releases">twilio's releases</a>.</em></p> <blockquote> <h2>3.80.1</h2> <h2><strong>Release Notes</strong></h2> <p><strong>Routes</strong></p> <ul> <li>Inbound Proccessing Region API - Public GA</li> </ul> <p><strong>Supersim</strong></p> <ul> <li>Allow updating <code>DataLimit</code> on a Fleet</li> </ul> <p><strong><a href="https://twilio.com/docs/libraries/reference/twilio-node/3.80.1/index.html">Docs</a></strong></p> <h2>3.80.0</h2> <h2><strong>Release Notes</strong></h2> <p><strong>Library - Docs</strong></p> <ul> <li>[PR <a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/772">#772</a>](<a href="https://github-redirect.dependabot.com/twilio/twilio-node/pull/772">twilio/twilio-node#772</a>): added npm/yarn install instructions. Thanks to <a href="https://github.com/citypaul"><code>@citypaul</code></a>!</li> </ul> <p><strong>Library - Feature</strong></p> <ul> <li>[PR <a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/775">#775</a>](<a href="https://github-redirect.dependabot.com/twilio/twilio-node/pull/775">twilio/twilio-node#775</a>): add a timeout options to RequestClient that creates a custom https agent. Thanks to <a href="https://github.com/benweissmann"><code>@benweissmann</code></a>!</li> </ul> <p><strong>Flex</strong></p> <ul> <li>Add <code>status</code>, <code>error_code</code>, and <code>error_message</code> fields to Interaction <code>Channel</code></li> <li>Adding <code>messenger</code> and <code>gbm</code> as supported channels for Interactions API</li> </ul> <p><strong>Messaging</strong></p> <ul> <li>Update alpha_sender docs with new valid characters</li> </ul> <p><strong>Verify</strong></p> <ul> <li>Reorder Verification Check parameters so <code>code</code> stays as the first parameter <strong>(breaking change)</strong></li> <li>Rollback List Attempts API V2 back to pilot stage.</li> </ul> <p><strong><a href="https://twilio.com/docs/libraries/reference/twilio-node/3.80.0/index.html">Docs</a></strong></p> <h2>3.79.0</h2> <h2><strong>Release Notes</strong></h2> <p><strong>Library - Test</strong></p> <ul> <li>[PR <a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/771">#771</a>](<a href="https://github-redirect.dependabot.com/twilio/twilio-node/pull/771">twilio/twilio-node#771</a>): Adding misc as PR type. Thanks to <a href="https://github.com/rakatyal"><code>@rakatyal</code></a>!</li> </ul> <p><strong>Conversations</strong></p> <ul> <li>Allowed to use <code>identity</code> as part of Participant's resource <strong>(breaking change)</strong></li> </ul> <p><strong>Lookups</strong></p> <ul> <li>Remove <code>enhanced_line_type</code> from the lookup response <strong>(breaking change)</strong></li> </ul> <p><strong>Supersim</strong></p> <ul> <li>Add support for <code>sim_ip_addresses</code> resource to helper libraries</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/twilio/twilio-node/blob/main/CHANGES.md">twilio's changelog</a>.</em></p> <blockquote> <h2>[2022-08-10] Version 3.80.1</h2> <p><strong>Routes</strong></p> <ul> <li>Inbound Proccessing Region API - Public GA</li> </ul> <p><strong>Supersim</strong></p> <ul> <li>Allow updating <code>DataLimit</code> on a Fleet</li> </ul> <h2>[2022-07-21] Version 3.80.0</h2> <p><strong>Library - Docs</strong></p> <ul> <li>[PR <a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/772">#772</a>](<a href="https://github-redirect.dependabot.com/twilio/twilio-node/pull/772">twilio/twilio-node#772</a>): added npm/yarn install instructions. Thanks to <a href="https://github.com/citypaul"><code>@citypaul</code></a>!</li> </ul> <p><strong>Library - Feature</strong></p> <ul> <li>[PR <a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/775">#775</a>](<a href="https://github-redirect.dependabot.com/twilio/twilio-node/pull/775">twilio/twilio-node#775</a>): add a timeout options to RequestClient that creates a custom https agent. Thanks to <a href="https://github.com/benweissmann"><code>@benweissmann</code></a>!</li> </ul> <p><strong>Flex</strong></p> <ul> <li>Add <code>status</code>, <code>error_code</code>, and <code>error_message</code> fields to Interaction <code>Channel</code></li> <li>Adding <code>messenger</code> and <code>gbm</code> as supported channels for Interactions API</li> </ul> <p><strong>Messaging</strong></p> <ul> <li>Update alpha_sender docs with new valid characters</li> </ul> <p><strong>Verify</strong></p> <ul> <li>Reorder Verification Check parameters so <code>code</code> stays as the first parameter <strong>(breaking change)</strong></li> <li>Rollback List Attempts API V2 back to pilot stage.</li> </ul> <h2>[2022-07-13] Version 3.79.0</h2> <p><strong>Library - Test</strong></p> <ul> <li>[PR <a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/771">#771</a>](<a href="https://github-redirect.dependabot.com/twilio/twilio-node/pull/771">twilio/twilio-node#771</a>): Adding misc as PR type. Thanks to <a href="https://github.com/rakatyal"><code>@rakatyal</code></a>!</li> </ul> <p><strong>Conversations</strong></p> <ul> <li>Allowed to use <code>identity</code> as part of Participant's resource <strong>(breaking change)</strong></li> </ul> <p><strong>Lookups</strong></p> <ul> <li>Remove <code>enhanced_line_type</code> from the lookup response <strong>(breaking change)</strong></li> </ul> <p><strong>Supersim</strong></p> <ul> <li>Add support for <code>sim_ip_addresses</code> resource to helper libraries</li> </ul> <p><strong>Verify</strong></p> <ul> <li>Changed summary param <code>service_sid</code> to <code>verify_service_sid</code> to be consistent with list attempts API <strong>(breaking change)</strong></li> <li>Make <code>code</code> optional on Verification check to support <code>sna</code> attempts. <strong>(breaking change)</strong></li> </ul> <h2>[2022-06-29] Version 3.78.0</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/twilio/twilio-node/commit/f5adf1c5c004e4d700f562ccc5bd9d964a139575"><code>f5adf1c</code></a> Release 3.80.1</li> <li><a href="https://github.com/twilio/twilio-node/commit/3aa26fdea1b1512772cec8b25e534195d5da07db"><code>3aa26fd</code></a> [Librarian] Regenerated @ 9e43c4b1c21f11427158cfc8a409854c419cd158</li> <li><a href="https://github.com/twilio/twilio-node/commit/1c06f47fe16aedb17cf023237667730bc0dde5f8"><code>1c06f47</code></a> fix: correct the docker tag syntax for RCs</li> <li><a href="https://github.com/twilio/twilio-node/commit/292026ff400449952ca057c6c10d41d15d58b7a0"><code>292026f</code></a> Release 3.80.0</li> <li><a href="https://github.com/twilio/twilio-node/commit/ade94a7efce14f7674368243dfc59df06d7d742b"><code>ade94a7</code></a> [Librarian] Regenerated @ 54f479b2e9ba3ddad939d35c077bf4875093bb86</li> <li><a href="https://github.com/twilio/twilio-node/commit/9af07c6243aecde230d144b6405274c713d0f562"><code>9af07c6</code></a> docs: mark latest 'Verify' change as breaking</li> <li><a href="https://github.com/twilio/twilio-node/commit/e03ad9b8ca4ede87acb367320e08dd08453f2512"><code>e03ad9b</code></a> docs: added npm/yarn install instructions (<a href="https://github-redirect.dependabot.com/twilio/twilio-node/issues/772">#772</a>)</li> <li><a href="https://github.com/twilio/twilio-node/commit/e24f3fc2e781f3406551c4779ac8b1dfec965beb"><code>e24f3fc</code></a> feat: add a timeout options to RequestClient that creates a custom https agen...</li> <li><a href="https://github.com/twilio/twilio-node/commit/795bc091718031e5caff345d70f6e6be01110ace"><code>795bc09</code></a> Release 3.79.0</li> <li><a href="https://github.com/twilio/twilio-node/commit/dcef0bb8a7037cfb0da4e405f5e093c68b980743"><code>dcef0bb</code></a> [Librarian] Regenerated @ 85d420e85461ff1892d00b72852ff7e138514cbc</li> <li>Additional commits viewable in <a href="https://github.com/twilio/twilio-node/compare/3.48.1...3.80.1">compare view</a></li> </ul> </details> <details> <summary>Maintainer changes</summary> <p>This version was pushed to npm by <a href="https://www.npmjs.com/~twilio-dx">twilio-dx</a>, a new releaser for twilio since your current version.</p> </details> <br /> 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) - `@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/noam-honig/food-basket-delivery/network/alerts). </details>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 1 comments.