From ea38d3608507700a46fd28370f296e4ded09eeac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 04:51:55 +0000 Subject: [PATCH] chore(deps): bump github.com/go-chi/chi/v5 Bumps the go-minor-and-patch group in /frontend with 1 update: [github.com/go-chi/chi/v5](https://github.com/go-chi/chi). Updates `github.com/go-chi/chi/v5` from 5.2.2 to 5.2.5 - [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.2.2...v5.2.5) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/v5 dependency-version: 5.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-and-patch ... Signed-off-by: dependabot[bot] --- frontend/go.mod | 2 +- frontend/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/go.mod b/frontend/go.mod index 22a6be0..de12efe 100644 --- a/frontend/go.mod +++ b/frontend/go.mod @@ -2,4 +2,4 @@ module github.com/strausmann/label-printer-hub/frontend go 1.23 -require github.com/go-chi/chi/v5 v5.2.2 +require github.com/go-chi/chi/v5 v5.2.5 diff --git a/frontend/go.sum b/frontend/go.sum index ed9ec89..a4ac04e 100644 --- a/frontend/go.sum +++ b/frontend/go.sum @@ -1,2 +1,2 @@ -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= +github.com/go-chi/chi/v5 v5.2.5 h1:Eg4myHZBjyvJmAFjFvWgrqDTXFyOzjj7YIm3L3mu6Ug= +github.com/go-chi/chi/v5 v5.2.5/go.mod h1:X7Gx4mteadT3eDOMTsXzmI4/rwUpOwBHLpAfupzFJP0=