diff options
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", |