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 Feb 6, 2024
1 parent 3353b67 commit d10fdf9
Show file tree
Hide file tree
Showing 64 changed files with 1,492 additions and 1,076 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -105,7 +105,7 @@
"@types/mocha": "10.0.6",
"@types/node": "20.11.16",
"@types/sinon": "17.0.3",
"@types/supertest": "2.0.16",
"@types/supertest": "6.0.2",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down Expand Up @@ -167,7 +167,7 @@
"sinon-chai": "3.7.0",
"socket.io-client": "4.7.4",
"subscriptions-transport-ws": "0.11.0",
"supertest": "6.3.3",
"supertest": "6.3.4",
"ts-morph": "21.0.1",
"ts-node": "10.9.2",
"typeorm": "0.3.19",
Expand Down
92 changes: 54 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.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",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.1",
Expand Down

0 comments on commit d10fdf9

Please sign in to comment.