diff --git a/package-lock.json b/package-lock.json index 2120541b37d3..acffb30911a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -95,7 +95,7 @@ "react-native-advanced-input-mask": "1.4.4", "react-native-android-location-enabler": "^3.0.1", "react-native-app-logs": "0.3.1", - "react-native-blob-util": "0.19.4", + "react-native-blob-util": "^0.19.5", "react-native-collapsible": "^1.6.2", "react-native-config": "1.5.3", "react-native-device-info": "10.3.1", @@ -31461,35 +31461,19 @@ } }, "node_modules/react-native-blob-util": { - "version": "0.19.4", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/react-native-blob-util/-/react-native-blob-util-0.19.5.tgz", + "integrity": "sha512-01g3UUWwUhPwfnRiLlFwZp1L52iMX+OLWKa7KVqwQpx+QUsdbZ0IhdFayaFqISdBHjQ+id9fMcuC2Sx1uVdXgQ==", "license": "MIT", "dependencies": { "base-64": "0.1.0", - "glob": "^7.2.3" + "glob": "^10.3.10" }, "peerDependencies": { "react": "*", "react-native": "*" } }, - "node_modules/react-native-blob-util/node_modules/glob": { - "version": "7.2.3", - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/react-native-clean-project": { "version": "4.0.1", "dev": true, diff --git a/package.json b/package.json index bca01f1ea057..72f4fa929357 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "react-native-advanced-input-mask": "1.4.4", "react-native-android-location-enabler": "^3.0.1", "react-native-app-logs": "0.3.1", - "react-native-blob-util": "0.19.4", + "react-native-blob-util": "0.19.5", "react-native-collapsible": "^1.6.2", "react-native-config": "1.5.3", "react-native-device-info": "10.3.1",