chore(deps): update dependency supertest to v7 (#1674)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
This commit is contained in:
renovate[bot] 2024-06-10 00:49:13 +00:00 committed by GitHub
parent d5bbd78c52
commit 35fb9b12f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 16 deletions

View File

@ -92,7 +92,7 @@
"ncp": "^2.0.0",
"rimraf": "^5.0.7",
"socketcluster-client": "^19.2.1",
"supertest": "^6.3.4",
"supertest": "^7.0.0",
"ts-jest": "^29.1.4",
"typescript": "~5.4.5"
}

View File

@ -1282,8 +1282,8 @@ importers:
specifier: ^19.2.1
version: 19.2.1
supertest:
specifier: ^6.3.4
version: 6.3.4
specifier: ^7.0.0
version: 7.0.0
ts-jest:
specifier: ^29.1.4
version: 29.1.4(@babel/core@7.24.7)(esbuild@0.20.2)(jest@29.7.0)(typescript@5.4.5)
@ -14110,13 +14110,12 @@ packages:
combined-stream: 1.0.8
mime-types: 2.1.35
/formidable@2.1.2:
resolution: {integrity: sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==}
/formidable@3.5.1:
resolution: {integrity: sha512-WJWKelbRHN41m5dumb0/k8TeAx7Id/y3a+Z7QfhxP/htI9Js5zYaEDtG8uMgG0vM0lOlqnmjE99/kfpOYi/0Og==}
dependencies:
dezalgo: 1.0.4
hexoid: 1.0.0
once: 1.4.0
qs: 6.12.1
dev: true
/forwarded@0.2.0:
@ -19747,31 +19746,29 @@ packages:
transitivePeerDependencies:
- supports-color
/superagent@8.1.2:
resolution: {integrity: sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==}
engines: {node: '>=6.4.0 <13 || >=14'}
deprecated: Please upgrade to v9.0.0+ as we have fixed a public vulnerability with formidable dependency. Note that v9.0.0+ requires Node.js v14.18.0+. See https://github.com/ladjs/superagent/pull/1800 for insight. This project is supported and maintained by the team at Forward Email @ https://forwardemail.net
/superagent@9.0.2:
resolution: {integrity: sha512-xuW7dzkUpcJq7QnhOsnNUgtYp3xRwpt2F7abdRYIpCsAt0hhUqia0EdxyXZQQpNmGtsCzYHryaKSV3q3GJnq7w==}
engines: {node: '>=14.18.0'}
dependencies:
component-emitter: 1.3.1
cookiejar: 2.1.4
debug: 4.3.5(supports-color@5.5.0)
fast-safe-stringify: 2.1.1
form-data: 4.0.0
formidable: 2.1.2
formidable: 3.5.1
methods: 1.1.2
mime: 2.6.0
qs: 6.12.1
semver: 7.6.2
transitivePeerDependencies:
- supports-color
dev: true
/supertest@6.3.4:
resolution: {integrity: sha512-erY3HFDG0dPnhw4U+udPfrzXa4xhSG+n4rxfRuZWCUvjFWwKl+OxWf/7zk50s84/fAAs7vf5QAb9uRa0cCykxw==}
engines: {node: '>=6.4.0'}
/supertest@7.0.0:
resolution: {integrity: sha512-qlsr7fIC0lSddmA3tzojvzubYxvlGtzumcdHgPwbFWMISQwL22MhM2Y3LNt+6w9Yyx7559VW5ab70dgphm8qQA==}
engines: {node: '>=14.18.0'}
dependencies:
methods: 1.1.2
superagent: 8.1.2
superagent: 9.0.2
transitivePeerDependencies:
- supports-color
dev: true