From 6ccf70e6d63e9db0ae5eef686eec809ae5093160 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 16:44:38 +0000 Subject: [PATCH] chore(deps): bump @capawesome/capacitor-live-update from 8.2.1 to 8.3.0 Bumps [@capawesome/capacitor-live-update](https://github.com/capawesome-team/capacitor-plugins) from 8.2.1 to 8.3.0. - [Release notes](https://github.com/capawesome-team/capacitor-plugins/releases) - [Commits](https://github.com/capawesome-team/capacitor-plugins/compare/@capawesome/capacitor-live-update@8.2.1...@capawesome/capacitor-live-update@8.3.0) --- updated-dependencies: - dependency-name: "@capawesome/capacitor-live-update" dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c219bb..306c9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,9 +8,6 @@ "name": "zaparoo-app", "version": "1.11.1", "license": "Apache-2.0", - "engines": { - "node": ">=22.0.0" - }, "dependencies": { "@aparajita/capacitor-secure-storage": "^8.0.0", "@capacitor-community/keep-awake": "^8.0.1", @@ -32,7 +29,7 @@ "@capacitor/status-bar": "^8.0.2", "@capacitor/text-zoom": "^8.0.1", "@capawesome-team/capacitor-nfc": "^8.1.0", - "@capawesome/capacitor-live-update": "^8.2.1", + "@capawesome/capacitor-live-update": "^8.3.0", "@capgo/capacitor-shake": "^8.0.27", "@noble/curves": "^2.2.0", "@noble/hashes": "^2.2.0", @@ -127,6 +124,9 @@ "typescript": "^5.9.3", "vite": "~7.3.2", "vitest": "~4.1.3" + }, + "engines": { + "node": ">=22.0.0" } }, "node_modules/@adobe/css-tools": { @@ -2105,9 +2105,9 @@ } }, "node_modules/@capawesome/capacitor-live-update": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@capawesome/capacitor-live-update/-/capacitor-live-update-8.2.1.tgz", - "integrity": "sha512-oQYBXl75mvFboWfqOBXC7Z5T5PmevTQzv5YqTr2n21Q43+SakLKuyQT3N8vvb4sERsPxi8zzjslocHb6b328bg==", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/@capawesome/capacitor-live-update/-/capacitor-live-update-8.3.0.tgz", + "integrity": "sha512-t+zPrEJbzlbLSF5qsg3Tt7JnTCCkUmzGErGQoOYzkQcKkLblGEI5ekT5j8nsSYd0/W9zoccaYe6x4Ifoz7LwBA==", "funding": [ { "type": "github", diff --git a/package.json b/package.json index c7c639a..7fc123e 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@capacitor/status-bar": "^8.0.2", "@capacitor/text-zoom": "^8.0.1", "@capawesome-team/capacitor-nfc": "^8.1.0", - "@capawesome/capacitor-live-update": "^8.2.1", + "@capawesome/capacitor-live-update": "^8.3.0", "@capgo/capacitor-shake": "^8.0.27", "@noble/curves": "^2.2.0", "@noble/hashes": "^2.2.0",