From 7524aab0804a719a846eef14ae0ad5daadf902a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:38:48 +0000 Subject: [PATCH] fix(deps): update dependency @fastify/static to v9 --- package.json | 2 +- pnpm-lock.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ba35746..44ab8f0 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "dl-wordpress": "rm -rf workdpress && curl -O https://wordpress.org/latest.zip && unzip latest.zip ; rm latest.zip" }, "dependencies": { - "@fastify/static": "^8.2.0", + "@fastify/static": "^9.0.0", "@platformatic/php-node": "^1.3.0", "@platformatic/service": "^3.0.2", "fastify-plugin": "^5.0.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 43ab795..8924674 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: dependencies: '@fastify/static': - specifier: ^8.2.0 - version: 8.3.0 + specifier: ^9.0.0 + version: 9.0.0 '@platformatic/php-node': specifier: ^1.3.0 version: 1.4.0