Skip to content

Commit df7f71f

Browse files
Bump supertest from 7.1.1 to 7.1.3 (#305)
Bumps [supertest](https://github.com/ladjs/supertest) from 7.1.1 to 7.1.3. <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.3</h2> <ul> <li>fix: revert automatic server closing (per <a href="https://redirect.github.com/ladjs/supertest/issues/651">#651</a>) b6fd281</li> <li>fix: rename ci file 75bcbc9</li> </ul> <hr /> <p><a href="https://github.com/ladjs/supertest/compare/v7.1.2...v7.1.3">https://github.com/ladjs/supertest/compare/v7.1.2...v7.1.3</a></p> <h2>v7.1.2</h2> <ul> <li>feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility 6d060e3</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/862">#862</a> from noritaka1166/fix-typo-test 0413057</li> <li>Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/841">#841</a> from viniciusamc/master e2be0e1</li> <li>chore: fix typo in test b7f985b</li> <li>feat(bearer):bearer auth token method 411f7ce</li> </ul> <hr /> <p><a href="https://github.com/ladjs/supertest/compare/v7.1.1...v7.1.2">https://github.com/ladjs/supertest/compare/v7.1.1...v7.1.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/forwardemail/supertest/commit/0cf2ec375f1aeed4eac257e51b1d81263452337c"><code>0cf2ec3</code></a> 7.1.3</li> <li><a href="https://github.com/forwardemail/supertest/commit/b6fd281d290d6991567c6b739aa2dceabfbd4309"><code>b6fd281</code></a> fix: revert automatic server closing (per <a href="https://redirect.github.com/ladjs/supertest/issues/651">#651</a>)</li> <li><a href="https://github.com/forwardemail/supertest/commit/75bcbc941dccad5cdd1e3969b002f30a32f1066d"><code>75bcbc9</code></a> fix: rename ci file</li> <li><a href="https://github.com/forwardemail/supertest/commit/29c3267d31740bee7af17144703045f836e59405"><code>29c3267</code></a> 7.1.2</li> <li><a href="https://github.com/forwardemail/supertest/commit/6d060e3c8dbf18ddeea5728cf5118717c70d0251"><code>6d060e3</code></a> feat: fix server lifecycle, callback handling, and SuperAgent v10 compatibility</li> <li><a href="https://github.com/forwardemail/supertest/commit/04130571b0e430b140b72514b5f5832afa9d2be6"><code>0413057</code></a> Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/862">#862</a> from noritaka1166/fix-typo-test</li> <li><a href="https://github.com/forwardemail/supertest/commit/e2be0e1db06f2d97338e0d5ab7633c39dc1ecd03"><code>e2be0e1</code></a> Merge pull request <a href="https://redirect.github.com/ladjs/supertest/issues/841">#841</a> from viniciusamc/master</li> <li><a href="https://github.com/forwardemail/supertest/commit/b7f985ba66ea03f8ed2be4730e0bc024a74549be"><code>b7f985b</code></a> chore: fix typo in test</li> <li><a href="https://github.com/forwardemail/supertest/commit/411f7cec14b00c5b9460dbe3b3e3d3ce789fb643"><code>411f7ce</code></a> feat(bearer):bearer auth token method</li> <li>See full diff in <a href="https://github.com/ladjs/supertest/compare/v7.1.1...v7.1.3">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/~titanism">titanism</a>, a new releaser for supertest since your current version.</p> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=supertest&package-manager=npm_and_yarn&previous-version=7.1.1&new-version=7.1.3)](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 af5f083 commit df7f71f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
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.10",
3535
"prettier": "^3.6.2",
36-
"supertest": "^7.1.1",
36+
"supertest": "^7.1.3",
3737
"typescript": "^5.8.3",
3838
"yargs": "^17.7.2"
3939
},

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5442,7 +5442,7 @@ __metadata:
54425442
lodash: "npm:^4.17.21"
54435443
nodemon: "npm:^3.1.10"
54445444
prettier: "npm:^3.6.2"
5445-
supertest: "npm:^7.1.1"
5445+
supertest: "npm:^7.1.3"
54465446
typescript: "npm:^5.8.3"
54475447
yargs: "npm:^17.7.2"
54485448
bin:
@@ -6957,9 +6957,9 @@ __metadata:
69576957
languageName: node
69586958
linkType: hard
69596959

6960-
"superagent@npm:^10.2.1":
6961-
version: 10.2.1
6962-
resolution: "superagent@npm:10.2.1"
6960+
"superagent@npm:^10.2.2":
6961+
version: 10.2.2
6962+
resolution: "superagent@npm:10.2.2"
69636963
dependencies:
69646964
component-emitter: "npm:^1.3.0"
69656965
cookiejar: "npm:^2.1.4"
@@ -6970,17 +6970,17 @@ __metadata:
69706970
methods: "npm:^1.1.2"
69716971
mime: "npm:2.6.0"
69726972
qs: "npm:^6.11.0"
6973-
checksum: 526e3716f765873fc2f98a00fe0c8cbfe57976c501a30486307eefe54a6a5e379a0adf2ca8b29d40bc33a34d6baf7814972b0398b6002445ca3b4af07487f090
6973+
checksum: 7a5203616a421591d20eeefc1ae39b68270d4ed05eb920f53cc5ee4682370e5190d01bde933158dbe0e217d889b145239f2115b8b14dcc1744f26486a0bf3699
69746974
languageName: node
69756975
linkType: hard
69766976

6977-
"supertest@npm:^7.1.1":
6978-
version: 7.1.1
6979-
resolution: "supertest@npm:7.1.1"
6977+
"supertest@npm:^7.1.3":
6978+
version: 7.1.3
6979+
resolution: "supertest@npm:7.1.3"
69806980
dependencies:
69816981
methods: "npm:^1.1.2"
6982-
superagent: "npm:^10.2.1"
6983-
checksum: d5ca56e5a78b145bcfb44c0d9518bdcfce4657b62d0b4c37561c772a8a21b91a6a7c63832e73764484dfc32e4183e6e42028595d539028c05458e8d9867baf75
6982+
superagent: "npm:^10.2.2"
6983+
checksum: 3ca9ea4bf360ea79ecdd059fdb3bffcf7e10145b959913491a0fe36f17b54d09e22103e5d10dfc462bdb1f84de8794cf26b7eaf3d39de8326a8aad1c05fe9aaa
69846984
languageName: node
69856985
linkType: hard
69866986

0 commit comments

Comments
 (0)