From afa3547935767eea109993d896b4eb398fe8be3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:39:45 +0000 Subject: [PATCH] chore(deps): bump path from 1.8.3 to 1.9.0 Bumps [path](https://github.com/dart-lang/path) from 1.8.3 to 1.9.0. - [Release notes](https://github.com/dart-lang/path/releases) - [Changelog](https://github.com/dart-lang/path/blob/master/CHANGELOG.md) - [Commits](https://github.com/dart-lang/path/compare/1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: path dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index df04221..8d892eb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -29,9 +29,9 @@ packages: dependency: "direct main" description: name: path - sha256: "8829d8a55c13fc0e37127c29fedf290c102f4e40ae94ada574091fe0ff96c917" + sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" url: "https://pub.dev" source: hosted - version: "1.8.3" + version: "1.9.0" sdks: dart: ">=2.19.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index ab9430b..76b80fd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ environment: sdk: '<4.0.0' dependencies: args: ^2.4.2 - path: ^1.8.3 + path: ^1.9.0 parrot: ^0.0.6 parrot_cmd: ^0.0.0