From 2fbc313748cc6915f6080e5f9b37f8e22210f34c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:04:08 +0000 Subject: [PATCH] chore(deps): bump @react-native-picker/picker from 2.11.1 to 2.11.2 Bumps [@react-native-picker/picker](https://github.com/react-native-picker/picker) from 2.11.1 to 2.11.2. - [Release notes](https://github.com/react-native-picker/picker/releases) - [Changelog](https://github.com/react-native-picker/picker/blob/master/.releaserc) - [Commits](https://github.com/react-native-picker/picker/compare/v2.11.1...v2.11.2) --- updated-dependencies: - dependency-name: "@react-native-picker/picker" dependency-version: 2.11.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 b87d646..0326e3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@react-native-async-storage/async-storage": "2.2.0", "@react-native-masked-view/masked-view": "^0.3.2", - "@react-native-picker/picker": "2.11.1", + "@react-native-picker/picker": "2.11.2", "@react-navigation/native": "^7.1.18", "@react-navigation/native-stack": "^7.3.27", "@reduxjs/toolkit": "^2.8.2", @@ -2720,9 +2720,9 @@ } }, "node_modules/@react-native-picker/picker": { - "version": "2.11.1", - "resolved": "https://registry.npmjs.org/@react-native-picker/picker/-/picker-2.11.1.tgz", - "integrity": "sha512-ThklnkK4fV3yynnIIRBkxxjxR4IFbdMNJVF6tlLdOJ/zEFUEFUEdXY0KmH0iYzMwY8W4/InWsLiA7AkpAbnexA==", + "version": "2.11.2", + "resolved": "https://registry.npmjs.org/@react-native-picker/picker/-/picker-2.11.2.tgz", + "integrity": "sha512-2zyFdW4jgHjF+NeuDZ4nl3hJ+8suey69bI3yljqhNyowfklW2NwNrdDUaJ2iwtPCpk2pt7834aPF8TI6iyZRhA==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index a2f9128..abd317f 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@react-native-async-storage/async-storage": "2.2.0", "@react-native-masked-view/masked-view": "^0.3.2", - "@react-native-picker/picker": "2.11.1", + "@react-native-picker/picker": "2.11.2", "@react-navigation/native": "^7.1.18", "@react-navigation/native-stack": "^7.3.27", "@reduxjs/toolkit": "^2.8.2",