diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2019-10-04 12:17:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-05 19:06:00 +0200 |
commit | 81613d22469bc20faad4ec342832f53f541cb469 (patch) | |
tree | e9856161a4daa6bbecd843666a50399b5f568e88 /package.json | |
parent | 8c023eeabdb3874470e5db1a756ed1b62ea3ecf9 (diff) | |
download | nextcloud-server-81613d22469bc20faad4ec342832f53f541cb469.tar.gz nextcloud-server-81613d22469bc20faad4ec342832f53f541cb469.zip |
Switch to @nextcloud/axios for the CSRF update fix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9fe41224820..1c666a49147 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "dependencies": { "@babel/polyfill": "^7.6.0", "@chenfengyuan/vue-qrcode": "^1.0.1", + "@nextcloud/axios": "^0.4.1", "@nextcloud/event-bus": "^0.2.0", "@nextcloud/router": "^0.1.0", "autosize": "^4.0.2", @@ -46,7 +47,6 @@ "marked": "^0.7.0", "moment": "^2.24.0", "moment-timezone": "^0.5.26", - "nextcloud-axios": "^0.2.1", "nextcloud-initial-state": "0.0.3", "nextcloud-password-confirmation": "^0.4.2", "nextcloud-router": "0.0.9", |