From f09ed70ec7cd504ef273e5c4972c2498050bdf67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:38:34 +0000 Subject: [PATCH] Bump @capacitor/browser from 6.0.1 to 6.0.2 in /materialious Bumps [@capacitor/browser](https://github.com/ionic-team/capacitor-plugins) from 6.0.1 to 6.0.2. - [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@6.0.1...@capacitor/browser@6.0.2) --- updated-dependencies: - dependency-name: "@capacitor/browser" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- materialious/package-lock.json | 8 ++++---- materialious/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/materialious/package-lock.json b/materialious/package-lock.json index 7781c580..04cefe10 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -11,7 +11,7 @@ "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "6.1.2", "@capacitor/app": "^6.0.1", - "@capacitor/browser": "^6.0.0", + "@capacitor/browser": "^6.0.2", "@capacitor/cli": "6.1.2", "@capacitor/core": "^6.1.2", "beercss": "^3.6.13", @@ -2131,9 +2131,9 @@ "dev": true }, "node_modules/@capacitor/browser": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@capacitor/browser/-/browser-6.0.1.tgz", - "integrity": "sha512-KBK0PKfmUj0if+gYWEh0+LG70l1gcLGbDCWJt2Ig3naXHGlrLoWBqVArCgbwBzwJZL+VlwW7iEhAzGOWpg2jhw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@capacitor/browser/-/browser-6.0.2.tgz", + "integrity": "sha512-mJjdKbpdCAaaDVZD/vjzpJJxL1VvwsGTcEGn+4PpCQyPu3+yNQO7vgjwBV7ZYS6+mZIKeYn5swWq0BFuAcDqFg==", "peerDependencies": { "@capacitor/core": "^6.0.0" } diff --git a/materialious/package.json b/materialious/package.json index 12c6ab65..76286031 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -41,7 +41,7 @@ "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "6.1.2", "@capacitor/app": "^6.0.1", - "@capacitor/browser": "^6.0.0", + "@capacitor/browser": "^6.0.2", "@capacitor/cli": "6.1.2", "@capacitor/core": "^6.1.2", "beercss": "^3.6.13",