From 276007243cb48144bc809c3ca3902f021a8e8b09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:25:35 +0000 Subject: [PATCH] Bump @capacitor/browser from 8.0.0 to 8.0.1 in /materialious Bumps [@capacitor/browser](https://github.com/ionic-team/capacitor-plugins) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/ionic-team/capacitor-plugins/releases) - [Changelog](https://github.com/ionic-team/capacitor-plugins/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/browser@8.0.0...@capacitor/browser@8.0.1) --- updated-dependencies: - dependency-name: "@capacitor/browser" dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 12 ++++++------ materialious/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 04118e5e..88b65dcd 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -1,18 +1,18 @@ { "name": "materialious", - "version": "1.16.4", + "version": "1.16.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "materialious", - "version": "1.16.4", + "version": "1.16.5", "hasInstallScript": true, "dependencies": { "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "^8.0.0", "@capacitor/app": "^8.0.0", - "@capacitor/browser": "^8.0.0", + "@capacitor/browser": "^8.0.1", "@capacitor/clipboard": "^8.0.0", "@capacitor/core": "^8.0.0", "@capacitor/network": "^8.0.0", @@ -2106,9 +2106,9 @@ } }, "node_modules/@capacitor/browser": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/@capacitor/browser/-/browser-8.0.0.tgz", - "integrity": "sha512-xey7maszGABKuStvXDV4vXN+EzIyz0o7zlyzw4JKG6o/1GzqeqHqVuE+8Ux+Hks3DZji4LoriWZVgVF6mR6RGg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@capacitor/browser/-/browser-8.0.1.tgz", + "integrity": "sha512-cCEYK9DGJvamfCKOh95QP+VafApblySDR/eodOcl1Qt+d/Y+NNPzc8NYm/dztQlRf3aMLJ7ne1HrRCfu2UOMnw==", "license": "MIT", "peerDependencies": { "@capacitor/core": ">=8.0.0" diff --git a/materialious/package.json b/materialious/package.json index a689899d..bb3bcb0f 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -48,7 +48,7 @@ "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "^8.0.0", "@capacitor/app": "^8.0.0", - "@capacitor/browser": "^8.0.0", + "@capacitor/browser": "^8.0.1", "@capacitor/clipboard": "^8.0.0", "@capacitor/core": "^8.0.0", "@capacitor/network": "^8.0.0",