diff --git a/CHANGELOG.md b/CHANGELOG.md index 27a2948..263bcbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -280,4 +280,4 @@ Support for Dart 3 and Flutter 3.10 Fix for #204 ## [0.34.0] -Upgrade http@1.1.0, logging@1.2.0, xml2json@6.1.0 \ No newline at end of file +Upgrade http@1.1.0, logging@1.2.0, xml2json@6.2.0, yaml@3.1.2, path@1.8.3 \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index f05b6b8..4393f4b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -137,7 +137,7 @@ packages: path: ".." relative: true source: path - version: "0.33.0" + version: "0.34.0" flutter_localizations: dependency: transitive description: flutter @@ -178,10 +178,10 @@ packages: dependency: "direct main" description: name: http - sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2" + sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525" url: "https://pub.dev" source: hosted - version: "0.13.6" + version: "1.1.0" http_multi_server: dependency: transitive description: @@ -231,10 +231,10 @@ packages: dependency: transitive description: name: logging - sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d" + sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340" url: "https://pub.dev" source: hosted - version: "1.1.1" + version: "1.2.0" matcher: dependency: transitive description: @@ -604,10 +604,10 @@ packages: dependency: transitive description: name: xml2json - sha256: c8cb35b83cce879c2ea86951fd257f4e765b0030a0298b35cf94f2b3d0f32095 + sha256: "1cd5d23474f38e794fbcab262290bc638c59c985c34d29180fc4525eda24ea7d" url: "https://pub.dev" source: hosted - version: "5.3.6" + version: "6.2.0" yaml: dependency: transitive description: @@ -617,5 +617,5 @@ packages: source: hosted version: "3.1.2" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.3.0" diff --git a/pubspec.lock b/pubspec.lock index 22e77c5..2ab7379 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -246,10 +246,10 @@ packages: dependency: "direct main" description: name: xml2json - sha256: "12ebc382f8684cafcc1e3ae5c982de82b5a52007a5d0ac79b22745d34f5ba975" + sha256: "1cd5d23474f38e794fbcab262290bc638c59c985c34d29180fc4525eda24ea7d" url: "https://pub.dev" source: hosted - version: "6.1.0" + version: "6.2.0" yaml: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index a187c4f..eb65461 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,9 +12,9 @@ dependencies: flutter_web_plugins: sdk: flutter intl: ^0.18.0 - yaml: ^3.1.1 - xml2json: ^6.1.0 - path: ^1.8.2 + yaml: ^3.1.2 + xml2json: ^6.2.0 + path: ^1.8.3 toml: ^0.14.0 logging: ^1.2.0 http: ^1.1.0