From 6da2b320585657cc24b2db733824df64bb30538a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 22:52:56 +0000 Subject: [PATCH] Bump path from 1.9.0 to 1.9.1 Bumps [path](https://github.com/dart-lang/core/tree/main/pkgs) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/path-v1.9.1/pkgs) --- updated-dependencies: - dependency-name: path dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 25 ++++++------------------- pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 20 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index b4eeaca..dd43c7d 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -13,23 +13,18 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: "45cfa8471b89fb6643fe9bf51bd7931a76b8f5ec2d65de4fb176dba8d4f22c77" + sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7" url: "https://pub.dev" source: hosted - version: "73.0.0" - _macros: - dependency: transitive - description: dart - source: sdk - version: "0.3.2" + version: "67.0.0" analyzer: dependency: transitive description: name: analyzer - sha256: "4959fec185fe70cce007c57e9ab6983101dbe593d2bf8bbfb4453aaec0cf470a" + sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d" url: "https://pub.dev" source: hosted - version: "6.8.0" + version: "6.4.1" args: dependency: "direct main" description: @@ -174,14 +169,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.2.0" - macros: - dependency: transitive - description: - name: macros - sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536" - url: "https://pub.dev" - source: hosted - version: "0.1.2-main.4" matcher: dependency: transitive description: @@ -226,10 +213,10 @@ packages: dependency: "direct main" description: name: path - sha256: "087ce49c3f0dc39180befefc60fdb4acd8f8620e5682fe2476afd0b3688bb4af" + sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5" url: "https://pub.dev" source: hosted - version: "1.9.0" + version: "1.9.1" pool: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 4a318e8..dd3f208 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: args: ^2.5.0 googleapis: ^13.2.0 http: ^1.2.2 - path: ^1.4.1 + path: ^1.9.1 stack_trace: ^1.12.0 test: ^1.25.8