diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 989549452..a414e0b80 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -168,8 +168,8 @@ importers: specifier: 4.21.2 version: 4.21.2 express-rate-limit: - specifier: ^7.5.0 - version: 7.5.0(express@4.21.2) + specifier: ^7.5.1 + version: 7.5.1(express@4.21.2) fast-deep-equal: specifier: ^3.1.3 version: 3.1.3 @@ -3050,11 +3050,11 @@ packages: resolution: {integrity: sha512-/kP8CAwxzLVEeFrMm4kMmy4CCDlpipyA7MYLVrdJIkV0fYF0UaigQHRsxHiuY/GEea+bh4KSv3TIlgr+2UL6bw==} engines: {node: '>=12.0.0'} - express-rate-limit@7.5.0: - resolution: {integrity: sha512-eB5zbQh5h+VenMPM3fh+nw1YExi5nMr6HUCR62ELSP11huvxm/Uir1H1QEyTkk5QX6A58pX6NmaTMceKZ0Eodg==} + express-rate-limit@7.5.1: + resolution: {integrity: sha512-7iN8iPMDzOMHPUYllBEsQdWVB6fPDMPqwjBaFrgr4Jgr/+okjvzAy+UHlYYL/Vs0OsOrMkwS6PJDkFlJwoxUnw==} engines: {node: '>= 16'} peerDependencies: - express: ^4.11 || 5 || ^5.0.0-beta.1 + express: '>= 4.11' express@4.21.2: resolution: {integrity: sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==} @@ -7950,7 +7950,7 @@ snapshots: expect-type@1.2.1: {} - express-rate-limit@7.5.0(express@4.21.2): + express-rate-limit@7.5.1(express@4.21.2): dependencies: express: 4.21.2 diff --git a/src/package.json b/src/package.json index 6d827911d..c5298e442 100644 --- a/src/package.json +++ b/src/package.json @@ -39,7 +39,7 @@ "ejs": "^3.1.10", "esbuild": "^0.25.5", "express": "4.21.2", - "express-rate-limit": "^7.5.0", + "express-rate-limit": "^7.5.1", "fast-deep-equal": "^3.1.3", "find-root": "1.1.0", "formidable": "^3.5.4",