From d5056ef5c9e4c13279a812824876ec163f186e33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 05:09:43 +0000 Subject: [PATCH] Bump github from 9.2.0 to 9.8.0 in /star_counter/step_07 Bumps [github](https://github.com/SpinlockLabs/github.dart) from 9.2.0 to 9.8.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/commits) --- updated-dependencies: - dependency-name: github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- star_counter/step_07/pubspec.lock | 45 ++++++++++++++++++------------- 1 file changed, 26 insertions(+), 19 deletions(-) diff --git a/star_counter/step_07/pubspec.lock b/star_counter/step_07/pubspec.lock index f592217ccb..76d4cfd1af 100644 --- a/star_counter/step_07/pubspec.lock +++ b/star_counter/step_07/pubspec.lock @@ -14,21 +14,21 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.2" + version: "2.10.0" boolean_selector: dependency: transitive description: name: boolean_selector url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" characters: dependency: transitive description: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" charcode: dependency: transitive description: @@ -42,21 +42,21 @@ packages: name: clock url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.1.1" collection: dependency: transitive description: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.17.0" fake_async: dependency: transitive description: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.1" flutter: dependency: "direct main" description: flutter @@ -87,7 +87,7 @@ packages: name: github url: "https://pub.dartlang.org" source: hosted - version: "9.2.0" + version: "9.8.0" http: dependency: transitive description: @@ -109,6 +109,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "0.17.0" + js: + dependency: transitive + description: + name: js + url: "https://pub.dartlang.org" + source: hosted + version: "0.6.5" json_annotation: dependency: transitive description: @@ -136,28 +143,28 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.11" + version: "0.12.13" material_color_utilities: dependency: transitive description: name: material_color_utilities url: "https://pub.dartlang.org" source: hosted - version: "0.1.3" + version: "0.2.0" meta: dependency: transitive description: name: meta url: "https://pub.dartlang.org" source: hosted - version: "1.7.0" + version: "1.8.0" path: dependency: transitive description: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.2" sky_engine: dependency: transitive description: flutter @@ -169,42 +176,42 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.9.1" stack_trace: dependency: transitive description: name: stack_trace url: "https://pub.dartlang.org" source: hosted - version: "1.10.0" + version: "1.11.0" stream_channel: dependency: transitive description: name: stream_channel url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.1" string_scanner: dependency: transitive description: name: string_scanner url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" term_glyph: dependency: transitive description: name: term_glyph url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.2.1" test_api: dependency: transitive description: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.8" + version: "0.4.16" typed_data: dependency: transitive description: @@ -218,7 +225,7 @@ packages: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.1" + version: "2.1.4" sdks: - dart: ">=2.15.0 <3.0.0" + dart: ">=2.18.0 <3.0.0" flutter: ">=1.17.0"