From 6ed827cad4ba1c43b3ac15e3220f73a0fd5bd020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:52:51 +0000 Subject: [PATCH] chore(deps): bump restana from 5.2.0 to 6.0.0 Bumps [restana](https://github.com/jkyberneees/restana) from 5.2.0 to 6.0.0. - [Release notes](https://github.com/jkyberneees/restana/releases) - [Commits](https://github.com/jkyberneees/restana/commits/v6.0.0) --- updated-dependencies: - dependency-name: restana dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c17c4681..241c8e4a 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "microrouter": "^3.1.3", "ora": "^9.0.0", "polka": "^0.5.2", - "restana": "^5.0.0", + "restana": "^6.0.0", "restify": "^11.0.0", "router": "^2.2.0", "srvx": "^0.11.8",