summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-06-07 02:34:48 +0000
committerGitHub <noreply@github.com>2020-06-07 02:34:48 +0000
commit6a1b06e8ebb33a4e03f2c7b20ad83966db417039 (patch)
treedef0bda2cf698582a967f12c27cc8d76260bea9f
parentd3dbdd74bfbbe34f30dc32d83701e1b8203c8ef5 (diff)
parent388d43e0e21b601cad17ae963951694c22bbecef (diff)
Merge pull request #1658 from nextcloud/dependabot/npm_and_yarn/nextcloud/auth-1.3.0
-rw-r--r--package-lock.json20
-rw-r--r--package.json2
2 files changed, 18 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index 207a8e7a..4a0e0c55 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3732,11 +3732,12 @@
"integrity": "sha512-9T5xb8pq0GLNuKmKbXLvILOi1bQeu9FzAup+dB3zWRgzOVh40yE0YqWY/lrKzBrpj968ZaKTxegTwU1zyRtfBA=="
},
"@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"
}
},
@@ -3834,6 +3835,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",
@@ -3864,6 +3873,11 @@
"integrity": "sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==",
"dev": true
},
+ "@types/jquery": {
+ "version": "2.0.54",
+ "resolved": "https://registry.npmjs.org/@types/jquery/-/jquery-2.0.54.tgz",
+ "integrity": "sha512-D/PomKwNkDfSKD13DEVQT/pq2TUjN54c6uB341fEZanIzkjfGe7UaFuuaLZbpEiS5j7Wk2MUHAZqZIoECw29lg=="
+ },
"@types/semver": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-6.2.1.tgz",
diff --git a/package.json b/package.json
index 8b277021..125cb1a9 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
},
"dependencies": {
"@mattkrick/sanitize-svg": "^0.2.1",
- "@nextcloud/auth": "^1.2.3",
+ "@nextcloud/auth": "^1.3.0",
"@nextcloud/dialogs": "^1.4.0",
"@nextcloud/initial-state": "^1.1.2",
"@nextcloud/l10n": "^1.3.0",