From d46541c8a8ca2098a4091d84a69190e2f57615fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 06:47:16 +0000 Subject: [PATCH] chore(deps): bump @capacitor/camera Bumps the patch-updates group with 1 update in the / directory: [@capacitor/camera](https://github.com/ionic-team/capacitor-camera). Updates `@capacitor/camera` from 8.2.1 to 8.2.2 - [Release notes](https://github.com/ionic-team/capacitor-camera/releases) - [Changelog](https://github.com/ionic-team/capacitor-camera/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/capacitor-camera/compare/v8.2.1...v8.2.2) --- updated-dependencies: - dependency-name: "@capacitor/camera" dependency-version: 8.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index c1f67108a..c23f3d558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@capacitor/android": "^8.4.2", "@capacitor/app": "^8.1.1", "@capacitor/browser": "^8.0.4", - "@capacitor/camera": "^8.2.1", + "@capacitor/camera": "^8.2.2", "@capacitor/clipboard": "^8.0.1", "@capacitor/core": "^8.4.2", "@capacitor/device": "^8.0.3", @@ -1845,9 +1845,9 @@ } }, "node_modules/@capacitor/camera": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@capacitor/camera/-/camera-8.2.1.tgz", - "integrity": "sha512-yq4TbVcv9Z91JLr7C5407s3rrXr/Dmk+Pr9FAVRn65s3Jg4iYabjwG4fVKUYlQL5TiUdBbZA3LiNAbUxJNcUkw==", + "version": "8.2.2", + "resolved": "https://registry.npmjs.org/@capacitor/camera/-/camera-8.2.2.tgz", + "integrity": "sha512-WfaOsqrjPzvXGvrIBFqFtOZHBrc3hwGKssZje4ioJDNfTjIq2zrUNDXP+q6XmLyzifCYOu2YFC6k1+leb/BqSg==", "license": "MIT", "peerDependencies": { "@capacitor/core": ">=8.0.0" diff --git a/package.json b/package.json index 06c24d384..792187e8d 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@capacitor/android": "^8.4.2", "@capacitor/app": "^8.1.1", "@capacitor/browser": "^8.0.4", - "@capacitor/camera": "^8.2.1", + "@capacitor/camera": "^8.2.2", "@capacitor/clipboard": "^8.0.1", "@capacitor/core": "^8.4.2", "@capacitor/device": "^8.0.3",