From 068393efa97253dc1201ceeebb83a098a771307d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 06:02:14 +0000 Subject: [PATCH] deps[wasm-tests]: bump @fastify/static in /bindings/wasm/tests Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 8.3.0 to 9.0.0. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v8.3.0...v9.0.0) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bindings/wasm/tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/tests/package.json b/bindings/wasm/tests/package.json index 22eba2a2..c9d6a5c0 100644 --- a/bindings/wasm/tests/package.json +++ b/bindings/wasm/tests/package.json @@ -19,7 +19,7 @@ "license": "MIT", "main": "index.mjs", "dependencies": { - "@fastify/static": "^8.0.0", + "@fastify/static": "^9.0.0", "fastify": "^5.0.0", "puppeteer": "^24.0.0" },