From 66edea6cced873c82d19eb26d43122b50a0633e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:05:01 +0000 Subject: [PATCH] deps: bump @react-native-community/netinfo from 11.5.2 to 12.0.1 Bumps [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) from 11.5.2 to 12.0.1. - [Release notes](https://github.com/react-native-netinfo/react-native-netinfo/releases) - [Changelog](https://github.com/react-native-netinfo/react-native-netinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-native-netinfo/react-native-netinfo/compare/v11.5.2...v12.0.1) --- updated-dependencies: - dependency-name: "@react-native-community/netinfo" dependency-version: 12.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index cde9395..42c9e7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kokio", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kokio", - "version": "1.2.0", + "version": "1.2.1", "hasInstallScript": true, "dependencies": { "@aa-sdk/core": "4.88.4", @@ -16,7 +16,7 @@ "@heliofi/checkout-react-native": "0.2.1", "@noble/hashes": "1.8.0", "@react-native-async-storage/async-storage": "2.2.0", - "@react-native-community/netinfo": "11.5.2", + "@react-native-community/netinfo": "12.0.1", "@react-navigation/material-top-tabs": "7.4.27", "@react-navigation/native": "7.2.4", "@simplewebauthn/server": "13.3.0", @@ -5037,9 +5037,9 @@ } }, "node_modules/@react-native-community/netinfo": { - "version": "11.5.2", - "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-11.5.2.tgz", - "integrity": "sha512-/g0m65BtX9HU+bPiCH2517bOHpEIUsGrWFXDzi1a5nNKn5KujQgm04WhL7/OSXWKHyrT8VVtUoJA0XKRxueBpQ==", + "version": "12.0.1", + "resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-12.0.1.tgz", + "integrity": "sha512-P/3caXIvfYSJG8AWJVefukg+ZGRPs+M4Lp3pNJtgcTYoJxCjWrKQGNnCkj/Cz//zWa/avGed0i/wzm0T8vV2IQ==", "license": "MIT", "peerDependencies": { "react": "*", diff --git a/package.json b/package.json index 4898888..329fc53 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@heliofi/checkout-react-native": "0.2.1", "@noble/hashes": "1.8.0", "@react-native-async-storage/async-storage": "2.2.0", - "@react-native-community/netinfo": "11.5.2", + "@react-native-community/netinfo": "12.0.1", "@react-navigation/material-top-tabs": "7.4.27", "@react-navigation/native": "7.2.4", "@simplewebauthn/server": "13.3.0",