From 4ef409740677756f1386e8a35cd29424bf135d19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 16:11:32 +0000 Subject: [PATCH] Bump @capacitor/core from 8.1.0 to 8.2.0 in /materialious Bumps [@capacitor/core](https://github.com/ionic-team/capacitor) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/ionic-team/capacitor/releases) - [Changelog](https://github.com/ionic-team/capacitor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor/compare/8.1.0...8.2.0) --- updated-dependencies: - dependency-name: "@capacitor/core" dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 cac05272..f87c3543 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -1,12 +1,12 @@ { "name": "materialious", - "version": "1.16.21", + "version": "1.16.22", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "materialious", - "version": "1.16.21", + "version": "1.16.22", "hasInstallScript": true, "dependencies": { "@capacitor-community/electron": "^5.0.1", @@ -14,7 +14,7 @@ "@capacitor/app": "^8.0.1", "@capacitor/browser": "^8.0.1", "@capacitor/clipboard": "^8.0.1", - "@capacitor/core": "^8.0.0", + "@capacitor/core": "^8.2.0", "@capacitor/network": "^8.0.1", "@capacitor/preferences": "^8.0.1", "@capacitor/screen-orientation": "^8.0.1", @@ -2268,9 +2268,9 @@ } }, "node_modules/@capacitor/core": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-8.1.0.tgz", - "integrity": "sha512-UfMBMWc1v7J+14AhH03QmeNwV3HZx3qnOWhpwnHfzALEwAwlV/itQOQqcasMQYhOHWL0tiymc5ByaLTn7KKQxw==", + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/@capacitor/core/-/core-8.2.0.tgz", + "integrity": "sha512-oKaoNeNtH2iIZMDFVrb1atoyRECDGHcfLMunJ5KWN8DtvpVBeeA4c41e20NTuhMxw1cSYbpq2PV2hb+/9CJxlQ==", "license": "MIT", "dependencies": { "tslib": "^2.1.0" diff --git a/materialious/package.json b/materialious/package.json index 4c849f82..6d7fbb5b 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -53,7 +53,7 @@ "@capacitor/app": "^8.0.1", "@capacitor/browser": "^8.0.1", "@capacitor/clipboard": "^8.0.1", - "@capacitor/core": "^8.0.0", + "@capacitor/core": "^8.2.0", "@capacitor/network": "^8.0.1", "@capacitor/preferences": "^8.0.1", "@capacitor/screen-orientation": "^8.0.1",