summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-12-12 09:11:17 -0100
committerGitHub <noreply@github.com>2018-12-12 09:11:17 -0100
commitb4e011510e66146d59bb6721136b08c9d9dc5a6e (patch)
tree1fc0f41c1c9fb7aacaf2dd4f63cee6dec33676d5
parent87252d92bb5db77dfdcc48ef3e17694a46339480 (diff)
parenteff4149e2ba4ff181a043ef0bb35ef17eee5bfad (diff)
Merge pull request #215 from nextcloud/dependabot/npm_and_yarn/nextcloud-axios-0.1.3
Bump nextcloud-axios from 0.1.2 to 0.1.3
-rw-r--r--package-lock.json12
-rw-r--r--package.json2
2 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index f9096a11..ea53c402 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -4420,9 +4420,9 @@
}
},
"follow-redirects": {
- "version": "1.5.9",
- "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.9.tgz",
- "integrity": "sha512-Bh65EZI/RU8nx0wbYF9shkFZlqLP+6WT/5FnA3cE/djNSuKNHJEinGGZgu/cQEkeeb2GdFOgenAmn8qaqYke2w==",
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
+ "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": {
"debug": "=3.1.0"
}
@@ -7345,9 +7345,9 @@
"dev": true
},
"nextcloud-axios": {
- "version": "0.1.2",
- "resolved": "https://registry.npmjs.org/nextcloud-axios/-/nextcloud-axios-0.1.2.tgz",
- "integrity": "sha512-iGmsgetYead0678dpExmYaN4odpiKjKxtPpzuk3TyB1UoQJs4Mop+Dozh1ryWLA0Nqzng9HIvsWkBqLxAm3q5g==",
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/nextcloud-axios/-/nextcloud-axios-0.1.3.tgz",
+ "integrity": "sha512-M2eLX0qrP8xy1VEGDhPXGwvV4W4gMnU1ysjnURVen8ehR1qRLdb/JfhJHab6XRsme7vWWMgSTEj+o3ibQ94N6g==",
"requires": {
"axios": "^0.18.0"
}
diff --git a/package.json b/package.json
index 2739eaba..abf1e5ea 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"dependencies": {
"@babel/polyfill": "^7.0.0",
"linkifyjs": "^2.1.7",
- "nextcloud-axios": "^0.1.2",
+ "nextcloud-axios": "^0.1.3",
"nextcloud-vue": "^0.4.6",
"tributejs": "^3.3.5",
"twemoji": "^11.2.0",