Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v7 (#466)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 9, 2024
1 parent 201f2ba commit f59da6a
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 60 deletions.
35 changes: 16 additions & 19 deletions backend-external/package-lock.json

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

2 changes: 1 addition & 1 deletion backend-external/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"mock-req-res": "^1.2.1",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"supertest": "^6.3.4",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
Expand Down
35 changes: 16 additions & 19 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"prisma": "^5.7.0",
"supertest": "^6.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
Expand Down
35 changes: 16 additions & 19 deletions doc-gen-service/package-lock.json

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

2 changes: 1 addition & 1 deletion doc-gen-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"mock-req-res": "^1.2.1",
"nodemon": "^3.0.2",
"prettier": "^3.1.1",
"supertest": "^6.3.3",
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"ts-node": "^10.4.0",
Expand Down

0 comments on commit f59da6a

Please sign in to comment.