From 7064fce8f5d0bf7a5543a05bfa6d47b0760eda48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 18:31:32 +0000 Subject: [PATCH] chore(deps): update dependency @elysiajs/swagger to v1.2.0 --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index 788ce29..0d9cd81 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -20,7 +20,7 @@ export const dependencies = { "@elysiajs/jwt": "^1.1.0", "@elysiajs/server-timing": "^1.1.0", "@elysiajs/static": "^1.1.0", - "@elysiajs/swagger": "^1.1.0", + "@elysiajs/swagger": "^1.2.0", "elysia-autoload": "^1.1.0", "@bogeychan/elysia-logger": "^0.1.1", "@antfu/eslint-config": "^2.25.1",