mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
chore(deps): update dependency @types/supertest to v6 (#1588)
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:
parent
91dd5df25b
commit
81e3efd070
|
@ -81,7 +81,7 @@
|
||||||
"@types/socketcluster-client": "^16.0.3",
|
"@types/socketcluster-client": "^16.0.3",
|
||||||
"@types/socketcluster-server": "^17.3.3",
|
"@types/socketcluster-server": "^17.3.3",
|
||||||
"@types/styled-components": "^5.1.34",
|
"@types/styled-components": "^5.1.34",
|
||||||
"@types/supertest": "^2.0.16",
|
"@types/supertest": "^6.0.2",
|
||||||
"@types/uuid": "^9.0.7",
|
"@types/uuid": "^9.0.7",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
"@typescript-eslint/eslint-plugin": "^6.15.0",
|
||||||
"@typescript-eslint/parser": "^6.15.0",
|
"@typescript-eslint/parser": "^6.15.0",
|
||||||
|
|
|
@ -1412,8 +1412,8 @@ importers:
|
||||||
specifier: ^5.1.34
|
specifier: ^5.1.34
|
||||||
version: 5.1.34
|
version: 5.1.34
|
||||||
'@types/supertest':
|
'@types/supertest':
|
||||||
specifier: ^2.0.16
|
specifier: ^6.0.2
|
||||||
version: 2.0.16
|
version: 6.0.2
|
||||||
'@types/uuid':
|
'@types/uuid':
|
||||||
specifier: ^9.0.7
|
specifier: ^9.0.7
|
||||||
version: 9.0.7
|
version: 9.0.7
|
||||||
|
@ -10551,9 +10551,10 @@ packages:
|
||||||
'@types/node': 20.10.5
|
'@types/node': 20.10.5
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@types/supertest@2.0.16:
|
/@types/supertest@6.0.2:
|
||||||
resolution: {integrity: sha512-6c2ogktZ06tr2ENoZivgm7YnprnhYE4ZoXGMY+oA7IuAf17M8FWvujXZGmxLv8y0PTyts4x5A+erSwVUFA8XSg==}
|
resolution: {integrity: sha512-137ypx2lk/wTQbW6An6safu9hXmajAifU/s7szAHLN/FeIm5w7yR0Wkl9fdJMRSHwOn4HLAI0DaB2TOORuhPDg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@types/methods': 1.1.4
|
||||||
'@types/superagent': 8.1.1
|
'@types/superagent': 8.1.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
@ -16504,6 +16505,7 @@ packages:
|
||||||
chalk: 3.0.0
|
chalk: 3.0.0
|
||||||
diff-match-patch: 1.0.5
|
diff-match-patch: 1.0.5
|
||||||
dev: false
|
dev: false
|
||||||
|
bundledDependencies: []
|
||||||
|
|
||||||
/jsonfile@4.0.0:
|
/jsonfile@4.0.0:
|
||||||
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user