From ff5e80cd693ef859037ab8f7f23ab0f4e16ca021 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:44:20 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/notify_push from 1.3.1 to 1.4.0 Bumps [@nextcloud/notify_push](https://github.com/nextcloud-libraries/notify_push-client) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/nextcloud-libraries/notify_push-client/releases) - [Commits](https://github.com/nextcloud-libraries/notify_push-client/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: "@nextcloud/notify_push" dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 675d494e5..ca583749d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4098,14 +4098,13 @@ } }, "node_modules/@nextcloud/axios": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.5.2.tgz", - "integrity": "sha512-8frJb77jNMbz00TjsSqs1PymY0nIEbNM4mVmwen2tXY7wNgRai6uXilIlXKOYB9jR/F/HKRj6B4vUwVwZbhdbw==", + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/@nextcloud/axios/-/axios-2.6.0.tgz", + "integrity": "sha512-ehcIgyora8DAJ+STG6iFI4e+ufPVFrIA6o0FgMKeKdfyaxRJ9UM7L+n7V+rc/qv8sDiWC/hWIKwFtLw2W5yE4Q==", "license": "GPL-3.0-or-later", "dependencies": { - "@nextcloud/auth": "^2.5.1", - "@nextcloud/router": "^3.0.1", - "axios": "^1.12.2" + "@nextcloud/auth": "^2.6.0", + "axios": "^1.15.0" }, "engines": { "node": "^20.0.0 || ^22.0.0 || ^24.0.0" @@ -4537,14 +4536,14 @@ } }, "node_modules/@nextcloud/notify_push": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.1.tgz", - "integrity": "sha512-EfjlSidNB/ZelxK1VyPvIeMYRmh/e7M7mdmRgAtg93XK0tqOBakKXeIF1ZI13IlF4xojHN0ktA6DYitSQb8kSQ==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.4.0.tgz", + "integrity": "sha512-07UDgz1xLG9XABP8+mwQ2CsNWZu6lKzz0ErUA2HfE1ZfxXKiwVpo60t30y34UExGB9+Ok1nFaYU8fyJHncz9aQ==", "license": "AGPL-3.0-or-later", "dependencies": { - "@nextcloud/axios": "^2.5.2", - "@nextcloud/capabilities": "^1.2.0", - "@nextcloud/event-bus": "^3.3.2" + "@nextcloud/axios": "^2.6.0", + "@nextcloud/capabilities": "^1.2.1", + "@nextcloud/event-bus": "^3.3.3" } }, "node_modules/@nextcloud/password-confirmation": {