Skip to content

Commit 8435bc0

Browse files
Bump supertest from 7.0.0 to 7.1.0 (#276)
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 &amp; 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="https://github.com/ladjs/supertest/commit/359bc52e3a4075d63ef036b11ba4e5e4ecce2e42"><code>359bc52</code></a> 7.1.0</li> <li><a href="https://github.com/ladjs/supertest/commit/de045d4d41b293bba4aa03afed07f8e6d172742e"><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="https://github.com/ladjs/supertest/commit/be0d5c73d9ad44a36cc1749168c651a87c43031b"><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="https://github.com/ladjs/supertest/commit/35ac86fc23fb1abb3270e277e7136b17ac7792c0"><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="https://github.com/ladjs/supertest/commit/e67fcb2791f00edcd302704cf3492679ace53c55"><code>e67fcb2</code></a> fix(dev): commitlint dev dependency &amp; config</li> <li><a href="https://github.com/ladjs/supertest/commit/96c06e3dcb88c4a7c4cb02b046694af6e1d78654"><code>96c06e3</code></a> fix: avoid server re-use race conditions</li> <li><a href="https://github.com/ladjs/supertest/commit/92079a017c7344ac9ceeabbf0052e203ea0e7afb"><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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=7.0.0&new-version=7.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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>
1 parent aa17a77 commit 8435bc0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"lodash": "^4.17.21",
3434
"nodemon": "^3.1.9",
3535
"prettier": "^3.5.3",
36-
"supertest": "^7.0.0",
36+
"supertest": "^7.1.0",
3737
"typescript": "^5.8.2",
3838
"yargs": "^17.7.2"
3939
},

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5435,7 +5435,7 @@ __metadata:
54355435
lodash: "npm:^4.17.21"
54365436
nodemon: "npm:^3.1.9"
54375437
prettier: "npm:^3.5.3"
5438-
supertest: "npm:^7.0.0"
5438+
supertest: "npm:^7.1.0"
54395439
typescript: "npm:^5.8.2"
54405440
yargs: "npm:^17.7.2"
54415441
bin:
@@ -6984,13 +6984,13 @@ __metadata:
69846984
languageName: node
69856985
linkType: hard
69866986

6987-
"supertest@npm:^7.0.0":
6988-
version: 7.0.0
6989-
resolution: "supertest@npm:7.0.0"
6987+
"supertest@npm:^7.1.0":
6988+
version: 7.1.0
6989+
resolution: "supertest@npm:7.1.0"
69906990
dependencies:
69916991
methods: "npm:^1.1.2"
69926992
superagent: "npm:^9.0.1"
6993-
checksum: f0b10a1d292e6156fab16efdbb90d8cb1df54367667ae4108a6da67b81058d35182720dd9a3b4b2f538b14729dc8633741e6242724f1a0ccfde5197341ea96ec
6993+
checksum: 7a711630b5895c86978980fc88db0b6e54a655424d47e83bb126ff13d3879130271c37bca5e1f404c9ce8cbcaa922ab0897f3955598c3d5bb0dc6914161221bc
69946994
languageName: node
69956995
linkType: hard
69966996

0 commit comments

Comments
 (0)