diff --git a/package-lock.json b/package-lock.json index 4fa300bcf56..c600c751af6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", - "@nextcloud/notify_push": "^1.3.1", + "@nextcloud/notify_push": "^1.4.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue": "^8.37.0", @@ -3492,14 +3492,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" @@ -3892,14 +3891,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/paths": { diff --git a/package.json b/package.json index 2b55ee033aa..864dc0d09a0 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/l10n": "^3.4.1", "@nextcloud/logger": "^3.0.3", "@nextcloud/moment": "^1.3.5", - "@nextcloud/notify_push": "^1.3.1", + "@nextcloud/notify_push": "^1.4.0", "@nextcloud/router": "^3.1.0", "@nextcloud/sharing": "^0.4.0", "@nextcloud/vue": "^8.37.0",