From 6c6f26385dce3e655696473acd83f1ec73df6109 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:08:04 +0000 Subject: [PATCH] fix(deps): update dependency @nextcloud/auth to ^2.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 114002cd7c..0b13a8d531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "agpl", "dependencies": { "@hedgedoc/markdown-it-task-lists": "^2.0.1", - "@nextcloud/auth": "^2.1.0", + "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.2.0", "@nextcloud/dialogs": "^4.2.0-beta.4", diff --git a/package.json b/package.json index d053a6c7d9..212d5f4c98 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "dependencies": { "@hedgedoc/markdown-it-task-lists": "^2.0.1", - "@nextcloud/auth": "^2.1.0", + "@nextcloud/auth": "^2.2.1", "@nextcloud/axios": "^2.4.0", "@nextcloud/browser-storage": "^0.2.0", "@nextcloud/dialogs": "^4.2.0-beta.4",