Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 27, 2024
1 parent 5c1888d commit 438b587
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 42 deletions.
2 changes: 1 addition & 1 deletion examples/express-helmet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"express": "^4.17.1",
"graphql-yoga": "5.3.1",
"helmet": "^7.0.0",
"supertest": "^6.1.6"
"supertest": "^7.0.0"
},
"devDependencies": {
"ts-node": "10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/express": "^4.17.13",
"express": "^4.17.1",
"graphql-yoga": "5.3.1",
"supertest": "^6.1.6"
"supertest": "^7.0.0"
},
"devDependencies": {
"ts-node": "10.9.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/koa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@types/koa": "2.13.6",
"graphql-yoga": "5.3.1",
"koa": "2.14.2",
"supertest": "^6.1.6"
"supertest": "^7.0.0"
},
"devDependencies": {
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"prettier": "^3.0.0",
"pretty-quick": "^3.1.2",
"rimraf": "^5.0.0",
"supertest": "^6.1.6",
"supertest": "^7.0.0",
"ts-jest": "^29.0.0",
"typescript": "5.1.6",
"weak-napi": "2.0.2",
Expand Down
67 changes: 29 additions & 38 deletions pnpm-lock.yaml

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

0 comments on commit 438b587

Please sign in to comment.