From 61557f0b77bde6145c0169978163538df89f6fc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:21:43 +0000 Subject: [PATCH] chore(deps): bump react-native-mmkv from 4.3.1 to 4.3.2 Bumps [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) from 4.3.1 to 4.3.2. - [Release notes](https://github.com/mrousavy/react-native-mmkv/releases) - [Commits](https://github.com/mrousavy/react-native-mmkv/compare/v4.3.1...v4.3.2) --- updated-dependencies: - dependency-name: react-native-mmkv dependency-version: 4.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2fe9f7..09c3a46 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react": "19.2.3", "react-native": "0.86.2", "react-native-fs": "^2.20.0", - "react-native-mmkv": "^4.3.1", + "react-native-mmkv": "^4.3.2", "react-native-nitro-modules": "^0.35.9", "react-native-pager-view": "^8.0.4", "react-native-safe-area-context": "^5.5.2", @@ -11050,9 +11050,9 @@ } }, "node_modules/react-native-mmkv": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-4.3.1.tgz", - "integrity": "sha512-APyGGaaHtayVgT18dBM8QGGZKr9pGfSTiBwbbPNzhGGfJQSU7awLGRGq879OqYl31HmVks9hOBLCs+qfgacRZg==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/react-native-mmkv/-/react-native-mmkv-4.3.2.tgz", + "integrity": "sha512-49OAyfkg0/TMWiWELZN6VuVQPZPhizwL4DTmp8b7B1md3dB/s3LH3mGfC3T+lp9W0y/rqxZMEnotLFTIbOAenQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index d82babe..153aa60 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react": "19.2.3", "react-native": "0.86.2", "react-native-fs": "^2.20.0", - "react-native-mmkv": "^4.3.1", + "react-native-mmkv": "^4.3.2", "react-native-nitro-modules": "^0.35.9", "react-native-pager-view": "^8.0.4", "react-native-safe-area-context": "^5.5.2",