Skip to content

Commit

Permalink
chore: update dependency supertest to ^6.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 3, 2024
1 parent 7fa5ba7 commit 338d070
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 21 deletions.
2 changes: 1 addition & 1 deletion extensions/authentication-passport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"passport-http": "^0.3.0",
"passport-oauth2": "^1.8.0",
"qs": "^6.12.0",
"supertest": "^6.3.3"
"supertest": "^6.3.4"
}
}
43 changes: 25 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/testlab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@types/fs-extra": "^11.0.4",
"@types/shot": "^4.0.5",
"@types/sinon": "^17.0.3",
"@types/supertest": "^2.0.16",
"@types/supertest": "^6.0.2",
"express": "^4.19.1",
"fs-extra": "^11.2.0",
"oas-validator": "^5.0.8",
"should": "^13.2.3",
"sinon": "^17.0.1",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"tslib": "^2.6.2"
},
"devDependencies": {
Expand Down

0 comments on commit 338d070

Please sign in to comment.