Bump superagent from 10.1.0 to 10.1.1 (#6719)

Bumps [superagent](https://github.com/ladjs/superagent) from 10.1.0 to 10.1.1.
- [Release notes](https://github.com/ladjs/superagent/releases)
- [Changelog](https://github.com/ladjs/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/ladjs/superagent/compare/v10.1.0...v10.1.1)

---
updated-dependencies:
- dependency-name: superagent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-23 21:07:56 +02:00 committed by GitHub
parent b7d03010fc
commit de2586ddcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 9 deletions

View file

@ -255,8 +255,8 @@ importers:
specifier: ^4.8.0
version: 4.8.0
superagent:
specifier: 10.1.0
version: 10.1.0
specifier: 10.1.1
version: 10.1.1
swagger-ui-express:
specifier: ^5.0.1
version: 5.0.1(express@4.21.1)
@ -2991,6 +2991,9 @@ packages:
formidable@3.5.1:
resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
formidable@3.5.2:
resolution: {integrity: sha512-Jqc1btCy3QzRbJaICGwKcBfGWuLADRerLzDqi2NwSt/UkXLsHJw2TVResiaoBufHVHy9aSgClOHCeJsSsFLTbg==}
forwarded@0.2.0:
resolution: {integrity: sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==}
engines: {node: '>= 0.6'}
@ -3192,6 +3195,10 @@ packages:
resolution: {integrity: sha512-QFLV0taWQOZtvIRIAdBChesmogZrtuXvVWsFHZTk2SU+anspqZ2vMnoLg7IE1+Uk16N19APic1BuF8bC8c2m5g==}
engines: {node: '>=8'}
hexoid@2.0.0:
resolution: {integrity: sha512-qlspKUK7IlSQv2o+5I7yhUd7TxlOG2Vr5LTa3ve2XSNVKAL/n/u/7KLvKmFNimomDIKvZFXWHv0T12mv7rT8Aw==}
engines: {node: '>=8'}
hookable@5.5.3:
resolution: {integrity: sha512-Yc+BQe8SvoXH1643Qez1zqLRmbA5rCL+sSmk6TVos0LWVfNIB7PGncdlId77WzLGSIB5KaWgTaNTs2lNVEI6VQ==}
@ -4437,8 +4444,8 @@ packages:
resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==}
engines: {node: '>=8'}
superagent@10.1.0:
resolution: {integrity: sha512-JMmik7PbnXGlq7g528Gi6apHbVbTz2vrE3du6fuG4kIPSb2PnLoSOPvfjKn8aQYuJcBWAKW6ZG90qPPsE5jZxQ==}
superagent@10.1.1:
resolution: {integrity: sha512-9pIwrHrOj3uAnqg9gDlW7EA2xv+N5au/dSM0kM22HTqmUu8jBxNT+8uA7tA3UoCnmiqzpSbu8rasIUZvbyamMQ==}
engines: {node: '>=14.18.0'}
superagent@8.1.2:
@ -7716,6 +7723,12 @@ snapshots:
hexoid: 1.0.0
once: 1.4.0
formidable@3.5.2:
dependencies:
dezalgo: 1.0.4
hexoid: 2.0.0
once: 1.4.0
forwarded@0.2.0: {}
fresh@0.5.2: {}
@ -7992,6 +8005,8 @@ snapshots:
hexoid@1.0.0: {}
hexoid@2.0.0: {}
hookable@5.5.3: {}
html-encoding-sniffer@4.0.0:
@ -9350,17 +9365,17 @@ snapshots:
strip-json-comments@3.1.1: {}
superagent@10.1.0:
superagent@10.1.1:
dependencies:
component-emitter: 1.3.1
cookiejar: 2.1.4
debug: 4.3.5(supports-color@8.1.1)
debug: 4.3.7
fast-safe-stringify: 2.1.1
form-data: 4.0.0
formidable: 3.5.1
formidable: 3.5.2
methods: 1.1.2
mime: 2.6.0
qs: 6.12.3
qs: 6.13.0
transitivePeerDependencies:
- supports-color

View file

@ -68,7 +68,7 @@
"semver": "^7.6.3",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"superagent": "10.1.0",
"superagent": "10.1.1",
"swagger-ui-express": "^5.0.1",
"tinycon": "0.6.8",
"tsx": "4.19.1",