From c1660e610709da3d56b4350bf86ee05a2d83c9ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:55:28 +0200 Subject: [PATCH] Build(deps): Bump @capacitor-community/file-opener in /ui (#2787) Bumps [@capacitor-community/file-opener](https://github.com/capacitor-community/file-opener) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/capacitor-community/file-opener/releases) - [Changelog](https://github.com/capacitor-community/file-opener/blob/master/CHANGELOG.md) - [Commits](https://github.com/capacitor-community/file-opener/compare/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: "@capacitor-community/file-opener" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier --- ui/package-lock.json | 9 ++++----- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 2c5bd5dfaa..482e41f096 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17,7 +17,7 @@ "@angular/platform-browser-dynamic": "18.0.5", "@angular/router": "18.0.5", "@angular/service-worker": "18.0.5", - "@capacitor-community/file-opener": "^6.0.0", + "@capacitor-community/file-opener": "^6.0.1", "@capacitor/android": "^6.0.0", "@capacitor/app": "^6.0.0", "@capacitor/core": "^6.0.0", @@ -3315,10 +3315,9 @@ } }, "node_modules/@capacitor-community/file-opener": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/@capacitor-community/file-opener/-/file-opener-6.0.0.tgz", - "integrity": "sha512-nJ9S5rCqnVDBKfqdjDhrYOIO9JLeScFkRfKLs2G+d6Df73vrJMes8dr+dGSEvKiPhyjRhICW5imDJEbzaD8KpA==", - "license": "MIT", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@capacitor-community/file-opener/-/file-opener-6.0.1.tgz", + "integrity": "sha512-6DMcCVZPWnx1ewlCcciDGQ9n+hZt7ixLuSMv5U2epyZJ44vdLXEKjZvwU+Wpdpmsq5p0pT9jExDODFdc+DNCsw==", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" diff --git a/ui/package.json b/ui/package.json index 8bdb4be191..54462d2b15 100644 --- a/ui/package.json +++ b/ui/package.json @@ -12,7 +12,7 @@ "@angular/platform-browser-dynamic": "18.0.5", "@angular/router": "18.0.5", "@angular/service-worker": "18.0.5", - "@capacitor-community/file-opener": "^6.0.0", + "@capacitor-community/file-opener": "^6.0.1", "@capacitor/android": "^6.0.0", "@capacitor/app": "^6.0.0", "@capacitor/core": "^6.0.0",