Skip to content

Commit

Permalink
chore(deps): update dependency @types/supertest to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 8, 2024
1 parent afe5572 commit 768cd2b
Show file tree
Hide file tree
Showing 62 changed files with 1,050 additions and 634 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -105,7 +105,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.10.6",
"@types/sinon": "17.0.2",
"@types/supertest": "2.0.16",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.17.0",
"@typescript-eslint/parser": "6.17.0",
Expand Down
62 changes: 39 additions & 23 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.

2 changes: 1 addition & 1 deletion sample/01-cats-app/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
"@types/node": "20.8.7",
"@types/supertest": "2.0.16",
"@types/supertest": "6.0.2",
"jest": "29.7.0",
"prettier": "3.0.3",
"supertest": "6.3.3",
Expand Down
62 changes: 39 additions & 23 deletions sample/02-gateways/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 sample/02-gateways/package.json
Expand Up @@ -39,7 +39,7 @@
"@types/express": "4.17.21",
"@types/jest": "29.5.11",
"@types/node": "20.8.7",
"@types/supertest": "2.0.16",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
Expand Down

0 comments on commit 768cd2b

Please sign in to comment.