From 524ac97b95acfcaf0380c8b6852b7b9a582966ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 03:58:58 +0000 Subject: [PATCH] chore(deps): bump react-native-paper from 5.11.2 to 5.11.3 Bumps [react-native-paper](https://github.com/callstack/react-native-paper) from 5.11.2 to 5.11.3. - [Release notes](https://github.com/callstack/react-native-paper/releases) - [Changelog](https://github.com/callstack/react-native-paper/blob/main/.release-it.json) - [Commits](https://github.com/callstack/react-native-paper/compare/v5.11.2...v5.11.3) --- updated-dependencies: - dependency-name: react-native-paper 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 132fb278..9daf5567 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "react-native-error-boundary": "^1.2.3", "react-native-fs": "^2.20.0", "react-native-linear-gradient": "^2.8.3", - "react-native-paper": "^5.11.2", + "react-native-paper": "^5.11.3", "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.3.0", "react-native-render-html": "^6.3.4", @@ -28710,9 +28710,9 @@ } }, "node_modules/react-native-paper": { - "version": "5.11.2", - "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.11.2.tgz", - "integrity": "sha512-UbMkoGtOzU2T54b1uUnqc6YA0kz5mCUxoA4VLcePHDAi/Nvk54gm/TkZnP6nImUMjpcSBI4Fj0GI1cx9Cp169w==", + "version": "5.11.3", + "resolved": "https://registry.npmjs.org/react-native-paper/-/react-native-paper-5.11.3.tgz", + "integrity": "sha512-550W/B+2LdFt0wBucQQI7GKZJ4XD0DTJz1BxalMv87l8WKKdRrdxI8t1lTEbyFb4gsTHA/sqMVXpQXITh0yplw==", "dependencies": { "@callstack/react-theme-provider": "^3.0.9", "color": "^3.1.2", diff --git a/package.json b/package.json index d99b848b..83a0bf68 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "react-native-error-boundary": "^1.2.3", "react-native-fs": "^2.20.0", "react-native-linear-gradient": "^2.8.3", - "react-native-paper": "^5.11.2", + "react-native-paper": "^5.11.3", "react-native-progress": "^5.0.1", "react-native-reanimated": "~3.3.0", "react-native-render-html": "^6.3.4",