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 Apr 28, 2024
1 parent 0ce5259 commit cc0938b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"supertest": "^6.3.4",
"supertest": "^7.0.0",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
Expand Down
31 changes: 15 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ __metadata:
npm-run-all2: "npm:^6.1.2"
prettier: "npm:^3.2.5"
rimraf: "npm:^5.0.5"
supertest: "npm:^6.3.4"
supertest: "npm:^7.0.0"
tsup: "npm:^8.0.2"
tsx: "npm:^4.7.2"
typescript: "npm:^5.4.5"
Expand Down Expand Up @@ -2681,15 +2681,14 @@ __metadata:
languageName: node
linkType: hard

"formidable@npm:^2.1.2":
version: 2.1.2
resolution: "formidable@npm:2.1.2"
"formidable@npm:^3.5.1":
version: 3.5.1
resolution: "formidable@npm:3.5.1"
dependencies:
dezalgo: "npm:^1.0.4"
hexoid: "npm:^1.0.0"
once: "npm:^1.4.0"
qs: "npm:^6.11.0"
checksum: 10/d385180e0461f65e6f7b70452859fe1c32aa97a290c2ca33f00cdc33145ef44fa68bbc9b93af2c3af73ae726e42c3477c6619c49f3c34b49934e9481275b7b4c
checksum: 10/c9a7bbbd4ca8142893da88b51cf7797adee022344ea180cf157a108bf999bed5ad8bc07a10a28d8a39fcbfaa02e8cba07f4ba336fbeb330deb23907336ba1fc2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4867,31 +4866,31 @@ __metadata:
languageName: node
linkType: hard

"superagent@npm:^8.1.2":
version: 8.1.2
resolution: "superagent@npm:8.1.2"
"superagent@npm:^9.0.1":
version: 9.0.1
resolution: "superagent@npm:9.0.1"
dependencies:
component-emitter: "npm:^1.3.0"
cookiejar: "npm:^2.1.4"
debug: "npm:^4.3.4"
fast-safe-stringify: "npm:^2.1.1"
form-data: "npm:^4.0.0"
formidable: "npm:^2.1.2"
formidable: "npm:^3.5.1"
methods: "npm:^1.1.2"
mime: "npm:2.6.0"
qs: "npm:^6.11.0"
semver: "npm:^7.3.8"
checksum: 10/33d0072e051baf91c7d68131c70682a0650dd1bd0b8dfb6f88e5bdfcb02e18cc2b42a66e44b32fd405ac6bcf5fd57c6e267bf80e2a8ce57a18166a9d3a78f57d
checksum: 10/a6e7cd5b93aa51b297cc66ede2f08c5143d4645d3ec424f9ee45dd890e6ba33637e63ce0d724c2a9536f83a8d913c0e0a52575fd9c02e0043a5a7d61708a0a45
languageName: node
linkType: hard

"supertest@npm:^6.3.4":
version: 6.3.4
resolution: "supertest@npm:6.3.4"
"supertest@npm:^7.0.0":
version: 7.0.0
resolution: "supertest@npm:7.0.0"
dependencies:
methods: "npm:^1.1.2"
superagent: "npm:^8.1.2"
checksum: 10/93015318f5a90398915a032747973d9eacf9aebec3f07b413eba9d8b3db83ff48fbf6f5a92f9526578cae50153b0f76a37de197141030d856db4371a711b86ee
superagent: "npm:^9.0.1"
checksum: 10/73bf2a37e13856a1b3e6a37b9df5cec8e506aa0360a5f5ecd989d1f4b0edf168883e306012e81e371d5252c17d4c7bef4ba30633dbf3877cbf52fc7af51cca9b
languageName: node
linkType: hard

Expand Down

0 comments on commit cc0938b

Please sign in to comment.