From f8a755279c31e8601662bd19fba4d7e473dd5222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 21:08:50 +0000 Subject: [PATCH] Bump go_router from 16.3.0 to 17.0.0 in /deeplink_cookbook Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 16.3.0 to 17.0.0. - [Commits](https://github.com/flutter/packages/commits/go_router-v17.0.0/packages) --- updated-dependencies: - dependency-name: go_router dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- deeplink_cookbook/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deeplink_cookbook/pubspec.yaml b/deeplink_cookbook/pubspec.yaml index 3518b42cfd..69e89d50db 100644 --- a/deeplink_cookbook/pubspec.yaml +++ b/deeplink_cookbook/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 - go_router: ^16.0.0 + go_router: ^17.0.0 dev_dependencies: flutter_test: