From 7b8911e807d4903a6e20d2c95529ef80f011fee8 Mon Sep 17 00:00:00 2001 From: Philip Su <39933441+fivecar@users.noreply.github.com> Date: Sat, 5 Apr 2025 00:03:21 -0700 Subject: [PATCH] feat: bumps core react-native-background-downloader --- package-lock.json | 15 ++++++++------- package.json | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9523069..d78f51f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "node": ">=12.0" }, "peerDependencies": { - "@kesha-antonov/react-native-background-downloader": "^2.6.9", + "@kesha-antonov/react-native-background-downloader": "^3.2.6", "@react-native-async-storage/async-storage": "^1.17.11", "react-native-fs": "^2.20.0" } @@ -2703,9 +2703,10 @@ } }, "node_modules/@kesha-antonov/react-native-background-downloader": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/@kesha-antonov/react-native-background-downloader/-/react-native-background-downloader-2.6.9.tgz", - "integrity": "sha512-gn8dpZtE+cBL2KTwWTqxRz7MJ4iHC/hpY5St7wBxZDiB3+Ej1EsY4rFDnFJmpj3xlbj7EVV9bJIIVJvzOexWcA==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@kesha-antonov/react-native-background-downloader/-/react-native-background-downloader-3.2.6.tgz", + "integrity": "sha512-J87PHzBh4knWTQNkCNM4LTMZ85RpMW/QSV+0LGdTxz4JmfLXoeg8R6ratbFU0DP/l8K1eL7r4S1Rc8bmqNJ3Ug==", + "license": "Apache-2.0", "peer": true, "peerDependencies": { "react-native": ">=0.57.0" @@ -20204,9 +20205,9 @@ } }, "@kesha-antonov/react-native-background-downloader": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/@kesha-antonov/react-native-background-downloader/-/react-native-background-downloader-2.6.9.tgz", - "integrity": "sha512-gn8dpZtE+cBL2KTwWTqxRz7MJ4iHC/hpY5St7wBxZDiB3+Ej1EsY4rFDnFJmpj3xlbj7EVV9bJIIVJvzOexWcA==", + "version": "3.2.6", + "resolved": "https://registry.npmjs.org/@kesha-antonov/react-native-background-downloader/-/react-native-background-downloader-3.2.6.tgz", + "integrity": "sha512-J87PHzBh4knWTQNkCNM4LTMZ85RpMW/QSV+0LGdTxz4JmfLXoeg8R6ratbFU0DP/l8K1eL7r4S1Rc8bmqNJ3Ug==", "peer": true, "requires": {} }, diff --git a/package.json b/package.json index c65297f..05f3f76 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "typescript": "^4.2.4" }, "peerDependencies": { - "@kesha-antonov/react-native-background-downloader": "^2.6.9", + "@kesha-antonov/react-native-background-downloader": "^3.2.6", "@react-native-async-storage/async-storage": "^1.17.11", "react-native-fs": "^2.20.0" },