From d843628891559a3da77efcfc903153909d523684 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 04:06:23 +0000 Subject: [PATCH] Bump path from 1.8.1 to 1.8.3 Bumps [path](https://github.com/dart-lang/path) from 1.8.1 to 1.8.3. - [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/commits/1.8.3) --- updated-dependencies: - dependency-name: path 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 069372c..3b064b7 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -21,7 +21,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.3" protobuf: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index f750506..206174b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -6,4 +6,4 @@ dependencies: retry: ^2.0.0 # Can update with updated constraint, no further constraints. protobuf: 1.1.4 # Can update with updated constraint, only together with fixnum. fixnum: 0.10.11 - path: 1.8.1 # Already at latest + path: ^1.8.3 # Already at latest