diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-10 09:49:48 +0000 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-04-10 11:53:18 +0200 |
commit | 98b43380943c25da74f5c484b5476bffd23233da (patch) | |
tree | bf77db21d28f1d0f407646144ed7106204084202 /package-lock.json | |
parent | e5302d2335a76d5ef97694c156b7aa996db7cf28 (diff) | |
download | nextcloud-server-98b43380943c25da74f5c484b5476bffd23233da.tar.gz nextcloud-server-98b43380943c25da74f5c484b5476bffd23233da.zip |
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>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 15 |
1 files changed, 4 insertions, 11 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": { |