From 0531f19538e34dc8a445c86b6ef2252fac9c4cf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 14:03:07 +0000 Subject: [PATCH] chore(deps): bump cupertino_icons from 1.0.4 to 1.0.5 Bumps [cupertino_icons](https://github.com/flutter/packages/tree/main/third_party/packages) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/cupertino_icons-v1.0.5/third_party/packages) --- updated-dependencies: - dependency-name: cupertino_icons dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b76961f4..72de47ef 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -366,7 +366,7 @@ packages: name: cupertino_icons url: "https://pub.dartlang.org" source: hosted - version: "1.0.4" + version: "1.0.5" dart_style: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 811f3f0e..e27ce5a3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - cupertino_icons: ^1.0.2 + cupertino_icons: ^1.0.5 cached_network_image: ^3.2.0 html: ^0.15.0 http: ^0.13.4