diff --git a/api-service/package.json b/api-service/package.json index 5bf61bbf..3a7860ac 100644 --- a/api-service/package.json +++ b/api-service/package.json @@ -95,7 +95,7 @@ "@swc/core": "^1.7.36", "@types/amqplib": "^0.10.5", "@types/compression": "^1.7.5", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "@types/graphql-list-fields": "^2.0.7", "@types/json-schema": "^7.0.15", "@types/lodash": "^4.17.12", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fbb2c5ed..576a880f 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -214,8 +214,8 @@ importers: specifier: ^1.7.5 version: 1.7.5 '@types/express': - specifier: ^4.17.21 - version: 4.17.21 + specifier: ^5.0.0 + version: 5.0.0 '@types/graphql-list-fields': specifier: ^2.0.7 version: 2.0.7 @@ -1949,9 +1949,15 @@ packages: '@types/express-serve-static-core@4.19.6': resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} + '@types/express-serve-static-core@5.0.0': + resolution: {integrity: sha512-AbXMTZGt40T+KON9/Fdxx0B2WK5hsgxcfXJLr5bFpZ7b4JCex2WyQPTEKdXqfHiY5nKKBScZ7yCoO6Pvgxfvnw==} + '@types/express@4.17.21': resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} + '@types/express@5.0.0': + resolution: {integrity: sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==} + '@types/fined@1.1.5': resolution: {integrity: sha512-2N93vadEGDFhASTIRbizbl4bNqpMOId5zZfj6hHqYZfEzEfO9onnU4Im8xvzo8uudySDveDHBOOSlTWf38ErfQ==} @@ -7348,7 +7354,7 @@ snapshots: '@types/compression@1.7.5': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/connect@3.4.38': dependencies: @@ -7365,7 +7371,7 @@ snapshots: '@types/cookies@0.9.0': dependencies: '@types/connect': 3.4.38 - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/keygrip': 1.0.6 '@types/node': 22.7.7 @@ -7378,6 +7384,13 @@ snapshots: '@types/range-parser': 1.2.7 '@types/send': 0.17.4 + '@types/express-serve-static-core@5.0.0': + dependencies: + '@types/node': 22.7.7 + '@types/qs': 6.9.16 + '@types/range-parser': 1.2.7 + '@types/send': 0.17.4 + '@types/express@4.17.21': dependencies: '@types/body-parser': 1.19.5 @@ -7385,6 +7398,13 @@ snapshots: '@types/qs': 6.9.16 '@types/serve-static': 1.15.7 + '@types/express@5.0.0': + dependencies: + '@types/body-parser': 1.19.5 + '@types/express-serve-static-core': 5.0.0 + '@types/qs': 6.9.16 + '@types/serve-static': 1.15.7 + '@types/fined@1.1.5': {} '@types/graphql-list-fields@2.0.7': @@ -7454,7 +7474,7 @@ snapshots: '@types/multer@1.4.12': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/node-fetch@2.6.11': dependencies: @@ -7469,13 +7489,13 @@ snapshots: '@types/passport-http-bearer@1.0.41': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/koa': 2.15.0 '@types/passport': 1.0.16 '@types/passport@1.0.16': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/qs@6.9.16': {}