mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 00:40:58 +01:00
chore(deps): update dependency supertest to ^6.3.4 (#183)
* chore(deps): update dependency supertest to ^6.3.4 * ci: fix format issue --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e1a98f7fc0
commit
0da3253d21
@@ -38,10 +38,10 @@
|
||||
"@swc/core": "^1.4.2",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/node": "^20.11.24",
|
||||
"@types/supertest": "^2.0.16",
|
||||
"@types/supertest": "^6.0.2",
|
||||
"eslint": "^8.57.0",
|
||||
"prettier": "^3.2.5",
|
||||
"supertest": "^6.1.3",
|
||||
"supertest": "^6.3.4",
|
||||
"ts-node": "^10.9.2",
|
||||
"tsconfig-paths": "^4.2.0",
|
||||
"typescript": "^5.3.3",
|
||||
|
||||
11
pnpm-lock.yaml
generated
11
pnpm-lock.yaml
generated
@@ -106,8 +106,8 @@ importers:
|
||||
specifier: ^20.11.24
|
||||
version: 20.11.24
|
||||
'@types/supertest':
|
||||
specifier: ^2.0.16
|
||||
version: 2.0.16
|
||||
specifier: ^6.0.2
|
||||
version: 6.0.2
|
||||
eslint:
|
||||
specifier: ^8.57.0
|
||||
version: 8.57.0
|
||||
@@ -115,7 +115,7 @@ importers:
|
||||
specifier: ^3.2.5
|
||||
version: 3.2.5
|
||||
supertest:
|
||||
specifier: ^6.1.3
|
||||
specifier: ^6.3.4
|
||||
version: 6.3.4
|
||||
ts-node:
|
||||
specifier: ^10.9.2
|
||||
@@ -3195,9 +3195,10 @@ packages:
|
||||
'@types/node': 20.11.24
|
||||
dev: true
|
||||
|
||||
/@types/supertest@2.0.16:
|
||||
resolution: {integrity: sha512-6c2ogktZ06tr2ENoZivgm7YnprnhYE4ZoXGMY+oA7IuAf17M8FWvujXZGmxLv8y0PTyts4x5A+erSwVUFA8XSg==}
|
||||
/@types/supertest@6.0.2:
|
||||
resolution: {integrity: sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg==}
|
||||
dependencies:
|
||||
'@types/methods': 1.1.4
|
||||
'@types/superagent': 8.1.4
|
||||
dev: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user