From 9c3556dbcbb799b4ae06e9e33f5a17689b76e6ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:54:29 +0000 Subject: [PATCH] Bump @capacitor/camera from 5.0.8 to 5.0.10 Bumps [@capacitor/camera](https://github.com/ionic-team/capacitor-plugins) from 5.0.8 to 5.0.10. - [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/camera@5.0.8...@capacitor/camera@5.0.10) --- updated-dependencies: - dependency-name: "@capacitor/camera" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5ffb2899..e89530c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@capacitor/android": "5.4.0", "@capacitor/app": "5.0.6", "@capacitor/browser": "^5.2.0", - "@capacitor/camera": "^5.0.7", + "@capacitor/camera": "^5.0.10", "@capacitor/clipboard": "^5.0.6", "@capacitor/core": "5.7.8", "@capacitor/filesystem": "^5.1.4", @@ -2253,10 +2253,9 @@ } }, "node_modules/@capacitor/camera": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/@capacitor/camera/-/camera-5.0.8.tgz", - "integrity": "sha512-V9kuBJV4s2AEFMiUiB5vpPD1qdfKRq/iFQ9euntuUYP+bOHQwGnwuERsQd48PoLUPV1up/08J8tJwGxMkDvPTQ==", - "license": "MIT", + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/@capacitor/camera/-/camera-5.0.10.tgz", + "integrity": "sha512-DOLYjiaOdUQk8mtAAgliqVVJaGegC7VzV4Tk3j1rjXyuc8JeX5SJOfow4v0N+NYxyGMsEEtwNnVZ1B7yzxsrVg==", "peerDependencies": { "@capacitor/core": "^5.0.0" } diff --git a/package.json b/package.json index bd5924c0..c1a80bd3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@capacitor/android": "5.4.0", "@capacitor/app": "5.0.6", "@capacitor/browser": "^5.2.0", - "@capacitor/camera": "^5.0.7", + "@capacitor/camera": "^5.0.10", "@capacitor/clipboard": "^5.0.6", "@capacitor/core": "5.7.8", "@capacitor/filesystem": "^5.1.4",