From 7de57b80e63927fee649845e3b345e17cac88955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:55:30 +0000 Subject: [PATCH] Bump go_router from 17.5.0 to 18.0.0 in /deeplink_cookbook Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 17.5.0 to 18.0.0. - [Commits](https://github.com/flutter/packages/commits/go_router-v18.0.0/packages) --- updated-dependencies: - dependency-name: go_router dependency-version: 18.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 978549fe30..9bc2dd9829 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: ^17.4.0 + go_router: ^18.0.0 dev_dependencies: flutter_test: