diff --git a/pubspec.lock b/pubspec.lock index 8471fa6..0cf8d66 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -45,10 +45,10 @@ packages: dependency: transitive description: name: cli_launcher - sha256: "17d2744fb9a254c49ec8eda582536abe714ea0131533e24389843a4256f82eac" + sha256: cc9f8d9ff8e6c5c31801c927224be7de3bd52664b7c2cd7a909db4b8ad6ac0ab url: "https://pub.dev" source: hosted - version: "0.3.2+1" + version: "0.3.3" cli_util: dependency: transitive description: @@ -133,10 +133,10 @@ packages: dependency: "direct dev" description: name: melos - sha256: "4280dc46bd5b741887cce1e67e5c1a6aaf3c22310035cf5bd33dceeeda62ed22" + sha256: e3379a08af92a719a76d4cce9644c98dc87554e0fa3f2a93eb9a04bb295d4a03 url: "https://pub.dev" source: hosted - version: "6.3.3" + version: "7.4.1" meta: dependency: transitive description: @@ -161,6 +161,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.9.1" + petitparser: + dependency: transitive + description: + name: petitparser + sha256: "91bd59303e9f769f108f8df05e371341b15d59e995e6806aefab827b58336675" + url: "https://pub.dev" + source: hosted + version: "7.0.2" platform: dependency: transitive description: @@ -265,6 +273,14 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.1" + xml: + dependency: transitive + description: + name: xml + sha256: "971043b3a0d3da28727e40ed3e0b5d18b742fa5a68665cca88e74b7876d5e025" + url: "https://pub.dev" + source: hosted + version: "6.6.1" yaml: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d554007..bdc9aad 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,4 +5,4 @@ environment: flutter: ">=1.17.0" dev_dependencies: - melos: ^6.3.2 \ No newline at end of file + melos: ^7.4.1 \ No newline at end of file