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