From 689d6c0d35b9405484563eb6e6c6a17153d953c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 20:04:06 +0000 Subject: [PATCH] chore(deps): bump github.com/go-chi/chi/v5 in /frontend Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.1.0 to 5.2.2. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-chi/chi/compare/v5.1.0...v5.2.2) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/go.mod | 4 +--- frontend/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/go.mod b/frontend/go.mod index 76831f3..22a6be0 100644 --- a/frontend/go.mod +++ b/frontend/go.mod @@ -2,6 +2,4 @@ module github.com/strausmann/label-printer-hub/frontend go 1.23 -require ( - github.com/go-chi/chi/v5 v5.1.0 -) +require github.com/go-chi/chi/v5 v5.2.2 diff --git a/frontend/go.sum b/frontend/go.sum index 823cdbb..ed9ec89 100644 --- a/frontend/go.sum +++ b/frontend/go.sum @@ -1,2 +1,2 @@ -github.com/go-chi/chi/v5 v5.1.0 h1:acVI1TYaD+hhedDJ3r54HyA6sExp3HfXq7QWEEY/xMw= -github.com/go-chi/chi/v5 v5.1.0/go.mod h1:DslCQbL2OYiznFReuXYUmQ2hGd1aDpCnlMNITLSKoi8= +github.com/go-chi/chi/v5 v5.2.2 h1:CMwsvRVTbXVytCk1Wd72Zy1LAsAh9GxMmSNWLHCG618= +github.com/go-chi/chi/v5 v5.2.2/go.mod h1:L2yAIGWB3H+phAw1NxKwWM+7eUH/lU8pOMm5hHcoops=