Skip to content

Commit

Permalink
upgrade superagent
Browse files Browse the repository at this point in the history
  • Loading branch information
mojitoj committed Apr 23, 2024
1 parent 183cfe7 commit 6c626fd
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"superagent": "^8.1.2",
"superagent": "^9.0.1",
"winston": "^3.13.0"
},
"packageManager": "yarn@3.6.4",
Expand Down
31 changes: 30 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,17 @@ __metadata:
languageName: node
linkType: hard

"formidable@npm:^3.5.1":
version: 3.5.1
resolution: "formidable@npm:3.5.1"
dependencies:
dezalgo: ^1.0.4
hexoid: ^1.0.0
once: ^1.4.0
checksum: 46b21496f9f985161cf7636163147b6728f9997c7e1d59433680d92619758bf6862330e6d105b5816bafcd1ab32f27ef183455991f93ef836ea731c68db62af9
languageName: node
linkType: hard

"forwarded@npm:0.2.0":
version: 0.2.0
resolution: "forwarded@npm:0.2.0"
Expand Down Expand Up @@ -3198,7 +3209,7 @@ __metadata:
nodemon: ^3.1.0
precise-commits: ^1.0.2
prettier: ^3.2.5
superagent: ^8.1.2
superagent: ^9.0.1
supertest: ^6.3.4
winston: ^3.13.0
languageName: unknown
Expand Down Expand Up @@ -4674,6 +4685,24 @@ __metadata:
languageName: node
linkType: hard

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

"supertest@npm:^6.3.4":
version: 6.3.4
resolution: "supertest@npm:6.3.4"
Expand Down

0 comments on commit 6c626fd

Please sign in to comment.