diff --git a/package-lock.json b/package-lock.json index 7465e9138..e4718053e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4714,11 +4714,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" }, "dependencies": { @@ -4964,6 +4965,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": "2.0.0", "resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-2.0.0.tgz", @@ -5156,6 +5165,11 @@ "@types/istanbul-lib-report": "*" } }, + "@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", diff --git a/package.json b/package.json index 3759dbf74..1331e3877 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@babel/polyfill": "^7.10.1", "@babel/runtime": "^7.10.2", "@juliushaertl/vue-richtext": "^0.3.1", - "@nextcloud/auth": "^1.2.3", + "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.3.2", "@nextcloud/dialogs": "^1.4.0", "@nextcloud/files": "^1.1.0",