diff --git a/packages/flutter_tools/pubspec.yaml b/packages/flutter_tools/pubspec.yaml index 2ba9e7f57c1..da65ae3a88f 100644 --- a/packages/flutter_tools/pubspec.yaml +++ b/packages/flutter_tools/pubspec.yaml @@ -58,7 +58,7 @@ dependencies: pubspec_parse: 1.5.0 graphs: 2.3.2 - hooks_runner: 1.0.0 + hooks_runner: 1.0.1 hooks: 1.0.0 code_assets: 1.0.0 data_assets: 0.19.6 @@ -127,4 +127,4 @@ dev_dependencies: dartdoc: # Exclude this package from the hosted API docs. nodoc: true -# PUBSPEC CHECKSUM: vqtudk +# PUBSPEC CHECKSUM: olublc diff --git a/pubspec.lock b/pubspec.lock index e02cb58612b..24a575afd1c 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -566,10 +566,10 @@ packages: dependency: "direct main" description: name: path_provider_foundation - sha256: "97390a0719146c7c3e71b6866c34f1cde92685933165c1c671984390d2aca776" + sha256: "6d13aece7b3f5c5a9731eaf553ff9dcbc2eff41087fd2df587fd0fed9a3eb0c4" url: "https://pub.dev" source: hosted - version: "2.4.4" + version: "2.5.1" path_provider_linux: dependency: "direct main" description: @@ -947,10 +947,10 @@ packages: dependency: "direct main" description: name: video_player_avfoundation - sha256: "6bced1739cf1f96f03058118adb8ac0dd6f96aa1a1a6e526424ab92fd2a6a77d" + sha256: e4d33b79a064498c6eb3a6a492b6a5012573d4943c28d566caf1a6c0840fe78d url: "https://pub.dev" source: hosted - version: "2.8.7" + version: "2.8.8" video_player_platform_interface: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 73d6b74b504..ff7ba9419cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -141,7 +141,7 @@ dependencies: path: 1.9.1 path_provider: 2.1.5 path_provider_android: 2.2.22 - path_provider_foundation: 2.4.4 + path_provider_foundation: 2.5.1 path_provider_linux: 2.2.1 path_provider_platform_interface: 2.1.2 path_provider_windows: 2.3.0 @@ -186,7 +186,7 @@ dependencies: vector_math: 2.2.0 video_player: 2.10.1 video_player_android: 2.8.21 - video_player_avfoundation: 2.8.7 + video_player_avfoundation: 2.8.8 video_player_platform_interface: 6.6.0 video_player_web: 2.4.0 vm_service: 15.0.2 @@ -213,4 +213,4 @@ dependencies: pedantic: 1.11.1 quiver: 3.2.2 yaml_edit: 2.2.2 -# PUBSPEC CHECKSUM: n7a1d0 +# PUBSPEC CHECKSUM: et1ilp