diff --git a/package.json b/package.json index c875902d..ec31fe53 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "@swc/core": "1.7.28", "@trilon/eslint-plugin": "^0.2.1", "@types/cookie-parser": "1.4.7", - "@types/express": "^4.17.21", + "@types/express": "^5.0.0", "@types/lodash": "^4.17.6", "@types/ms": "^0.7.34", "@types/node": "20.14.14", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index f5df3e6e..94a31967 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -142,8 +142,8 @@ importers: specifier: 1.4.7 version: 1.4.7 '@types/express': - specifier: ^4.17.21 - version: 4.17.21 + specifier: ^5.0.0 + version: 5.0.0 '@types/lodash': specifier: ^4.17.6 version: 4.17.13 @@ -1769,11 +1769,11 @@ packages: '@types/estree@1.0.6': resolution: {integrity: sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==} - '@types/express-serve-static-core@4.19.6': - resolution: {integrity: sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==} + '@types/express-serve-static-core@5.0.5': + resolution: {integrity: sha512-GLZPrd9ckqEBFMcVM/qRFAP0Hg3qiVEojgEFsx/N/zKXsBzbGF6z5FBDpZ0+Xhp1xr+qRZYjfGr1cWHB9oFHSA==} - '@types/express@4.17.21': - resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} + '@types/express@5.0.0': + resolution: {integrity: sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==} '@types/http-cache-semantics@4.0.4': resolution: {integrity: sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==} @@ -7275,7 +7275,7 @@ snapshots: '@types/cookie-parser@1.4.7': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/eslint-scope@3.7.7': dependencies: @@ -7289,17 +7289,17 @@ snapshots: '@types/estree@1.0.6': {} - '@types/express-serve-static-core@4.19.6': + '@types/express-serve-static-core@5.0.5': dependencies: '@types/node': 20.14.14 '@types/qs': 6.9.17 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 - '@types/express@4.17.21': + '@types/express@5.0.0': dependencies: '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 4.19.6 + '@types/express-serve-static-core': 5.0.5 '@types/qs': 6.9.17 '@types/serve-static': 1.15.7 @@ -7340,16 +7340,16 @@ snapshots: '@types/passport-spotify@2.0.4': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/passport-strategy@0.2.38': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/passport': 1.0.17 '@types/passport@1.0.17': dependencies: - '@types/express': 4.17.21 + '@types/express': 5.0.0 '@types/qs@6.9.17': {}