Skip to content

Commit

Permalink
chore(deps): update dependency supertest to v6.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 8, 2024
1 parent 1368881 commit 21617d5
Show file tree
Hide file tree
Showing 55 changed files with 1,023 additions and 733 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -105,7 +105,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.12.7",
"@types/sinon": "17.0.3",
"@types/supertest": "2.0.16",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
Expand Down
93 changes: 55 additions & 38 deletions sample/01-cats-app/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 sample/01-cats-app/package.json
Expand Up @@ -35,10 +35,10 @@
"@types/express": "4.17.21",
"@types/jest": "29.5.12",
"@types/node": "20.8.7",
"@types/supertest": "2.0.16",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.2.5",
"supertest": "6.3.3",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
Expand Down

0 comments on commit 21617d5

Please sign in to comment.