From 12163c5779fa2eaf24c45eac813102ca6be165e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:58:50 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/notify_push from 1.3.0 to 1.3.1 Bumps [@nextcloud/notify_push](https://github.com/icewind1991/notify_push-client) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/icewind1991/notify_push-client/releases) - [Commits](https://github.com/icewind1991/notify_push-client/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/notify_push" dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 28e61d93e..f9b03bbd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4462,13 +4462,14 @@ } }, "node_modules/@nextcloud/notify_push": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.0.tgz", - "integrity": "sha512-WmyINTP/RynrfrOdyxzcntwV79b88uhXHU3cVJEcMzuh7wt6YT66kitjuQHMGlrG/xlEwk4qUKEM/NpFqVcvJg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.1.tgz", + "integrity": "sha512-EfjlSidNB/ZelxK1VyPvIeMYRmh/e7M7mdmRgAtg93XK0tqOBakKXeIF1ZI13IlF4xojHN0ktA6DYitSQb8kSQ==", + "license": "AGPL-3.0-or-later", "dependencies": { - "@nextcloud/axios": "^2.5.0", + "@nextcloud/axios": "^2.5.2", "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/event-bus": "^3.3.0" + "@nextcloud/event-bus": "^3.3.2" } }, "node_modules/@nextcloud/paths": {