From f08461c0d1bae34cd8b37d7c316d399f3570cb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:48:46 +0000 Subject: [PATCH] chore(deps): Bump @spinframework/build-tools Bumps [@spinframework/build-tools](https://github.com/spinframework/spin-js-sdk/tree/HEAD/packages/build-tools) from 1.0.7 to 2.1.0. - [Release notes](https://github.com/spinframework/spin-js-sdk/releases) - [Commits](https://github.com/spinframework/spin-js-sdk/commits/v2.1.0/packages/build-tools) --- updated-dependencies: - dependency-name: "@spinframework/build-tools" dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- experiments/003_wasm_compile/js-spin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/003_wasm_compile/js-spin/package.json b/experiments/003_wasm_compile/js-spin/package.json index a7f6a7d..7b7af75 100644 --- a/experiments/003_wasm_compile/js-spin/package.json +++ b/experiments/003_wasm_compile/js-spin/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "itty-router": "^5.0.18", - "@spinframework/build-tools": "^1.0.4", + "@spinframework/build-tools": "^2.1.0", "@spinframework/wasi-http-proxy": "^1.0.0" }, "devDependencies": {