From a2bb9a188a341e325695536aeab638113165b583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:48:40 +0000 Subject: [PATCH] Bump msix from 3.16.1 to 3.16.2 Bumps [msix](https://github.com/YehudaKremer/msix) from 3.16.1 to 3.16.2. - [Release notes](https://github.com/YehudaKremer/msix/releases) - [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md) - [Commits](https://github.com/YehudaKremer/msix/compare/v3.16.1...v3.16.2) --- updated-dependencies: - dependency-name: msix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index d11f650..09e2871 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -585,10 +585,10 @@ packages: dependency: "direct dev" description: name: msix - sha256: "76c87b8207323803169626a55afd78bbb8413c984df349a76598b9fbf9224677" + sha256: "114d2f280b2b985f0cc11db982cdc648a1311a80340908a1a1130f42411088cd" url: "https://pub.dev" source: hosted - version: "3.16.1" + version: "3.16.2" nested: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index bdb79cd..f31ad6b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,7 +48,7 @@ dev_dependencies: json_serializable: ^6.2.0 retrofit_generator: ^7.0.1 pretty_dio_logger: ^1.2.0-beta-1 - msix: ^3.6.2 + msix: ^3.16.2 flutter: uses-material-design: true