From 74745e2ab55ab72367ac24236cc922e1e78c5317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 02:18:59 +0000 Subject: [PATCH] Chore(deps): Bump @nextcloud/notify_push from 1.1.4 to 1.3.0 Bumps [@nextcloud/notify_push](https://github.com/icewind1991/notify_push-client) from 1.1.4 to 1.3.0. - [Release notes](https://github.com/icewind1991/notify_push-client/releases) - [Commits](https://github.com/icewind1991/notify_push-client/compare/v1.1.4...v1.3.0) --- updated-dependencies: - dependency-name: "@nextcloud/notify_push" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a88b795f..c3ba76f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/notify_push": "^1.1.4", + "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.11.3", "blueimp-md5": "^2.19.0", @@ -3827,13 +3827,13 @@ } }, "node_modules/@nextcloud/notify_push": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.1.4.tgz", - "integrity": "sha512-abWi1fD18XdJa5PstGK1E7/Q+XNbRjsF6jryp+Qa/qwP7x29CQzY33TVnA0IMWZeIA49Mjd3wZjmyf9BQmMJ2Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.0.tgz", + "integrity": "sha512-WmyINTP/RynrfrOdyxzcntwV79b88uhXHU3cVJEcMzuh7wt6YT66kitjuQHMGlrG/xlEwk4qUKEM/NpFqVcvJg==", "dependencies": { - "@nextcloud/axios": "^2.4.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/event-bus": "^3.0.2" + "@nextcloud/axios": "^2.5.0", + "@nextcloud/capabilities": "^1.2.0", + "@nextcloud/event-bus": "^3.3.0" } }, "node_modules/@nextcloud/paths": { @@ -23927,13 +23927,13 @@ } }, "@nextcloud/notify_push": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.1.4.tgz", - "integrity": "sha512-abWi1fD18XdJa5PstGK1E7/Q+XNbRjsF6jryp+Qa/qwP7x29CQzY33TVnA0IMWZeIA49Mjd3wZjmyf9BQmMJ2Q==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/notify_push/-/notify_push-1.3.0.tgz", + "integrity": "sha512-WmyINTP/RynrfrOdyxzcntwV79b88uhXHU3cVJEcMzuh7wt6YT66kitjuQHMGlrG/xlEwk4qUKEM/NpFqVcvJg==", "requires": { - "@nextcloud/axios": "^2.4.0", - "@nextcloud/capabilities": "^1.0.4", - "@nextcloud/event-bus": "^3.0.2" + "@nextcloud/axios": "^2.5.0", + "@nextcloud/capabilities": "^1.2.0", + "@nextcloud/event-bus": "^3.3.0" } }, "@nextcloud/paths": { diff --git a/package.json b/package.json index 5b75451f4..7608c08e8 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.1.0", "@nextcloud/moment": "^1.3.1", - "@nextcloud/notify_push": "^1.1.4", + "@nextcloud/notify_push": "^1.3.0", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.11.3", "blueimp-md5": "^2.19.0",