From bb48b537785e36c88f1f0553ca25483c242b5ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:00:52 +0000 Subject: [PATCH] Bump process_run from 0.14.2 to 1.0.0+1 Bumps [process_run](https://github.com/tekartik/process_run.dart/tree/master/packages) from 0.14.2 to 1.0.0+1. - [Commits](https://github.com/tekartik/process_run.dart/commits/v1.0.0/packages) --- updated-dependencies: - dependency-name: process_run dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 0ee5cbb..272a769 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -34,7 +34,7 @@ dependencies: # A comprehensive, cross-platform path manipulation library for Dart. path: ^1.8.3 # Process run helpers - process_run: ">=0.13.3+1 <0.15.0" + process_run: ">=0.13.3+1 <2.0.0" # Yet another NoSQL persistent store database solution for single process io apps. sembast: ^3.5.0+1 # Cross-platform 'dart:io' that works in all platforms.