Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency supertest to v6 #9

Merged
merged 1 commit into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .pnp.js

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/test-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"@protokol/notarization-crypto": "workspace:packages/notarization-crypto",
"dotenv": "^8.2.0",
"ethers": "^5.0.17",
"supertest": "^5.0.0"
"supertest": "^6.0.0"
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11462,7 +11462,7 @@ fsevents@~2.1.2:
ethers: ^5.0.17
prettier: ^2.1.2
rimraf: ^3.0.2
supertest: ^5.0.0
supertest: ^6.0.0
typescript: ~4.1.0
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -12912,13 +12912,13 @@ fsevents@~2.1.2:
languageName: node
linkType: hard

"supertest@npm:^5.0.0":
version: 5.0.0
resolution: "supertest@npm:5.0.0"
"supertest@npm:^6.0.0":
version: 6.0.1
resolution: "supertest@npm:6.0.1"
dependencies:
methods: 1.1.2
superagent: 6.1.0
checksum: b4863c4627d47792048889ab35b36380c6e5026b5f64a29efe7546f69cf04040aee8da9615fc6c46a8813ac481abccdc509b140ea37f8ebfc00efc0508743dce
checksum: 6083017645fe078eb81ec5c99d72dfcc53e9d73815514e47c7b3a5feb6a7d46b1cae781293c816d68cf181a7f3e842b06de796f3da79cfe76ce9160891618d7b
languageName: node
linkType: hard

Expand Down