diff --git a/package-lock.json b/package-lock.json index 0b7a31a41..722b379cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.4.0", "@nextcloud/moment": "^1.3.5", - "@nextcloud/notify_push": "^1.3.1", + "@nextcloud/notify_push": "^1.4.0", "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.39.0", @@ -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" @@ -4503,14 +4502,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": { diff --git a/package.json b/package.json index d7d6b31fd..aacf9dca7 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@nextcloud/initial-state": "^2.2.0", "@nextcloud/l10n": "^3.4.0", "@nextcloud/moment": "^1.3.5", - "@nextcloud/notify_push": "^1.3.1", + "@nextcloud/notify_push": "^1.4.0", "@nextcloud/password-confirmation": "^6.1.0", "@nextcloud/router": "^3.0.1", "@nextcloud/vue": "^8.39.0",