diff --git a/packages/standard-api-express/package.json b/packages/standard-api-express/package.json index 078068fc..d1fd8a10 100644 --- a/packages/standard-api-express/package.json +++ b/packages/standard-api-express/package.json @@ -25,7 +25,7 @@ "@waveshq/standard-typescript": "workspace:*", "@swc/cli": "^0.1.62", "@swc/core": "^1.3.88", - "@types/express": "^4.17.17", + "@types/express": "^4.17.18", "@types/passport-jwt": "^3.0.10", "async-mutex": "^0.4.0", "cache-manager": "^5.2.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index dc132c09..c652227b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,8 +84,8 @@ importers: specifier: ^1.3.88 version: 1.3.88 '@types/express': - specifier: ^4.17.17 - version: 4.17.17 + specifier: ^4.17.18 + version: 4.17.18 '@types/passport-jwt': specifier: ^3.0.10 version: 3.0.10 @@ -3014,7 +3014,7 @@ packages: engines: {node: '>= 14'} dependencies: '@node-saml/node-saml': 4.0.5 - '@types/express': 4.17.17 + '@types/express': 4.17.18 '@types/passport': 1.0.12 '@types/passport-strategy': 0.2.35 passport: 0.6.0 @@ -3693,8 +3693,8 @@ packages: '@types/send': 0.17.1 dev: false - /@types/express@4.17.17: - resolution: {integrity: sha512-Q4FmmuLGBG58btUnfS1c1r/NQdlp3DMfGDGig8WhfpA2YRUtEkxAjkZb0yvplJGYdF1fsQ81iMDcH24sSCNC/Q==} + /@types/express@4.17.18: + resolution: {integrity: sha512-Sxv8BSLLgsBYmcnGdGjjEjqET2U+AKAdCRODmMiq02FgjwuV75Ut85DRpvFjyw/Mk0vgUOliGRU0UUmuuZHByQ==} dependencies: '@types/body-parser': 1.19.3 '@types/express-serve-static-core': 4.17.36 @@ -3782,7 +3782,7 @@ packages: /@types/passport-jwt@3.0.10: resolution: {integrity: sha512-D2A911g2uiFsq/XXFBxQjcBcK4c6zPF2gAx9blEfz2AOXx5UUwsd8ZcMTcPe8z9dhW8LQBYLjv+vug2dvnRevA==} dependencies: - '@types/express': 4.17.17 + '@types/express': 4.17.18 '@types/jsonwebtoken': 9.0.3 '@types/passport-strategy': 0.2.35 dev: false @@ -3790,14 +3790,14 @@ packages: /@types/passport-strategy@0.2.35: resolution: {integrity: sha512-o5D19Jy2XPFoX2rKApykY15et3Apgax00RRLf0RUotPDUsYrQa7x4howLYr9El2mlUApHmCMv5CZ1IXqKFQ2+g==} dependencies: - '@types/express': 4.17.17 + '@types/express': 4.17.18 '@types/passport': 1.0.12 dev: false /@types/passport@1.0.12: resolution: {integrity: sha512-QFdJ2TiAEoXfEQSNDISJR1Tm51I78CymqcBa8imbjo6dNNu+l2huDxxbDEIoFIwOSKMkOfHEikyDuZ38WwWsmw==} dependencies: - '@types/express': 4.17.17 + '@types/express': 4.17.18 dev: false /@types/prop-types@15.7.6: