diff --git a/package-lock.json b/package-lock.json
index 9f553f182c12c112ab6edee672437880b47f8ce2..dba9938316cb18b153c5df3b86ffbdb343dcdef1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1766,19 +1766,12 @@
       }
     },
     "@nextcloud/auth": {
-      "version": "1.2.2",
-      "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.2.tgz",
-      "integrity": "sha512-rrjqrvzrstGaunzr4uriL8ITlp0jgZVzHpdRoSPTkgIQvTRNn1W3E41wGM1Zb6BG3WKuGNh/VdM3vqEaX/TN5A==",
+      "version": "1.2.3",
+      "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.3.tgz",
+      "integrity": "sha512-SN0g1nyflt2H34zkCFflOky/h0r9DNHb7T8l/JILyFTCoL8f+f67V2Q4jLLfyapEXgq0b3xG7p8FtrBX5/JhWA==",
       "requires": {
         "@nextcloud/event-bus": "^1.1.3",
-        "core-js": "3.6.4"
-      },
-      "dependencies": {
-        "core-js": {
-          "version": "3.6.4",
-          "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz",
-          "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw=="
-        }
+        "core-js": "^3.6.4"
       }
     },
     "@nextcloud/axios": {
diff --git a/package.json b/package.json
index 1aac0edb5e14802f25b67ad98e4ccf33aca5dca9..5d7445d17433abaae02456731fe6c3d278c8341d 100644
--- a/package.json
+++ b/package.json
@@ -26,7 +26,7 @@
   "license": "AGPL-3.0-or-later",
   "dependencies": {
     "@chenfengyuan/vue-qrcode": "^1.0.2",
-    "@nextcloud/auth": "^1.2.2",
+    "@nextcloud/auth": "^1.2.3",
     "@nextcloud/axios": "^1.3.2",
     "@nextcloud/dialogs": "^1.2.2",
     "@nextcloud/event-bus": "^1.1.3",