diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-06-07 01:18:11 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2020-06-07 08:47:37 +0000 |
commit | 807e286f421019cdea873eb3f9e530ecea34e81c (patch) | |
tree | 6bf9ba3c4df3299ecc2e9fde4923f302abd2f048 /package-lock.json | |
parent | dba76c04bba910c3c6f1dec4f3eba6416ec3378d (diff) | |
download | nextcloud-server-807e286f421019cdea873eb3f9e530ecea34e81c.tar.gz nextcloud-server-807e286f421019cdea873eb3f9e530ecea34e81c.zip |
Bump @nextcloud/auth from 1.2.3 to 1.3.0
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 1.2.3 to 1.3.0.
- [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.3...v1.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index a99bf47e7b7..57d50f4f645 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3130,11 +3130,12 @@ } }, "@nextcloud/auth": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.2.3.tgz", - "integrity": "sha512-SN0g1nyflt2H34zkCFflOky/h0r9DNHb7T8l/JILyFTCoL8f+f67V2Q4jLLfyapEXgq0b3xG7p8FtrBX5/JhWA==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.3.0.tgz", + "integrity": "sha512-GfwRM9W7hat4psNdAt74UHEV+drEXQ53klCVp6JpON66ZLPeK5eJ1LQuiQDkpUxZpqNeaumXjiB98h5cug/uQw==", "requires": { "@nextcloud/event-bus": "^1.1.3", + "@nextcloud/typings": "^0.2.2", "core-js": "^3.6.4" } }, @@ -3285,6 +3286,14 @@ } } }, + "@nextcloud/typings": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@nextcloud/typings/-/typings-0.2.2.tgz", + "integrity": "sha512-LZrv1VV3vyDaKw4UKMcGM9dvLMpdI2tfMexHf/ixVn6OrsRDsRTbxByWMMdRF2ArHD5Q8RsICa72p6BcG9b80Q==", + "requires": { + "@types/jquery": "2.0.54" + } + }, "@nextcloud/vue": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-1.5.0.tgz", @@ -3402,6 +3411,11 @@ "@types/node": "*" } }, + "@types/jquery": { + "version": "2.0.54", + "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.54.tgz", + "integrity": "sha512-D/PomKwNkDfSKD13DEVQT/pq2TUjN54c6uB341fEZanIzkjfGe7UaFuuaLZbpEiS5j7Wk2MUHAZqZIoECw29lg==" + }, "@types/minimatch": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", |