From cc11733f3d2f9c644bd8e6f98ac680430e8a3e8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 06:22:50 +0000 Subject: [PATCH] deps[wasm:npm]: bump @fastify/static in /bindings/wasm Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 9.3.0 to 10.1.0. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v9.3.0...v10.1.0) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-version: 10.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bindings/wasm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/wasm/package.json b/bindings/wasm/package.json index 3d8d2174..91591a47 100644 --- a/bindings/wasm/package.json +++ b/bindings/wasm/package.json @@ -25,7 +25,7 @@ }, "license": "MIT", "devDependencies": { - "@fastify/static": "^9.0.0", + "@fastify/static": "^10.1.0", "esbuild": "^0.28.0", "fastify": "^5.0.0", "puppeteer": "^25.0.2",