diff --git a/packages/backend/package.json b/packages/backend/package.json index a13ce02e8a..7c456daecc 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -58,7 +58,7 @@ "@fastify/http-proxy": "11.5.0", "@fastify/multipart": "10.1.0", "@fastify/otel": "0.20.1", - "@fastify/static": "10.1.0", + "@fastify/static": "10.1.2", "@kitajs/html": "4.2.13", "@misskey-dev/emoji-assets": "17.0.3", "@misskey-dev/emoji-data": "17.0.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a430acbf92..4c73584bda 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -192,8 +192,8 @@ importers: specifier: 0.20.1 version: 0.20.1(@opentelemetry/api@1.9.1) '@fastify/static': - specifier: 10.1.0 - version: 10.1.0 + specifier: 10.1.2 + version: 10.1.2 '@kitajs/html': specifier: 4.2.13 version: 4.2.13 @@ -1955,8 +1955,8 @@ packages: '@fastify/send@4.1.0': resolution: {integrity: sha512-TMYeQLCBSy2TOFmV95hQWkiTYgC/SEx7vMdV+wnZVX4tt8VBLKzmH8vV9OzJehV0+XBfg+WxPMt5wp+JBUKsVw==} - '@fastify/static@10.1.0': - resolution: {integrity: sha512-iK/8TvRM/EgNOyQL+EpWu+x3aR6o4GWt+UI+27zmE7w6t/6d80mXqOtWLdEKQ13vL/g1Jry0ae2icj6GP7tGzA==} + '@fastify/static@10.1.2': + resolution: {integrity: sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==} '@file-type/xml@0.4.4': resolution: {integrity: sha512-NhCyXoHlVZ8TqM476hyzwGJ24+D5IPSaZhmrPj7qXnEVb3q6jrFzA3mM9TBpknKSI9EuQeGTKRg2DXGUwvBBoQ==} @@ -10088,7 +10088,7 @@ snapshots: http-errors: 2.0.1 mime: 3.0.0 - '@fastify/static@10.1.0': + '@fastify/static@10.1.2': dependencies: '@fastify/accept-negotiator': 2.0.1 '@fastify/error': 4.2.0 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4d3caf525a..2eb12d2e0c 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -58,6 +58,8 @@ minimumReleaseAgeExclude: - "@opentelemetry/core@2.8.0" # Renovate security update: typeorm@1.1.0 - typeorm@1.1.0 + # Renovate security update: @fastify/static@10.1.2 + - "@fastify/static@10.1.2" overrides: '@aiscript-dev/aiscript-languageserver': '-' 'bullmq>ioredis': 5.11.1