Skip to content

Commit

Permalink
chore(deps): bump collection from 1.16.0 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [collection](https://github.com/dart-lang/collection) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/dart-lang/collection/releases)
- [Changelog](https://github.com/dart-lang/collection/blob/master/CHANGELOG.md)
- [Commits](dart-archive/collection@1.16.0...1.17.0)

---
updated-dependencies:
- dependency-name: collection
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2023
1 parent 59561ab commit 59fffd7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.9.0"
version: "2.10.0"
audio_service:
dependency: "direct main"
description:
Expand Down Expand Up @@ -196,7 +196,7 @@ packages:
name: boolean_selector
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
build:
dependency: transitive
description:
Expand Down Expand Up @@ -322,7 +322,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.16.0"
version: "1.17.0"
color:
dependency: transitive
description:
Expand Down Expand Up @@ -776,7 +776,7 @@ packages:
name: js
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.4"
version: "0.6.5"
json_annotation:
dependency: transitive
description:
Expand Down Expand Up @@ -839,14 +839,14 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.12"
version: "0.12.13"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.5"
version: "0.2.0"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -1287,7 +1287,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.9.0"
version: "1.9.1"
spotify:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1315,7 +1315,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0"
version: "1.11.0"
state_notifier:
dependency: transitive
description:
Expand All @@ -1329,7 +1329,7 @@ packages:
name: stream_channel
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
stream_transform:
dependency: transitive
description:
Expand All @@ -1343,7 +1343,7 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
synchronized:
dependency: transitive
description:
Expand All @@ -1364,7 +1364,7 @@ packages:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.12"
version: "0.4.16"
time:
dependency: transitive
description:
Expand Down Expand Up @@ -1462,7 +1462,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.4"
version:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
youtube_explode_dart: ^1.12.1
path: ^1.8.0
path_provider: ^2.0.8
collection: ^1.15.0
collection: ^1.17.0
flutter_riverpod: ^2.1.1
flutter_hooks: ^0.18.2+1
hooks_riverpod: ^2.1.1
Expand Down

0 comments on commit 59fffd7

Please sign in to comment.