From 5a2495b50d46e8ab16796debbfa9912446d242c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 23:10:02 +0000 Subject: [PATCH] Bump @capacitor/app from 6.0.0 to 6.0.1 in /materialious Bumps [@capacitor/app](https://github.com/ionic-team/capacitor-plugins) from 6.0.0 to 6.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/app@6.0.0...@capacitor/app@6.0.1) --- updated-dependencies: - dependency-name: "@capacitor/app" 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 c73e801e..b3f9fce3 100644 --- a/materialious/package-lock.json +++ b/materialious/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "^6.1.2", - "@capacitor/app": "^6.0.0", + "@capacitor/app": "^6.0.1", "@capacitor/browser": "^6.0.0", "@capacitor/cli": "^6.1.2", "@capacitor/core": "^6.1.2", @@ -2036,9 +2036,9 @@ } }, "node_modules/@capacitor/app": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@capacitor/app/-/app-6.0.0.tgz", - "integrity": "sha512-X5UGd90Jh5p9rmoPyMqFyFWqOypdJgVJhYcM5X1YyDVJJGzmJ5MuYv1+ajj5DW9Qyh+5a3th9WYptdGby8jidA==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@capacitor/app/-/app-6.0.1.tgz", + "integrity": "sha512-0kXbOl7LPPMFVcAii3u/7Ps0DvXlr7dtHT97r9J1faDlgdQLQUvtGp48tjvFm48gqHI0aOPRJnTBr5JXW4ETYg==", "peerDependencies": { "@capacitor/core": "^6.0.0" } diff --git a/materialious/package.json b/materialious/package.json index a31e6a2e..5c694eb5 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -40,7 +40,7 @@ "dependencies": { "@capacitor-community/electron": "^5.0.1", "@capacitor/android": "^6.1.2", - "@capacitor/app": "^6.0.0", + "@capacitor/app": "^6.0.1", "@capacitor/browser": "^6.0.0", "@capacitor/cli": "^6.1.2", "@capacitor/core": "^6.1.2",