diff --git a/server/package.json b/server/package.json index ed596b5bf..c58002f7c 100644 --- a/server/package.json +++ b/server/package.json @@ -51,7 +51,7 @@ "@nestjs/cli": "10.4.9", "@nestjs/schematics": "10.2.3", "@nestjs/testing": "10.4.17", - "@types/express": "4.17.21", + "@types/express": "5.0.6", "@types/jest": "29.5.14", "@types/node": "22.15.3", "@types/supertest": "6.0.3", diff --git a/server/pnpm-lock.yaml b/server/pnpm-lock.yaml index f7eae6731..d583a242b 100644 --- a/server/pnpm-lock.yaml +++ b/server/pnpm-lock.yaml @@ -91,8 +91,8 @@ importers: specifier: 10.4.17 version: 10.4.17(@nestjs/common@10.4.17(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.2))(@nestjs/core@11.1.18)(@nestjs/microservices@11.1.19)(@nestjs/platform-express@10.4.17) '@types/express': - specifier: 4.17.21 - version: 4.17.21 + specifier: 5.0.6 + version: 5.0.6 '@types/jest': specifier: 29.5.14 version: 29.5.14 @@ -823,14 +823,14 @@ packages: '@types/estree@1.0.7': resolution: {integrity: sha512-w28IoSUCJpidD/TGviZwwMJckNESJZXFu7NBZ5YJ4mEUnNraUn9Pm8HSZm/jDF1pDWYKspWE7oVphigUPRakIQ==} - '@types/express-serve-static-core@4.19.6': - resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} + '@types/express-serve-static-core@5.1.1': + resolution: {integrity: sha512-v4zIMr/cX7/d2BpAEX3KNKL/JrT1s43s96lLvvdTmza1oEvDudCqK9aF/djc/SWgy8Yh0h30TZx5VpzqFCxk5A==} '@types/express-session@1.18.2': resolution: {integrity: sha512-k+I0BxwVXsnEU2hV77cCobC08kIsn4y44C3gC0b46uxZVMaXA04lSPgRLR/bSL2w0t0ShJiG8o4jPzRG/nscFg==} - '@types/express@4.17.21': - resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} + '@types/express@5.0.6': + resolution: {integrity: sha512-sKYVuV7Sv9fbPIt/442koC7+IIwK5olP1KWeD88e/idgoJqDm3JV/YUiPwkoKK92ylff2MGxSz1CSjsXelx0YA==} '@types/graceful-fs@4.1.9': resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} @@ -874,8 +874,8 @@ packages: '@types/send@0.17.4': resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} - '@types/serve-static@1.15.7': - resolution: {integrity: sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==} + '@types/serve-static@2.2.0': + resolution: {integrity: sha512-8mam4H1NHLtu7nmtalF7eyBH14QyOASmcxHhSfEoRyr0nP/YdoesEtU+uSRvMe96TW/HPTtkoKqQLl53N7UXMQ==} '@types/stack-utils@2.0.3': resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} @@ -4156,7 +4156,7 @@ snapshots: '@types/estree@1.0.7': {} - '@types/express-serve-static-core@4.19.6': + '@types/express-serve-static-core@5.1.1': dependencies: '@types/node': 22.15.3 '@types/qs': 6.9.18 @@ -4165,14 +4165,13 @@ snapshots: '@types/express-session@1.18.2': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.6 - '@types/express@4.17.21': + '@types/express@5.0.6': dependencies: '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 4.19.6 - '@types/qs': 6.9.18 - '@types/serve-static': 1.15.7 + '@types/express-serve-static-core': 5.1.1 + '@types/serve-static': 2.2.0 '@types/graceful-fs@4.1.9': dependencies: @@ -4216,11 +4215,10 @@ snapshots: '@types/mime': 1.3.5 '@types/node': 22.15.3 - '@types/serve-static@1.15.7': + '@types/serve-static@2.2.0': dependencies: '@types/http-errors': 2.0.4 '@types/node': 22.15.3 - '@types/send': 0.17.4 '@types/stack-utils@2.0.3': {}