From cf59cd7ddee914b5c399f3a4982ec7ef78110033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 13:49:03 +0700 Subject: [PATCH] deps[wasm-tests]: bump @fastify/static in /bindings/wasm/tests (#31) [skip ci] Bumps [@fastify/static](https://github.com/fastify/fastify-static) from 7.0.4 to 8.0.0. - [Release notes](https://github.com/fastify/fastify-static/releases) - [Commits](https://github.com/fastify/fastify-static/compare/v7.0.4...v8.0.0) --- updated-dependencies: - dependency-name: "@fastify/static" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 431b1b2b..7115054d 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": "^7.0.0", + "@fastify/static": "^8.0.0", "fastify": "^5.0.0", "puppeteer": "^23.0.2" },