From d2812bf898795ec23f8d5c32ae7fe051ea28df27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:43:45 +0530 Subject: [PATCH 1/2] Bump actions/upload-artifact from 4.3.4 to 4.3.5 (#2376) --- .github/workflows/scorecards-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 9e5ab7692..126ad74d3 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b + uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 with: name: SARIF file path: results.sarif From 5ea363687cdffb83b0387d6d1f1e19b5e5dbf5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 14:44:22 +0530 Subject: [PATCH 2/2] Bump url_strategy from 0.2.0 to 0.3.0 in /navigation_and_routing (#2375) --- navigation_and_routing/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navigation_and_routing/pubspec.yaml b/navigation_and_routing/pubspec.yaml index d81e19b6d..9999e367c 100644 --- a/navigation_and_routing/pubspec.yaml +++ b/navigation_and_routing/pubspec.yaml @@ -16,7 +16,7 @@ dependencies: path_to_regexp: ^0.4.0 quiver: ^3.1.0 url_launcher: ^6.1.1 - url_strategy: ^0.2.0 + url_strategy: ^0.3.0 window_size: git: url: https://github.com/google/flutter-desktop-embedding.git