From d11e107e909ccaacc1b6c0a0fb257c70040a267e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:14:00 +0000 Subject: [PATCH] chore(deps): bump @capacitor/push-notifications in /web Bumps [@capacitor/push-notifications](https://github.com/ionic-team/capacitor-plugins) from 8.1.1 to 8.1.2. - [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/push-notifications@8.1.1...@capacitor/push-notifications@8.1.2) --- updated-dependencies: - dependency-name: "@capacitor/push-notifications" dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 3d5db1b..a9e05b8 100644 --- a/web/package.json +++ b/web/package.json @@ -14,7 +14,7 @@ "@capacitor/core": "8.3.1", "@capacitor/local-notifications": "8.1.0", "@capacitor/preferences": "8.0.1", - "@capacitor/push-notifications": "8.1.1", + "@capacitor/push-notifications": "8.1.2", "@capacitor/screen-orientation": "8.0.1", "@eslint/eslintrc": "3.3.5", "@stylistic/eslint-plugin": "5.10.0",