From ce84fe9cae1ff941fbdfaf428150e00c13db9569 Mon Sep 17 00:00:00 2001 From: Minori Date: Wed, 8 Jul 2026 07:07:00 -0700 Subject: [PATCH] deps: update fastify to 5.9.0 --- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 19a61cd..43b685c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "@xmldom/xmldom": "0.9.10", "canvas": "3.2.3", - "fastify": "^5.8.5", + "fastify": "5.9.0", "qr-code-styling": "1.9.2" }, "devDependencies": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 9f30564..d8a6eb4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: 3.2.3 version: 3.2.3 fastify: - specifier: ^5.8.5 - version: 5.8.5 + specifier: 5.9.0 + version: 5.9.0 qr-code-styling: specifier: 1.9.2 version: 1.9.2 @@ -1160,8 +1160,8 @@ packages: fast-uri@3.1.2: resolution: {integrity: sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==} - fastify@5.8.5: - resolution: {integrity: sha512-Yqptv59pQzPgQUSIm87hMqHJmdkb1+GPxdE6vW6FRyVE9G86mt7rOghitiU4JHRaTyDUk9pfeKmDeu70lAwM4Q==} + fastify@5.9.0: + resolution: {integrity: sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==} fastq@1.20.1: resolution: {integrity: sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw==} @@ -3666,7 +3666,7 @@ snapshots: fast-uri@3.1.2: {} - fastify@5.8.5: + fastify@5.9.0: dependencies: '@fastify/ajv-compiler': 4.0.5 '@fastify/error': 4.2.0 -- 2.52.0