From 232c21ca2c6c17f924ec647833db1512d0ff8a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 13:00:51 +0000 Subject: [PATCH] Bump github from 9.24.0 to 9.25.0 Bumps [github](https://github.com/SpinlockLabs/github.dart) from 9.24.0 to 9.25.0. - [Release notes](https://github.com/SpinlockLabs/github.dart/releases) - [Changelog](https://github.com/SpinlockLabs/github.dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/SpinlockLabs/github.dart/compare/9.24.0...9.25.0) --- updated-dependencies: - dependency-name: github dependency-version: 9.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index cc07e27..8833bc9 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -109,10 +109,10 @@ packages: dependency: "direct dev" description: name: github - sha256: "57f6ad78591f9638e903409977443093f862d25062a6b582a3c89e4ae44e4814" + sha256: c88cd9f11e131a05b1910e1c742c80e6dc7708701884d1fcf28147fc95933aa8 url: "https://pub.dev" source: hosted - version: "9.24.0" + version: "9.25.0" glob: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 3dfdbfd..7c281dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,5 +12,5 @@ dependencies: dev_dependencies: dart_flutter_team_lints: ^3.2.0 - github: ^9.24.0 + github: ^9.25.0 test: ^1.25.8