Skip to content

Commit 0aaa330

Browse files
chore(deps): update dependency supertest to ^7.1.0 (#127)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b335985 commit 0aaa330

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@
3838
"devDependencies": {
3939
"mocha": "^10.8.2",
4040
"nodemon": "^3.1.9",
41-
"supertest": "^7.0.0"
41+
"supertest": "^7.1.0"
4242
}
4343
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,10 +1241,10 @@ superagent@^9.0.1:
12411241
mime "2.6.0"
12421242
qs "^6.11.0"
12431243

1244-
supertest@^7.0.0:
1245-
version "7.0.0"
1246-
resolved "https://registry.yarnpkg.com/supertest/-/supertest-7.0.0.tgz#cac53b3d6872a0b317980b2b0cfa820f09cd7634"
1247-
integrity sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==
1244+
supertest@^7.1.0:
1245+
version "7.1.0"
1246+
resolved "https://registry.yarnpkg.com/supertest/-/supertest-7.1.0.tgz#09b273174a8820e57ccdb03d9ca0d96c08c96b52"
1247+
integrity sha512-5QeSO8hSrKghtcWEoPiO036fxH0Ii2wVQfFZSP0oqQhmjk8bOLhDFXr4JrvaFmPuEWUoq4znY3uSi8UzLKxGqw==
12481248
dependencies:
12491249
methods "^1.1.2"
12501250
superagent "^9.0.1"

0 commit comments

Comments
 (0)