From 98b43380943c25da74f5c484b5476bffd23233da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 09:49:48 +0000 Subject: [PATCH] Bump @nextcloud/auth from 1.2.2 to 1.2.3 Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/nextcloud/nextcloud-auth/releases) - [Changelog](https://github.com/nextcloud/nextcloud-auth/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v1.2.2...v1.2.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> --- package-lock.json | 15 ++++----------- package.json | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f553f182c1..dba9938316c 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 1aac0edb5e1..5d7445d1743 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", -- GitLab