From ce8ccc9b9ab0d441ea7386d6e81732af8a86dc0f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 13:35:53 +0000 Subject: [PATCH] Bump nextcloud-axios from 0.2.0 to 0.2.1 in /js Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases) - [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] --- js/package-lock.json | 6 +++--- js/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/js/package-lock.json b/js/package-lock.json index ea4979a4f..c682d87eb 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -6003,9 +6003,9 @@ "integrity": "sha512-iyam8fBuCUpWeKPGpaNMetEocMt364qkCsfL9JuhjXX6dRnguRVOfk2GZaDpPjcOKiiXCPINZC1GczQ7iTq3Zw==" }, "nextcloud-axios": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/nextcloud-axios/-/nextcloud-axios-0.2.0.tgz", - "integrity": "sha512-OLDeZfub4pMkIKeXAPGqtFyV/xBbuOO5CSRgLvkT1O+HD4XZKP8+ywhbzXNBxA0ywLnMax3VsmPfQ7lvgy1m0w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/nextcloud-axios/-/nextcloud-axios-0.2.1.tgz", + "integrity": "sha512-gzW/TXXGkxSgaIhLyPGOZ8Gs8t43i7cUpZNtDQh/UGecSn62AqjpSms+8YRw0NSJ0nhOdlqhFCFw/wb9XfYVjg==", "requires": { "axios": "^0.19.0" } diff --git a/js/package.json b/js/package.json index bfce4618b..f54ad6937 100644 --- a/js/package.json +++ b/js/package.json @@ -16,7 +16,7 @@ "babel-polyfill": "^6.26.0", "markdown-it": "^9.1.0", "markdown-it-link-target": "^1.0.2", - "nextcloud-axios": "^0.2.0", + "nextcloud-axios": "^0.2.1", "nextcloud-vue": "^0.12.2", "nextcloud-vue-collections": "^0.5.6", "ng-infinite-scroll": "^1.3.0",