From b903a68c2f1c6dc92cc716c8d84a7fa24355805e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 11:15:05 +0000 Subject: [PATCH] Bump nextcloud-axios from 0.2.0 to 0.2.1 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] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe04472f..1c11f2a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2495,7 +2495,7 @@ "integrity": "sha512-1uvKqKQta3KBxIz14F2v06AEHZ/dIoeKfbTRkK1E5oqjDnuEerLmYTgJB5AiQZHJcljpg1TuRzdjDR06qNk0DQ==", "requires": { "follow-redirects": "1.5.10", - "is-buffer": "2.0.3" + "is-buffer": "^2.0.2" } }, "babel-code-frame": { @@ -6051,7 +6051,7 @@ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", "requires": { - "debug": "3.1.0" + "debug": "=3.1.0" } }, "for-in": { @@ -9746,11 +9746,11 @@ "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=" }, "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" + "axios": "^0.19.0" } }, "nextcloud-vue": { diff --git a/package.json b/package.json index 4c273222..c95865c5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "dependencies": { "vue-masonry-css": "^1.0.3", "linkifyjs": "^2.1.8", - "nextcloud-axios": "^0.2.0", + "nextcloud-axios": "^0.2.1", "nextcloud-vue": "^0.12.3", "tributejs": "^3.7.2", "twemoji": "^12.0.1",