diff --git a/examples/fastify-server/package.json b/examples/fastify-server/package.json index 1763f1d..36f4cc8 100644 --- a/examples/fastify-server/package.json +++ b/examples/fastify-server/package.json @@ -14,7 +14,7 @@ "dependencies": { "@fastify/auth": "4.6.1", "@fastify/caching": "8.4.0", - "@fastify/compress": "7.0.3", + "@fastify/compress": "8.0.1", "@fastify/cookie": "9.4.0", "@fastify/cors": "9.0.1", "@fastify/static": "7.0.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 793fe79..3af067d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -51,8 +51,8 @@ importers: specifier: 8.4.0 version: 8.4.0 '@fastify/compress': - specifier: 7.0.3 - version: 7.0.3 + specifier: 8.0.1 + version: 8.0.1 '@fastify/cookie': specifier: 9.4.0 version: 9.4.0 @@ -730,6 +730,9 @@ packages: resolution: {integrity: sha512-OIHZrb2ImZ7XG85HXOONLcJWGosv7sIvM2ifAPQVhg9Lv7qdmMBNVaai4QTdyuaqbKM5eO6sLSQOYI7wEQeCJQ==} engines: {node: '>=14'} + '@fastify/accept-negotiator@2.0.0': + resolution: {integrity: sha512-/Sce/kBzuTxIq5tJh85nVNOq9wKD8s+viIgX0fFMDBdw95gnpf53qmF1oBgJym3cPFliWUuSloVg/1w/rH0FcQ==} + '@fastify/ajv-compiler@3.6.0': resolution: {integrity: sha512-LwdXQJjmMD+GwLOkP7TVC68qa+pSSogeWWmznRJ/coyTcfe9qA05AHFSe1eZFwK6q+xVRpChnvFUkf1iYaSZsQ==} @@ -743,8 +746,8 @@ packages: '@fastify/caching@8.4.0': resolution: {integrity: sha512-EltwJO+T0qn2isFOYp4F5l4qLAn3vXGV51yqY1Kkl1sat3hTEl/AbMBhfe388dOEzJDtokRlcVyBWbNqeceQlQ==} - '@fastify/compress@7.0.3': - resolution: {integrity: sha512-xa9fo5/DgK1s0bkS6xrYgNn8HmofO5tJvbCDk8QuXshSgLd2cFZANv1ox/Qv7zswS7JroHwTlCVv/XGTVO98tg==} + '@fastify/compress@8.0.1': + resolution: {integrity: sha512-yWNfKhvL4orfN45LKCHCo8Fcsbj1kdNgwyShw2xpdHfzPf4A3MESmgSfUm3TCKQwgqDdrPnLfy1E+3I/DVP+BQ==} '@fastify/cookie@9.4.0': resolution: {integrity: sha512-Th+pt3kEkh4MQD/Q2q1bMuJIB5NX/D5SwSpOKu3G/tjoGbwfpurIMJsWSPS0SJJ4eyjtmQ8OipDQspf8RbUOlg==} @@ -3197,6 +3200,9 @@ packages: fastify-plugin@4.5.1: resolution: {integrity: sha512-stRHYGeuqpEZTL1Ef0Ovr2ltazUT9g844X5z/zEBFLG8RYlpDiOCIG+ATvYEp+/zmc7sN29mcIMp8gvYplYPIQ==} + fastify-plugin@5.0.1: + resolution: {integrity: sha512-HCxs+YnRaWzCl+cWRYFnHmeRFyR5GVnJTAaCJQiYzQSDwK9MgJdyAsuL3nh0EWRCYMgQ5MeziymvmAhUHYHDUQ==} + fastify@4.28.1: resolution: {integrity: sha512-kFWUtpNr4i7t5vY2EJPCN2KgMVpuqfU4NjnJNCgiNB900oiDeYqaNDRcAfeBbOF5hGixixxcKnOU4KN9z6QncQ==} @@ -6895,6 +6901,8 @@ snapshots: '@fastify/accept-negotiator@1.1.0': {} + '@fastify/accept-negotiator@2.0.0': {} + '@fastify/ajv-compiler@3.6.0': dependencies: ajv: 8.16.0 @@ -6914,10 +6922,10 @@ snapshots: fastify-plugin: 4.5.1 uid-safe: 2.1.5 - '@fastify/compress@7.0.3': + '@fastify/compress@8.0.1': dependencies: - '@fastify/accept-negotiator': 1.1.0 - fastify-plugin: 4.5.1 + '@fastify/accept-negotiator': 2.0.0 + fastify-plugin: 5.0.1 mime-db: 1.52.0 minipass: 7.1.2 peek-stream: 1.1.3 @@ -10149,6 +10157,8 @@ snapshots: fastify-plugin@4.5.1: {} + fastify-plugin@5.0.1: {} + fastify@4.28.1: dependencies: '@fastify/ajv-compiler': 3.6.0