diff --git a/package-lock.json b/package-lock.json index 892c085c..ffe1260e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/tailwind": "^5.1.3", "@fastify/basic-auth": "^6.0.2", "@fastify/compress": "^8.0.1", - "@fastify/middie": "^9.0.2", + "@fastify/middie": "^9.0.3", "@fastify/static": "^8.0.3", "@mercuryworkshop/bare-mux": "2.1.7", "@mercuryworkshop/epoxy-transport": "2.1.27", @@ -957,10 +957,19 @@ } }, "node_modules/@fastify/middie": { - "version": "9.0.2", - "resolved": "https://registry.npmjs.org/@fastify/middie/-/middie-9.0.2.tgz", - "integrity": "sha512-MHvAhUBxrefkpx4A8HtjOjAdlaCtY8j19PC6ORfm7KPMb/dklDeqBqR4xPRTtcBRPZUYq2jAJJWQCB4eO+dtKw==", - "license": "MIT", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@fastify/middie/-/middie-9.0.3.tgz", + "integrity": "sha512-7OYovKXp9UKYeVMcjcFLMcSpoMkmcZmfnG+eAvtdiatN35W7c+r9y1dRfpA+pfFVNuHGGqI3W+vDTmjvcfLcMA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fastify" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fastify" + } + ], "dependencies": { "@fastify/error": "^4.0.0", "fastify-plugin": "^5.0.0", diff --git a/package.json b/package.json index 03976fe3..baba27ef 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@astrojs/tailwind": "^5.1.3", "@fastify/basic-auth": "^6.0.2", "@fastify/compress": "^8.0.1", - "@fastify/middie": "^9.0.2", + "@fastify/middie": "^9.0.3", "@fastify/static": "^8.0.3", "@mercuryworkshop/bare-mux": "2.1.7", "@mercuryworkshop/epoxy-transport": "2.1.27", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7b0f3e78..d4d325f8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^8.0.1 version: 8.0.1 '@fastify/middie': - specifier: ^9.0.2 - version: 9.0.2 + specifier: ^9.0.3 + version: 9.0.3 '@fastify/static': specifier: ^8.0.3 version: 8.0.3 @@ -699,8 +699,8 @@ packages: '@fastify/merge-json-schemas@0.1.1': resolution: {integrity: sha512-fERDVz7topgNjtXsJTTW1JKLy0rhuLRcquYqNR9rF7OcVpCa2OVW49ZPDIhaRRCaUuvVxI+N416xUoF76HNSXA==} - '@fastify/middie@9.0.2': - resolution: {integrity: sha512-MHvAhUBxrefkpx4A8HtjOjAdlaCtY8j19PC6ORfm7KPMb/dklDeqBqR4xPRTtcBRPZUYq2jAJJWQCB4eO+dtKw==} + '@fastify/middie@9.0.3': + resolution: {integrity: sha512-7OYovKXp9UKYeVMcjcFLMcSpoMkmcZmfnG+eAvtdiatN35W7c+r9y1dRfpA+pfFVNuHGGqI3W+vDTmjvcfLcMA==} '@fastify/proxy-addr@5.0.0': resolution: {integrity: sha512-37qVVA1qZ5sgH7KpHkkC4z9SK6StIsIcOmpjvMPXNb3vx2GQxhZocogVYbr2PbbeLCQxYIPDok307xEvRZOzGA==} @@ -3387,7 +3387,7 @@ snapshots: dependencies: fast-deep-equal: 3.1.3 - '@fastify/middie@9.0.2': + '@fastify/middie@9.0.3': dependencies: '@fastify/error': 4.0.0 fastify-plugin: 5.0.1