From 66ef7a9fb5e9a86076b3ab0783aa2c0681f677fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 23:39:41 +0000 Subject: [PATCH] Bump @capacitor-community/file-opener from 6.0.1 to 7.0.0 in /ui Bumps [@capacitor-community/file-opener](https://github.com/capacitor-community/file-opener) from 6.0.1 to 7.0.0. - [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.1...v7.0.0) --- updated-dependencies: - dependency-name: "@capacitor-community/file-opener" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 11 ++++++----- ui/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 55f6881858..6051d1e24b 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -19,7 +19,7 @@ "@angular/service-worker": "19.0.5", "@awesome-cordova-plugins/core": "^6.14.0", "@awesome-cordova-plugins/file-opener": "^6.14.0", - "@capacitor-community/file-opener": "^6.0.1", + "@capacitor-community/file-opener": "^7.0.0", "@capacitor/android": "^6.2.0", "@capacitor/app": "^6.0.2", "@capacitor/core": "^6.2.0", @@ -2307,15 +2307,16 @@ } }, "node_modules/@capacitor-community/file-opener": { - "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==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@capacitor-community/file-opener/-/file-opener-7.0.0.tgz", + "integrity": "sha512-Rcf9gvD7YMHcjZcCUaUc6Wdy7/sm+JJS4KWUZE0cVJbSKkAb/b5G+8o6HFj3mUKarlkAhzIjL4QBWalyIk5mdA==", + "license": "MIT", "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" }, "peerDependencies": { - "@capacitor/core": "^6.0.0" + "@capacitor/core": ">=7.0.0" } }, "node_modules/@capacitor/android": { diff --git a/ui/package.json b/ui/package.json index ea342734df..23214b2c64 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@angular/service-worker": "19.0.5", "@awesome-cordova-plugins/core": "^6.14.0", "@awesome-cordova-plugins/file-opener": "^6.14.0", - "@capacitor-community/file-opener": "^6.0.1", + "@capacitor-community/file-opener": "^7.0.0", "@capacitor/android": "^6.2.0", "@capacitor/app": "^6.0.2", "@capacitor/core": "^6.2.0",