diff --git a/package-lock.json b/package-lock.json index 74dba057b1ca..c50a5c7980b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "react-native-modal": "^13.0.0", "react-native-onyx": "1.0.63", "react-native-pager-view": "^6.2.0", - "react-native-pdf": "^6.6.2", + "react-native-pdf": "^6.7.1", "react-native-performance": "^4.0.0", "react-native-permissions": "^3.0.1", "react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#eae05855286dc699954415cc1d629bfd8e8e47e2", @@ -40919,11 +40919,17 @@ } }, "node_modules/react-native-pdf": { - "version": "6.6.2", - "license": "MIT", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/react-native-pdf/-/react-native-pdf-6.7.1.tgz", + "integrity": "sha512-zszQygtNBYoUfEtP/fV7zhzGeohDlUksh2p3OzshLrxdY9mw7Tm5VXAxYq4d8HsomRJUbFlJ7rHaTU9AQL800g==", "dependencies": { "crypto-js": "^3.2.0", "deprecated-react-native-prop-types": "^2.3.0" + }, + "peerDependencies": { + "react": "*", + "react-native": "*", + "react-native-blob-util": ">=0.13.7" } }, "node_modules/react-native-performance": { @@ -76687,7 +76693,9 @@ "requires": {} }, "react-native-pdf": { - "version": "6.6.2", + "version": "6.7.1", + "resolved": "https://registry.npmjs.org/react-native-pdf/-/react-native-pdf-6.7.1.tgz", + "integrity": "sha512-zszQygtNBYoUfEtP/fV7zhzGeohDlUksh2p3OzshLrxdY9mw7Tm5VXAxYq4d8HsomRJUbFlJ7rHaTU9AQL800g==", "requires": { "crypto-js": "^3.2.0", "deprecated-react-native-prop-types": "^2.3.0" diff --git a/package.json b/package.json index 9cd28bf3dbb8..3a4c235f42f6 100644 --- a/package.json +++ b/package.json @@ -126,7 +126,7 @@ "react-native-modal": "^13.0.0", "react-native-onyx": "1.0.63", "react-native-pager-view": "^6.2.0", - "react-native-pdf": "^6.6.2", + "react-native-pdf": "^6.7.1", "react-native-performance": "^4.0.0", "react-native-permissions": "^3.0.1", "react-native-picker-select": "git+https://github.com/Expensify/react-native-picker-select.git#eae05855286dc699954415cc1d629bfd8e8e47e2",