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": {