From bdca80ba7efe8ad27606a7de4b27982336254711 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 06:56:31 +0000 Subject: [PATCH] chore(deps)(deps): bump go_router from 17.1.0 to 17.2.0 in /client Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 17.1.0 to 17.2.0. - [Commits](https://github.com/flutter/packages/commits/go_router-v17.2.0/packages) --- updated-dependencies: - dependency-name: go_router dependency-version: 17.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/pubspec.lock | 4 ++-- client/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/pubspec.lock b/client/pubspec.lock index 2b11538..73622e6 100644 --- a/client/pubspec.lock +++ b/client/pubspec.lock @@ -838,10 +838,10 @@ packages: dependency: "direct main" description: name: go_router - sha256: "7974313e217a7771557add6ff2238acb63f635317c35fa590d348fb238f00896" + sha256: "48fb2f42ad057476fa4b733cb95e9f9ea7b0b010bb349ea491dca7dbdb18ffc4" url: "https://pub.dev" source: hosted - version: "17.1.0" + version: "17.2.0" google_fonts: dependency: "direct main" description: diff --git a/client/pubspec.yaml b/client/pubspec.yaml index ec854f8..c86d059 100644 --- a/client/pubspec.yaml +++ b/client/pubspec.yaml @@ -35,7 +35,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.9 google_fonts: ^8.0.2 # Google Fonts für schöne Schriftarten - go_router: ^17.1.0 + go_router: ^17.2.0 http: ^1.5.0 provider: ^6.1.2 app_links: ^7.0.0