From e568f95c71b0f12ce311f912a24d532dc33dd2e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:34:17 +0000 Subject: [PATCH] Bump go_router from 17.5.0 to 18.0.1 in /deeplink_cookbook Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 17.5.0 to 18.0.1. - [Commits](https://github.com/flutter/packages/commits/go_router-v18.0.1/packages) --- updated-dependencies: - dependency-name: go_router dependency-version: 18.0.1 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..439a15841b 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.1 dev_dependencies: flutter_test: