diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9a1600ae0..48be34ce2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -139,8 +139,8 @@ catalogs: specifier: ^4.0.0 version: 4.1.4 fastify: - specifier: 5.2.1 - version: 5.2.1 + specifier: 5.3.2 + version: 5.3.2 husky: specifier: 9.1.7 version: 9.1.7 @@ -368,7 +368,7 @@ importers: version: 4.1.4(@typescript-eslint/eslint-plugin@6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1)(typescript@5.7.3))(eslint@8.57.1) fastify: specifier: 'catalog:' - version: 5.2.1 + version: 5.3.2 husky: specifier: 'catalog:' version: 9.1.7 @@ -4191,6 +4191,9 @@ packages: fastify@5.2.1: resolution: {integrity: sha512-rslrNBF67eg8/Gyn7P2URV8/6pz8kSAscFL4EThZJ8JBMaXacVdVE4hmUcnPNKERl5o/xTiBSLfdowBRhVF1WA==} + fastify@5.3.2: + resolution: {integrity: sha512-AIPqBgtqBAwkOkrnwesEE+dOyU30dQ4kh7udxeGVR05CRGwubZx+p2H8P0C4cRnQT0+EPK4VGea2DTL2RtWttg==} + fastq@1.18.0: resolution: {integrity: sha512-QKHXPW0hD8g4UET03SdOdunzSouc9N4AuHdsX8XNcTsuz+yYFILVNIX4l9yHABMhiEI9Db0JTTIpu0wB+Y1QQw==} @@ -5875,6 +5878,9 @@ packages: process-warning@4.0.1: resolution: {integrity: sha512-3c2LzQ3rY9d0hc1emcsHhfT9Jwz0cChib/QN89oME2R451w5fy3f0afAhERFZAwrbDU43wk12d0ORBpDVME50Q==} + process-warning@5.0.0: + resolution: {integrity: sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==} + promise-breaker@6.0.0: resolution: {integrity: sha512-BthzO9yTPswGf7etOBiHCVuugs2N01/Q/94dIPls48z2zCmrnDptUUZzfIb+41xq0MnYZ/BzmOd6ikDR4ibNZA==} @@ -6171,6 +6177,9 @@ packages: secure-json-parse@3.0.2: resolution: {integrity: sha512-H6nS2o8bWfpFEV6U38sOSjS7bTbdgbCGU9wEM6W14P5H0QOsz94KCusifV44GpHDTu2nqZbuDNhTzu+mjDSw1w==} + secure-json-parse@4.0.0: + resolution: {integrity: sha512-dxtLJO6sc35jWidmLxo7ij+Eg48PM/kleBsxpC8QJE0qJICe+KawkDQmvCMZUr9u7WKVHgMW6vy3fQ7zMiFZMA==} + semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true @@ -10205,6 +10214,24 @@ snapshots: semver: 7.7.1 toad-cache: 3.7.0 + fastify@5.3.2: + dependencies: + '@fastify/ajv-compiler': 4.0.2 + '@fastify/error': 4.0.0 + '@fastify/fast-json-stringify-compiler': 5.0.2 + '@fastify/proxy-addr': 5.0.0 + abstract-logging: 2.0.1 + avvio: 9.1.0 + fast-json-stringify: 6.0.1 + find-my-way: 9.1.0 + light-my-request: 6.6.0 + pino: 9.6.0 + process-warning: 5.0.0 + rfdc: 1.4.1 + secure-json-parse: 4.0.0 + semver: 7.7.1 + toad-cache: 3.7.0 + fastq@1.18.0: dependencies: reusify: 1.0.4 @@ -12054,6 +12081,8 @@ snapshots: process-warning@4.0.1: {} + process-warning@5.0.0: {} + promise-breaker@6.0.0: {} prompts@2.4.2: @@ -12443,6 +12472,8 @@ snapshots: secure-json-parse@3.0.2: {} + secure-json-parse@4.0.0: {} + semver@6.3.1: {} semver@7.6.3: {} diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 1d3bc4788..a235fe961 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -41,7 +41,7 @@ catalog: "eslint-plugin-import": "^2.27.5" "eslint-plugin-jest": "^28.0.0" "eslint-plugin-unused-imports": "^4.0.0" - "fastify": "5.2.1" + "fastify": "5.3.2" "husky": "9.1.7" "ioredis": "5.4.2" "jest": "29.7.0"