From e0a1661c6cce9acc86f0e83fd73baea0ff8a11c2 Mon Sep 17 00:00:00 2001 From: Katsuyuki Omuro Date: Mon, 15 Jun 2026 13:01:35 +0900 Subject: [PATCH] chore: bump @fastly/cli to v15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4633c7..4f7c72d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "@fastly/js-compute": "^3.33.2" }, "devDependencies": { - "@fastly/cli": "^14.0.0" + "@fastly/cli": "^15.0.0" }, "scripts": { "build": "js-compute-runtime ./src/index.js ./bin/main.wasm",