From 7d7024c53c8b51a37045db59c0e41530e9622714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 03:30:07 +0000 Subject: [PATCH] build(deps): bump daco from 0.2.4 to 0.2.5+0 Bumps [daco](https://github.com/blaugold/daco) from 0.2.4 to 0.2.5+0. - [Release notes](https://github.com/blaugold/daco/releases) - [Changelog](https://github.com/blaugold/daco/blob/main/CHANGELOG.md) - [Commits](https://github.com/blaugold/daco/compare/daco-v0.2.4...daco-v0.2.5) --- updated-dependencies: - dependency-name: daco dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 0132a2c62..27d8776fe 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -56,7 +56,7 @@ packages: name: cli_launcher url: "https://pub.dartlang.org" source: hosted - version: "0.1.1" + version: "0.3.0" cli_util: dependency: transitive description: @@ -91,7 +91,7 @@ packages: name: daco url: "https://pub.dartlang.org" source: hosted - version: "0.2.4" + version: "0.2.5+0" dart_style: dependency: transitive description: @@ -154,7 +154,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.2" + version: "1.8.3" pub_semver: dependency: transitive description: @@ -226,4 +226,4 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=2.17.1 <3.0.0" + dart: ">=2.18.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index f5daaba86..b0c90bf9e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,5 +5,5 @@ environment: sdk: '>=2.17.0 <3.0.0' dev_dependencies: - daco: ^0.2.4 + daco: ^0.2.5+0 path: ^1.8.2