diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-12-22 19:13:43 +0000 |
---|---|---|
committer | npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> | 2019-12-22 19:48:34 +0000 |
commit | 0fb3569a65302c07e57743b366bf38ecb31dd18b (patch) | |
tree | 980b4bdb84f72ed56d265c7dee5c3af9bac5435e /package-lock.json | |
parent | 136e0a9422e3afd1ae6dca509974099194bb8611 (diff) | |
download | nextcloud-server-0fb3569a65302c07e57743b366bf38ecb31dd18b.tar.gz nextcloud-server-0fb3569a65302c07e57743b366bf38ecb31dd18b.zip |
Bump @nextcloud/auth from 0.3.1 to 1.1.0
Bumps [@nextcloud/auth](https://github.com/nextcloud/nextcloud-auth) from 0.3.1 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-auth/releases)
- [Commits](https://github.com/nextcloud/nextcloud-auth/compare/v0.3.1...v1.1.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 | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json index e6a9fe41f5c..f9e8bd7fd42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2081,18 +2081,18 @@ } }, "@nextcloud/auth": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz", - "integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-1.1.0.tgz", + "integrity": "sha512-xm8q+lsyfvVl7ncnuK7p+VUre5+O16aKU5X9a4Rc6GkxlkHJWqwob3/5WJz6v61ovIQ4OwlPzVOumeLWEchoUQ==", "requires": { "@nextcloud/event-bus": "^0.2.0", - "core-js": "3.2.1" + "core-js": "3.5.0" }, "dependencies": { "core-js": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz", - "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==" + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz", + "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw==" } } }, @@ -2110,6 +2110,22 @@ "core-js": "^3.2.1" }, "dependencies": { + "@nextcloud/auth": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-0.3.1.tgz", + "integrity": "sha512-kx5VfB2SWG+BNudoggnjQrmxr559rCDANVLnaDDKmCujToxv0l3kNMTBUUcYhSvv8dyYaD/ZTaXBUON9ZLm9lw==", + "requires": { + "@nextcloud/event-bus": "^0.2.0", + "core-js": "3.2.1" + }, + "dependencies": { + "core-js": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.2.1.tgz", + "integrity": "sha512-Qa5XSVefSVPRxy2XfUC13WbvqkxhkwB3ve+pgCQveNgYzbM/UxZeu1dcOX/xr4UmfUd+muuvsaxilQzCyUurMw==" + } + } + }, "core-js": { "version": "3.3.4", "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.3.4.tgz", |