From 84440c197256787bd83968780c7247969e6e3236 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 00:55:55 +0000 Subject: [PATCH] Update dependency shx to ^0.4.0 --- lib/koa-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/koa-api/package.json b/lib/koa-api/package.json index e1dacef..326b0e2 100644 --- a/lib/koa-api/package.json +++ b/lib/koa-api/package.json @@ -72,7 +72,7 @@ "jest-watch-typeahead": "^1.1.0", "microbundle": "^0.15.0", "next": "12.1.6", - "shx": "^0.3.4", + "shx": "^0.4.0", "supertest": "^6.2.3", "typescript": "^4.6.4", "typedoc": "^0.22.15",