diff --git a/packages/redux-devtools-cli/package.json b/packages/redux-devtools-cli/package.json index 1c4cddd8..9d5144dd 100644 --- a/packages/redux-devtools-cli/package.json +++ b/packages/redux-devtools-cli/package.json @@ -81,7 +81,7 @@ "@types/socketcluster-client": "^16.0.3", "@types/socketcluster-server": "^17.3.3", "@types/styled-components": "^5.1.34", - "@types/supertest": "^2.0.16", + "@types/supertest": "^6.0.2", "@types/uuid": "^9.0.7", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c9149b1..bdbdc232 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1412,8 +1412,8 @@ importers: specifier: ^5.1.34 version: 5.1.34 '@types/supertest': - specifier: ^2.0.16 - version: 2.0.16 + specifier: ^6.0.2 + version: 6.0.2 '@types/uuid': specifier: ^9.0.7 version: 9.0.7 @@ -10551,9 +10551,10 @@ packages: '@types/node': 20.10.5 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.1 dev: true @@ -16504,6 +16505,7 @@ packages: chalk: 3.0.0 diff-match-patch: 1.0.5 dev: false + bundledDependencies: [] /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==}