From c61a08ee6df9b52cd8876071ef688d660dfb0822 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 14 Jan 2025 17:13:33 -0500 Subject: [PATCH] fix: update plist parser to handle comments (#2760) --- packages/shorebird_cli/pubspec.lock | 4 ++-- packages/shorebird_cli/pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/shorebird_cli/pubspec.lock b/packages/shorebird_cli/pubspec.lock index cff30668..a81e564a 100644 --- a/packages/shorebird_cli/pubspec.lock +++ b/packages/shorebird_cli/pubspec.lock @@ -545,10 +545,10 @@ packages: dependency: "direct main" description: name: propertylistserialization - sha256: "694d5ac9e3a2e2d0fdc98d96d790de6ee272ca2209944711fdf58e82c0cab30b" + sha256: "645aaac37e73735286087fc81b27c7eabaa81b6146881bdf84090ba56f4e15ad" url: "https://pub.dev" source: hosted - version: "1.4.0" + version: "1.4.1" pub_semver: dependency: "direct main" description: diff --git a/packages/shorebird_cli/pubspec.yaml b/packages/shorebird_cli/pubspec.yaml index 2588fd68..f57c0ea7 100644 --- a/packages/shorebird_cli/pubspec.yaml +++ b/packages/shorebird_cli/pubspec.yaml @@ -33,7 +33,7 @@ dependencies: pem: ^2.0.5 platform: ^3.1.6 pointycastle: ^3.9.1 - propertylistserialization: ^1.3.0 + propertylistserialization: ^1.4.1 pub_semver: ^2.1.5 pubspec_parse: ^1.5.0 retry: ^3.1.2