Skip to content

Commit

Permalink
build(deps): Bump @cypress/request and cypress (#1148)
Browse files Browse the repository at this point in the history
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1
and updates ancestor dependency
[cypress](https://github.com/cypress-io/cypress). These dependencies
need to be updated together.

Updates `@cypress/request` from 2.88.10 to 3.0.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cypress-io/request/releases"><code>@​cypress/request</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.0.1</h2>
<h2><a
href="https://github.com/cypress-io/request/compare/v3.0.0...v3.0.1">3.0.1</a>
(2023-09-06)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> peg qs to 6.10.4 (<a
href="https://github.com/cypress-io/request/commit/fb9f6255f972ed08a0d916d660e45e82e2d091f1">fb9f625</a>)</li>
</ul>
<h2>v3.0.0</h2>
<h1><a
href="https://github.com/cypress-io/request/compare/v2.88.12...v3.0.0">3.0.0</a>
(2023-08-08)</h1>
<h3>Features</h3>
<ul>
<li>Add allowInsecureRedirect option (<a
href="https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f">c5bcf21</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li>The allowInsecureRedirect is <code>false</code> by default, which
may cause issues if your usage relies on insecure redirects. For the
former behavior, you can opt in to insecure redirects by setting the
option to <code>true</code>, but it is not recommended.</li>
</ul>
<p>Co-authored-by: Szymon Drosdzol <a
href="mailto:[email protected]">[email protected]</a></p>
<h2>v2.88.12</h2>
<h2><a
href="https://github.com/cypress-io/request/compare/v2.88.11...v2.88.12">2.88.12</a>
(2023-08-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>request:</strong> update tough-cookie dep (<a
href="https://github.com/cypress-io/request/commit/0664780557c95610eafeedff6067bacac6783705">0664780</a>)</li>
</ul>
<h2>v2.88.11</h2>
<h2><a
href="https://github.com/cypress-io/request/compare/v2.88.10...v2.88.11">2.88.11</a>
(2023-01-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Remove badges no longer used or relevant (<a
href="https://redirect.github.com/cypress-io/request/issues/19">#19</a>)
(<a
href="https://github.com/cypress-io/request/commit/24a977e9c8b867fbd4ad752e2253f8fe204ff039">24a977e</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/cypress-io/request/blob/master/CHANGELOG.md"><code>@​cypress/request</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>Change Log</h2>
<h3>v2.88.0 (2018/08/10)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2996">#2996</a>
fix(uuid): import versioned uuid (<a
href="https://github.com/kwonoj"><code>@​kwonoj</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2994">#2994</a>
Update to oauth-sign 0.9.0 (<a
href="https://github.com/dlecocq"><code>@​dlecocq</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2993">#2993</a>
Fix header tests (<a
href="https://github.com/simov"><code>@​simov</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2904">#2904</a>
<a
href="https://redirect.github.com/cypress-io/request/issues/515">#515</a>,
<a
href="https://redirect.github.com/cypress-io/request/issues/2894">#2894</a>
Strip port suffix from Host header if the protocol is known. (<a
href="https://redirect.github.com/cypress-io/request/issues/2904">#2904</a>)
(<a
href="https://github.com/paambaati"><code>@​paambaati</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2791">#2791</a>
Improve AWS SigV4 support. (<a
href="https://redirect.github.com/cypress-io/request/issues/2791">#2791</a>)
(<a href="https://github.com/vikhyat"><code>@​vikhyat</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2977">#2977</a>
Update test certificates (<a
href="https://github.com/simov"><code>@​simov</code></a>)</li>
</ul>
<h3>v2.87.0 (2018/05/21)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2943">#2943</a>
Replace hawk dependency with a local implemenation (<a
href="https://redirect.github.com/cypress-io/request/issues/2943">#2943</a>)
(<a
href="https://github.com/hueniverse"><code>@​hueniverse</code></a>)</li>
</ul>
<h3>v2.86.0 (2018/05/15)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2885">#2885</a>
Remove redundant code (for Node.js 0.9.4 and below) and dependency (<a
href="https://github.com/ChALkeR"><code>@​ChALkeR</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2942">#2942</a>
Make Test GREEN Again! (<a
href="https://github.com/simov"><code>@​simov</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2923">#2923</a>
Alterations for failing CI tests (<a
href="https://github.com/gareth-robinson"><code>@​gareth-robinson</code></a>)</li>
</ul>
<h3>v2.85.0 (2018/03/12)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2880">#2880</a>
Revert &quot;Update hawk to 7.0.7 (<a
href="https://redirect.github.com/cypress-io/request/issues/2880">#2880</a>)&quot;
(<a href="https://github.com/simov"><code>@​simov</code></a>)</li>
</ul>
<h3>v2.84.0 (2018/03/12)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2793">#2793</a>
Fixed calculation of oauth_body_hash, issue <a
href="https://redirect.github.com/cypress-io/request/issues/2792">#2792</a>
(<a
href="https://github.com/dvishniakov"><code>@​dvishniakov</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2880">#2880</a>
Update hawk to 7.0.7 (<a
href="https://redirect.github.com/cypress-io/request/issues/2880">#2880</a>)
(<a
href="https://github.com/kornel-kedzierski"><code>@​kornel-kedzierski</code></a>)</li>
</ul>
<h3>v2.83.0 (2017/09/27)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2776">#2776</a>
Updating tough-cookie due to security fix. (<a
href="https://redirect.github.com/cypress-io/request/issues/2776">#2776</a>)
(<a
href="https://github.com/karlnorling"><code>@​karlnorling</code></a>)</li>
</ul>
<h3>v2.82.0 (2017/09/19)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2703">#2703</a>
Add Node.js v8 to Travis CI (<a
href="https://github.com/ryysud"><code>@​ryysud</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2751">#2751</a>
Update of hawk and qs to latest version (<a
href="https://redirect.github.com/cypress-io/request/issues/2751">#2751</a>)
(<a
href="https://github.com/Olivier-Moreau"><code>@​Olivier-Moreau</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2658">#2658</a>
Fixed some text in README.md (<a
href="https://redirect.github.com/cypress-io/request/issues/2658">#2658</a>)
(<a
href="https://github.com/Marketionist"><code>@​Marketionist</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2635">#2635</a>
chore(package): update aws-sign2 to version 0.7.0 (<a
href="https://redirect.github.com/cypress-io/request/issues/2635">#2635</a>)
(<a
href="https://github.com/greenkeeperio-bot"><code>@​greenkeeperio-bot</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2641">#2641</a>
Update README to simplify &amp; update convenience methods (<a
href="https://redirect.github.com/cypress-io/request/issues/2641">#2641</a>)
(<a
href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2541">#2541</a>
Add convenience method for HTTP OPTIONS (<a
href="https://redirect.github.com/cypress-io/request/issues/2541">#2541</a>)
(<a
href="https://github.com/jamesseanwright"><code>@​jamesseanwright</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2605">#2605</a>
Add promise support section to README (<a
href="https://redirect.github.com/cypress-io/request/issues/2605">#2605</a>)
(<a
href="https://github.com/FredKSchott"><code>@​FredKSchott</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2579">#2579</a>
refactor(lint): replace eslint with standard (<a
href="https://redirect.github.com/cypress-io/request/issues/2579">#2579</a>)
(<a
href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2598">#2598</a>
Update codecov to version 2.0.2 🚀 (<a
href="https://github.com/greenkeeperio-bot"><code>@​greenkeeperio-bot</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2590">#2590</a>
Adds test-timing keepAlive test (<a
href="https://github.com/nicjansma"><code>@​nicjansma</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2589">#2589</a>
fix tabulation on request example README.MD (<a
href="https://github.com/odykyi"><code>@​odykyi</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2594">#2594</a>
chore(dependencies): har-validator to 5.x [removes babel dep] (<a
href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
</ul>
<h3>v2.81.0 (2017/03/09)</h3>
<ul>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2584">#2584</a>
Security issue: Upgrade qs to version 6.4.0 (<a
href="https://github.com/sergejmueller"><code>@​sergejmueller</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2578">#2578</a>
safe-buffer doesn't zero-fill by default, its just a polyfill. (<a
href="https://redirect.github.com/cypress-io/request/issues/2578">#2578</a>)
(<a href="https://github.com/mikeal"><code>@​mikeal</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2566">#2566</a>
Timings: Tracks 'lookup', adds 'wait' time, fixes connection re-use (<a
href="https://redirect.github.com/cypress-io/request/issues/2566">#2566</a>)
(<a
href="https://github.com/nicjansma"><code>@​nicjansma</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2574">#2574</a>
Migrating to safe-buffer for improved security. (<a
href="https://github.com/mikeal"><code>@​mikeal</code></a>)</li>
<li><a
href="https://redirect.github.com/cypress-io/request/pull/2573">#2573</a>
fixes <a
href="https://redirect.github.com/cypress-io/request/issues/2572">#2572</a>
(<a
href="https://github.com/ahmadnassri"><code>@​ahmadnassri</code></a>)</li>
</ul>
<h3>v2.80.0 (2017/03/04)</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cypress-io/request/commit/ca62f3a2064ce2779fa8c1cdf3ae0d8695595754"><code>ca62f3a</code></a>
Merge pull request <a
href="https://redirect.github.com/cypress-io/request/issues/44">#44</a>
from MikeMcC399/peg/qs</li>
<li><a
href="https://github.com/cypress-io/request/commit/fb9f6255f972ed08a0d916d660e45e82e2d091f1"><code>fb9f625</code></a>
fix(deps): peg qs to 6.10.4</li>
<li><a
href="https://github.com/cypress-io/request/commit/99338c8c90b13a76b24b205b492ca58c3832d638"><code>99338c8</code></a>
chore: updates related to release process (<a
href="https://redirect.github.com/cypress-io/request/issues/41">#41</a>)</li>
<li><a
href="https://github.com/cypress-io/request/commit/c5bcf21d40fb61feaff21a0e5a2b3934a440024f"><code>c5bcf21</code></a>
feat: Add allowInsecureRedirect option</li>
<li><a
href="https://github.com/cypress-io/request/commit/0664780557c95610eafeedff6067bacac6783705"><code>0664780</code></a>
fix(request): update tough-cookie dep</li>
<li><a
href="https://github.com/cypress-io/request/commit/30def80c9d957ed2a782af634602f26eb41843ee"><code>30def80</code></a>
Merge pull request <a
href="https://redirect.github.com/cypress-io/request/issues/39">#39</a>
from cypress-io/jordanpowell88/update-pkg-version</li>
<li><a
href="https://github.com/cypress-io/request/commit/6b79405e704e882df06b68961ab2835c56d7cbcf"><code>6b79405</code></a>
update package version</li>
<li><a
href="https://github.com/cypress-io/request/commit/bfbb95fa1b376977fff49317fe56fb340ee15657"><code>bfbb95f</code></a>
Merge pull request <a
href="https://redirect.github.com/cypress-io/request/issues/32">#32</a>
from BreakBB/fix-cve-2023-26136</li>
<li><a
href="https://github.com/cypress-io/request/commit/a67e1320ea1fbe74ebe936ad9ebeba3b60258774"><code>a67e132</code></a>
pin 18.16</li>
<li><a
href="https://github.com/cypress-io/request/commit/825485a0913e3823f147ae0411a48248cbdfc73f"><code>825485a</code></a>
revert back to yarn but v 18</li>
<li>Additional commits viewable in <a
href="https://github.com/cypress-io/request/compare/v2.88.10...v3.0.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `cypress` from 7.2.0 to 13.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/cypress-io/cypress/releases">cypress's
releases</a>.</em></p>
<blockquote>
<h2>v13.2.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-2-0">https://docs.cypress.io/guides/references/changelog#13-2-0</a></p>
<h2>v13.1.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-1-0">https://docs.cypress.io/guides/references/changelog#13-1-0</a></p>
<h2>v13.0.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#13-0-0">https://docs.cypress.io/guides/references/changelog#13-0-0</a></p>
<h2>v12.17.4</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-17-4">https://docs.cypress.io/guides/references/changelog#12-17-4</a></p>
<h2>v12.17.3</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-17-3">https://docs.cypress.io/guides/references/changelog#12-17-3</a></p>
<h2>v12.17.2</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-17-2">https://docs.cypress.io/guides/references/changelog#12-17-2</a></p>
<h2>v12.17.1</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-17-1">https://docs.cypress.io/guides/references/changelog#12-17-1</a></p>
<h2>v12.17.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-17-0">https://docs.cypress.io/guides/references/changelog#12-17-0</a></p>
<h2>v12.16.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-16-0">https://docs.cypress.io/guides/references/changelog#12-16-0</a></p>
<h2>v12.15.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-15-0">https://docs.cypress.io/guides/references/changelog#12-15-0</a></p>
<h2>v12.14.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-14-0">https://docs.cypress.io/guides/references/changelog#12-14-0</a></p>
<h2>v12.13.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-13-0">https://docs.cypress.io/guides/references/changelog#12-13-0</a></p>
<h2>v12.12.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-12-0">https://docs.cypress.io/guides/references/changelog#12-12-0</a></p>
<h2>v12.11.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-11-0">https://docs.cypress.io/guides/references/changelog#12-11-0</a></p>
<h2>v12.10.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-10-0">https://docs.cypress.io/guides/references/changelog#12-10-0</a></p>
<h2>v12.9.0</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-9-0">https://docs.cypress.io/guides/references/changelog#12-9-0</a></p>
<h2>v12.8.1</h2>
<p>Changelog: <a
href="https://docs.cypress.io/guides/references/changelog#12-8-1">https://docs.cypress.io/guides/references/changelog#12-8-1</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cypress-io/cypress/commit/8638abb2d0082809c8eea559f7ba4af74fd61c4a"><code>8638abb</code></a>
chore: prep changelog ready for release and bump cypress version (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27794">#27794</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/f8b4c59daabf5f60a01aab8db6a1b1a4f853e177"><code>f8b4c59</code></a>
fix: update net stubbing to not intercept requests sent to dev server
(<a
href="https://redirect.github.com/cypress-io/cypress/issues/27788">#27788</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/356edfc5e9b52bdf4dc42654314c9aa0ab829bbc"><code>356edfc</code></a>
chore: fix the changelog to pass release readiness (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27787">#27787</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/a1161c90e07280b44474d68209570ae222fc4501"><code>a1161c9</code></a>
fix: hanging on basic auth requests in chromium browsers (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27781">#27781</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/70248ab9c0bb90e0dd5987d64e2199d46f3dc600"><code>70248ab</code></a>
fix: prerequest correlation for various retried and cached requests (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27771">#27771</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/86d8b9677cf52a8c9a29be566f0973e463fd06c2"><code>86d8b96</code></a>
docs: fix typo in CONTRIBUTING.md (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27705">#27705</a>)</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/f900c59855fd13f0066e66cc64bd627698e1b8c8"><code>f900c59</code></a>
chore: release <code>@​cypress/webpack-dev-server-v3</code>.6.1</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/576a952316ff0d7d2d2b95ecfba223d2b86f0ae2"><code>576a952</code></a>
chore: release <code>@​cypress/schematic-v2</code>.5.1</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/ffaafa50ae0b186c15e2f6844ef8275a1fff8612"><code>ffaafa5</code></a>
chore: release create-cypress-tests-v2.0.3</li>
<li><a
href="https://github.com/cypress-io/cypress/commit/b85dd752f21494d64b7d7c065f74acbe6564dca8"><code>b85dd75</code></a>
dependency: update to electron 25 and node 18 (<a
href="https://redirect.github.com/cypress-io/cypress/issues/27715">#27715</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cypress-io/cypress/compare/v7.2.0...v13.2.0">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/~atofstryker">atofstryker</a>, a new
releaser for cypress 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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/auth0/auth0-spa-js/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 20, 2023
1 parent cedbd50 commit b03cf0b
Show file tree
Hide file tree
Showing 2 changed files with 844 additions and 1,112 deletions.
Loading

0 comments on commit b03cf0b

Please sign in to comment.