From a2e319811af68fdc5ddfd6d805ac2770a85d321b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:30:22 +0000 Subject: [PATCH] chore(deps): bump react-native-view-shot from 5.1.0 to 5.1.1 Bumps [react-native-view-shot](https://github.com/gre/react-native-view-shot) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/gre/react-native-view-shot/releases) - [Commits](https://github.com/gre/react-native-view-shot/compare/v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: react-native-view-shot dependency-version: 5.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index dbc299d7..b7e0df5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -65,7 +65,7 @@ "react-native-safe-area-context": "~5.7.0", "react-native-screens": "4.25.2", "react-native-svg": "15.15.4", - "react-native-view-shot": "5.1.0", + "react-native-view-shot": "5.1.1", "react-native-web": "^0.21.0", "react-native-worklets": "0.8.3", "react-redux": "^9.0.0", @@ -17648,15 +17648,14 @@ } }, "node_modules/react-native-view-shot": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-native-view-shot/-/react-native-view-shot-5.1.0.tgz", - "integrity": "sha512-JZgElCD82aO+hejIF/leUzI7JufL9mgJ6ChzGWIcdZ2ajpaEvvSnvIcw0qD32XWkrbId8wfSbyz/4u/ulTQzQA==", - "license": "MIT", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-native-view-shot/-/react-native-view-shot-5.1.1.tgz", + "integrity": "sha512-jOTLQrMGNBgv/nRA81VR2x2AdiCGoCjc63c9a5P4A0gStCbh9oDeJ6W+GtRxxQmxXXf6LDSrvG+mmWYulIrOkg==", "dependencies": { "html2canvas": "^1.4.1" }, "engines": { - "node": ">=20", + "node": ">=20.19.4", "npm": ">=10" }, "peerDependencies": { @@ -32284,9 +32283,9 @@ } }, "react-native-view-shot": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/react-native-view-shot/-/react-native-view-shot-5.1.0.tgz", - "integrity": "sha512-JZgElCD82aO+hejIF/leUzI7JufL9mgJ6ChzGWIcdZ2ajpaEvvSnvIcw0qD32XWkrbId8wfSbyz/4u/ulTQzQA==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/react-native-view-shot/-/react-native-view-shot-5.1.1.tgz", + "integrity": "sha512-jOTLQrMGNBgv/nRA81VR2x2AdiCGoCjc63c9a5P4A0gStCbh9oDeJ6W+GtRxxQmxXXf6LDSrvG+mmWYulIrOkg==", "requires": { "html2canvas": "^1.4.1" } diff --git a/package.json b/package.json index b47d4405..c4f17b3f 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-native-safe-area-context": "~5.7.0", "react-native-screens": "4.25.2", "react-native-svg": "15.15.4", - "react-native-view-shot": "5.1.0", + "react-native-view-shot": "5.1.1", "react-native-web": "^0.21.0", "react-native-worklets": "0.8.3", "react-redux": "^9.0.0",