build(deps): bump superagent from 8.1.2 to 9.0.2 (#6359)
Bumps [superagent](https://github.com/ladjs/superagent) from 8.1.2 to 9.0.2. - [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/v8.1.2...v9.0.2) --- updated-dependencies: - dependency-name: superagent dependency-type: direct:production update-type: version-update:semver-major ... 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:
parent
97fa24a04f
commit
56161f18b3
2 changed files with 5 additions and 4 deletions
|
@ -255,8 +255,8 @@ importers:
|
||||||
specifier: ^4.7.5
|
specifier: ^4.7.5
|
||||||
version: 4.7.5
|
version: 4.7.5
|
||||||
superagent:
|
superagent:
|
||||||
specifier: ^8.1.2
|
specifier: ^9.0.2
|
||||||
version: 8.1.2
|
version: 9.0.2
|
||||||
terser:
|
terser:
|
||||||
specifier: ^5.30.3
|
specifier: ^5.30.3
|
||||||
version: 5.31.0
|
version: 5.31.0
|
||||||
|
@ -4273,6 +4273,7 @@ packages:
|
||||||
hexoid: 1.0.0
|
hexoid: 1.0.0
|
||||||
once: 1.4.0
|
once: 1.4.0
|
||||||
qs: 6.12.1
|
qs: 6.12.1
|
||||||
|
dev: true
|
||||||
|
|
||||||
/formidable@3.5.1:
|
/formidable@3.5.1:
|
||||||
resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
|
resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
|
||||||
|
@ -6775,6 +6776,7 @@ packages:
|
||||||
semver: 7.6.0
|
semver: 7.6.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
dev: true
|
||||||
|
|
||||||
/superagent@9.0.2:
|
/superagent@9.0.2:
|
||||||
resolution: {integrity: sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==}
|
resolution: {integrity: sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==}
|
||||||
|
@ -6791,7 +6793,6 @@ packages:
|
||||||
qs: 6.12.1
|
qs: 6.12.1
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
|
||||||
|
|
||||||
/supertest@7.0.0:
|
/supertest@7.0.0:
|
||||||
resolution: {integrity: sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==}
|
resolution: {integrity: sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==}
|
||||||
|
|
|
@ -67,7 +67,7 @@
|
||||||
"semver": "^7.6.0",
|
"semver": "^7.6.0",
|
||||||
"socket.io": "^4.7.5",
|
"socket.io": "^4.7.5",
|
||||||
"socket.io-client": "^4.7.5",
|
"socket.io-client": "^4.7.5",
|
||||||
"superagent": "^8.1.2",
|
"superagent": "^9.0.2",
|
||||||
"terser": "^5.30.3",
|
"terser": "^5.30.3",
|
||||||
"threads": "^1.7.0",
|
"threads": "^1.7.0",
|
||||||
"tinycon": "0.6.8",
|
"tinycon": "0.6.8",
|
||||||
|
|
Loading…
Reference in a new issue