Skip to content

deps(deps): bump the pub-minor-patch group across 1 directory with 4 updates#73

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4088c1ad1a
Closed

deps(deps): bump the pub-minor-patch group across 1 directory with 4 updates#73
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pub/pub-minor-patch-4088c1ad1a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor

Bumps the pub-minor-patch group with 4 updates in the / directory: flutter_secure_storage, msix, pdfrx and sentry_flutter.

Updates flutter_secure_storage from 10.1.0 to 10.3.1

Release notes

Sourced from flutter_secure_storage's releases.

v10.3.1

Android

  • Fixed AEADBadTagException when biometric authentication is cancelled on first launch: a stale IV is now cleared and the cipher re-initialised in encrypt mode so the next authentication attempt succeeds.
  • Fixed NullPointerException when retrying an operation after a cancelled biometric prompt: preferences is now only assigned once cipher initialisation completes successfully, allowing a clean retry.

v10.3.0

Android

  • Added AndroidBiometricType enum and biometricType option to AndroidOptions to control which authentication methods are accepted during biometric prompts (requires KeyCipherAlgorithm.AES_GCM_NoPadding).
    • AndroidBiometricType.biometricOrDeviceCredential (default) accepts Class 3 biometrics or device credentials (PIN/pattern/password), preserving previous behaviour.
    • AndroidBiometricType.strongBiometricOnly restricts authentication to Class 3 (strong) biometrics only; device credentials are explicitly rejected.
  • Fully enforced on Android 11+ (API 30+) via setAllowedAuthenticators on BiometricPrompt and setUserAuthenticationParameters on the KeyStore key. On earlier API levels the system may still permit device credentials.
  • Added biometricPromptNegativeButton option to AndroidOptions to customise the dismiss button label on the biometric prompt. Required when using strongBiometricOnly or on Android 10 and lower.

iOS / macOS

  • Fixed secStoreAvailabilitySink not being called when protected data availability changes.
  • Fixed kSecUseDataProtectionKeychain being added to Keychain queries unconditionally; it is now only set when useDataProtectionKeychain is explicitly enabled.

Windows

  • Fixed deleteAll and containsKey not acquiring the mutex lock, which could cause data races under concurrent access. If you are on Dart >=3.10.0, this fix is applied automatically. Otherwise, pin flutter_secure_storage_windows: ^4.2.2 in your pubspec.yaml to opt in and make sure your constraint is set for minimum of Dart >=3.10.0.

Linux

  • Fixed deleteKeyring storing the string "null" instead of an empty JSON object {}.
  • Fixed non-UTF-8 error messages from libsecret causing a FormatException on the Dart side; messages are now sanitised before being sent through the method channel.
  • Fixed locked or unavailable keyring now surfacing as a catchable PlatformException with code KeyringLocked.
  • Fixed JSON parse errors and other C++ exceptions now surfacing as a PlatformException with code StorageError instead of sending malformed bytes through the channel.

v10.2.0

Android

  • Deprecated KeyCipherAlgorithm.RSA_ECB_PKCS1Padding. Existing data is automatically migrated to the default RSA_ECB_OAEPwithSHA_256andMGF1Padding when migrateOnAlgorithmChange is true.
  • Deprecated StorageCipherAlgorithm.AES_CBC_PKCS7Padding. Existing data is automatically migrated to the default AES_GCM_NoPadding when migrateOnAlgorithmChange is true.
  • Fixed Gradle space-assignment warnings in build.gradle.

iOS / macOS

  • Fixed iOS build by updating availability annotation for Secure Enclave methods from iOS 11.3 to iOS 13.0.

Windows

  • Fixed compatibility with win32 6.0.0 in flutter_secure_storage_windows 4.2.0. If you are on Dart >=3.10.0, this fix is applied automatically. Otherwise, pin flutter_secure_storage_windows: ^4.2.0 in your pubspec.yaml to opt in and make sure your constraint is set for minimum of Dart >=3.10.0.
Commits
  • 3fc4c53 fix: revert updated darwin package for backwards compatibility
  • 6b9e8f4 fix: added changelog entries
  • 0b9ed95 Merge pull request #1148 from CORDEA/fix/defer-preferences-until-cipher-initi...
  • c557a53 Merge pull request #1147 from CORDEA/fix/reset-stale-cipher-iv-on-biometric-f...
  • be0674a Use a single SharedPreferences.Editor when resetting stale IV
  • 5817b55 Reset stale cipher IV when biometric auth fails before completion
  • 635013b Defer setting preferences until storageCipher is initialized
  • 35da5ae fix: badge
  • a86a1ef release of v10.3.0
  • 9d09d99 release of v0.3.2
  • Additional commits viewable in compare view

Updates msix from 3.16.13 to 3.17.0

Release notes

Sourced from msix's releases.

v3.17.0

What's Changed

New Contributors

Full Changelog: YehudaKremer/msix@v3.16.0...v3.17.0

Changelog

Sourced from msix's changelog.

3.17.0

  • Bump dependencies major versions
  • Add dependabot configuration #322
  • update documentation
Commits
  • 9342cf7 Merge pull request #322 from dbebawy/chore/add-dependabot
  • a6c48f0 Bump dependencies major versions
  • a4825cc chore: add Dependabot configuration for automated dependency updates
  • See full diff in compare view

Updates pdfrx from 2.4.1 to 2.4.4

Release notes

Sourced from pdfrx's releases.

Prebuilt iOS/macOS pdfium binary

iOS/macOS pdfium prebuilt binary distribution only for pdfrx. The highlights are;

  • xcframeworks that supports the following platforms
    • iOS arm64
    • iPhoneSimulator arm64/x64
    • macOS arm64/x64
  • xcframeworks contains static library but FPDF_* functions made exported
  • Additional FILEACCESS helper functions pdfrx_*
Commits
  • 319bb2c Release pdfrx 2.4.4 and related packages
  • 5fdb354 Fix PDFium initialization flag set in the wrong isolate
  • 31129df Fix inverted guard in selectAllText() causing null dereference
  • 9fb2cb9 Remove ffi and move http to dev_dependencies in pdfrx
  • f5f1fb6 WIP
  • fec2610 Adjust pubspec constraints and ffigen workflow
  • cde6f91 Prepare pdfium_dart 0.2.4 and pdfrx 2.4.3 release
  • 1456565 Cancel offscreen PdfViewer render requests
  • a37bc57 Handle zero-height PdfViewer layout frames
  • 8ec8c0b Add Test Lab coverage for PDFium Android loading
  • Additional commits viewable in compare view

Updates sentry_flutter from 9.20.0 to 9.22.0

Release notes

Sourced from sentry_flutter's releases.

9.22.0

Features

Fixes

Enhancements

Dependencies

Deps

9.21.0

Features

  • Rename SentryFeedbackWidget to SentryFeedbackForm by @​denrase in #3702
    • SentryFeedbackWidget is deprecated and will be removed in the next major version. Use SentryFeedbackForm instead.

Fixes

Dart

Flutter

Enhancements

Flutter

Dependencies

Deps

... (truncated)

Changelog

Sourced from sentry_flutter's changelog.

9.22.0

Features

Fixes

Enhancements

Dependencies

Deps

9.21.0

Features

  • Rename SentryFeedbackWidget to SentryFeedbackForm by @​denrase in #3702
    • SentryFeedbackWidget is deprecated and will be removed in the next major version. Use SentryFeedbackForm instead.

Fixes

Dart

Flutter

Enhancements

Flutter

Dependencies

... (truncated)

Commits
  • 427c977 release: 9.22.0
  • f3d7a42 chore: update packages/flutter/scripts/update-android.sh to 8.43.2 (#3755)
  • 818cca4 test(flutter): Deflake frames tracking test and report hidden failures (#3750)
  • bddedc0 test(flutter): Work around replay close deadlock in integration test (#3753)
  • df1842f enh(dart): Add span v2 envelope ingest_settings metadata (#3700)
  • 0f0a415 chore(dart): Add log byte outcomes (#3745)
  • 8618f51 ci: bump getsentry/craft from 2.26.6 to 2.26.8 (#3747)
  • 86b63c8 ci: bump getsentry/craft/.github/workflows/changelog-preview.yml (#3748)
  • b4f5295 feat(flutter): Add replay trace ID sync for Android (#3744)
  • 0920a45 chore: update packages/flutter/scripts/update-native.sh to 0.14.2 (#3683)
  • Additional commits viewable in compare view

@dependabot @github

dependabot Bot commented on behalf of github Jun 11, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dart, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

…updates

Bumps the pub-minor-patch group with 4 updates in the / directory: [flutter_secure_storage](https://github.com/mogol/flutter_secure_storage), [msix](https://github.com/YehudaKremer/msix), [pdfrx](https://github.com/espresso3389/pdfrx/tree/master/packages) and [sentry_flutter](https://github.com/getsentry/sentry-dart).


Updates `flutter_secure_storage` from 10.1.0 to 10.3.1
- [Release notes](https://github.com/mogol/flutter_secure_storage/releases)
- [Commits](juliansteenbakker/flutter_secure_storage@v10.1.0...v10.3.1)

Updates `msix` from 3.16.13 to 3.17.0
- [Release notes](https://github.com/YehudaKremer/msix/releases)
- [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md)
- [Commits](YehudaKremer/msix@v3.16.13...v3.17.0)

Updates `pdfrx` from 2.4.1 to 2.4.4
- [Release notes](https://github.com/espresso3389/pdfrx/releases)
- [Commits](https://github.com/espresso3389/pdfrx/commits/pdfrx-v2.4.4/packages)

Updates `sentry_flutter` from 9.20.0 to 9.22.0
- [Release notes](https://github.com/getsentry/sentry-dart/releases)
- [Changelog](https://github.com/getsentry/sentry-dart/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-dart@9.20.0...9.22.0)

---
updated-dependencies:
- dependency-name: flutter_secure_storage
  dependency-version: 10.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: msix
  dependency-version: 3.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
- dependency-name: pdfrx
  dependency-version: 2.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pub-minor-patch
- dependency-name: sentry_flutter
  dependency-version: 9.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pub-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pub/pub-minor-patch-4088c1ad1a branch from d67e8fe to 8cc4873 Compare June 15, 2026 01:37
@dependabot @github

dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 17, 2026
@dependabot dependabot Bot deleted the dependabot/pub/pub-minor-patch-4088c1ad1a branch June 17, 2026 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants