build(deps-dev): bump supertest from 7.0.0 to 7.1.0 (#1863)
Bumps [supertest](https://github.com/ladjs/supertest) from 7.0.0 to 7.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ladjs/supertest/releases">supertest's releases</a>.</em></p> <blockquote> <h2>v7.1.0</h2> <ul> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/852">#852</a> from alxndrsn/econnreset de045d4</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/845">#845</a> from ikonst/master be0d5c7</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/854">#854</a> from alxndrsn/commitlint 35ac86f</li> <li>fix(dev): commitlint dev dependency & config e67fcb2</li> <li>fix: avoid server re-use race conditions 96c06e3</li> <li>test: fix test failure due to localhost being also ipv6 92079a0</li> </ul> <p><a href="https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0">https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="359bc52e3a"><code>359bc52</code></a> 7.1.0</li> <li><a href="de045d4d41"><code>de045d4</code></a> Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/852">#852</a> from alxndrsn/econnreset</li> <li><a href="be0d5c73d9"><code>be0d5c7</code></a> Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/845">#845</a> from ikonst/master</li> <li><a href="35ac86fc23"><code>35ac86f</code></a> Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/854">#854</a> from alxndrsn/commitlint</li> <li><a href="e67fcb2791"><code>e67fcb2</code></a> fix(dev): commitlint dev dependency & config</li> <li><a href="96c06e3dcb"><code>96c06e3</code></a> fix: avoid server re-use race conditions</li> <li><a href="92079a017c"><code>92079a0</code></a> test: fix test failure due to localhost being also ipv6</li> <li>See full diff in <a href="https://github.com/ladjs/supertest/compare/v7.0.0...v7.1.0">compare view</a></li> </ul> </details> <br /> [](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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -4300,9 +4300,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/supertest": {
|
||||
"version": "7.0.0",
|
||||
"resolved": "https://registry.npmjs.org/supertest/-/supertest-7.0.0.tgz",
|
||||
"integrity": "sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==",
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/supertest/-/supertest-7.1.0.tgz",
|
||||
"integrity": "sha512-5QeSO8hSrKghtcWEoPiO036fxH0Ii2wVQfFZSP0oqQhmjk8bOLhDFXr4JrvaFmPuEWUoq4znY3uSi8UzLKxGqw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user