From 4c0200f598f9549adbfae4781dca3c514b5039b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 07:05:00 +0000 Subject: [PATCH] Bump collection from 1.16.0 to 1.17.0 in /pub/helpers 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](https://github.com/dart-lang/collection/compare/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] --- pub/helpers/pubspec.lock | 2 +- pub/helpers/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pub/helpers/pubspec.lock b/pub/helpers/pubspec.lock index 4c3327526b..837c85fb2e 100644 --- a/pub/helpers/pubspec.lock +++ b/pub/helpers/pubspec.lock @@ -42,7 +42,7 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.16.0" + version: "1.17.0" convert: dependency: transitive description: diff --git a/pub/helpers/pubspec.yaml b/pub/helpers/pubspec.yaml index 8a322b9a85..3c5b9dd4ba 100644 --- a/pub/helpers/pubspec.yaml +++ b/pub/helpers/pubspec.yaml @@ -6,7 +6,7 @@ dependencies: path: ^1.8.2 yaml: ^3.1.1 args: ^2.3.1 - collection: ^1.16.0 + collection: ^1.17.0 pub_semver: ^2.1.2 http: ^0.13.5 pub: