diff options
author | dependabot[bot] <support@dependabot.com> | 2018-11-30 02:17:50 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2018-11-30 02:17:50 +0000 |
commit | 6bd185113fb4a48f52e8b1b9323fe2e427c6f0b6 (patch) | |
tree | c5d1d4f0c18b73129ff4bd7cb5c7bcb906236f0f | |
parent | a529f6ff26b1db8228e0aac48eb0f41bf8682fb9 (diff) | |
download | nextcloud-server-6bd185113fb4a48f52e8b1b9323fe2e427c6f0b6.tar.gz nextcloud-server-6bd185113fb4a48f52e8b1b9323fe2e427c6f0b6.zip |
Bump nextcloud-axios from 0.1.2 to 0.1.3 in /settings
Bumps [nextcloud-axios](https://github.com/ChristophWurst/nextcloud-axios) from 0.1.2 to 0.1.3.
- [Release notes](https://github.com/ChristophWurst/nextcloud-axios/releases)
- [Commits](https://github.com/ChristophWurst/nextcloud-axios/compare/v0.1.2...v0.1.3)
Signed-off-by: dependabot[bot] <support@dependabot.com>
-rw-r--r-- | settings/package-lock.json | 12 | ||||
-rw-r--r-- | settings/package.json | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/settings/package-lock.json b/settings/package-lock.json index 9f520a68fd2..895c5b0c079 100644 --- a/settings/package-lock.json +++ b/settings/package-lock.json @@ -2746,9 +2746,9 @@ } }, "follow-redirects": { - "version": "1.5.8", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.8.tgz", - "integrity": "sha512-sy1mXPmv7kLAMKW/8XofG7o9T+6gAjzdZK4AJF6ryqQYUa/hnzgiypoeUecZ53x7XiqKNEpNqLtS97MshW2nxg==", + "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" } @@ -4624,9 +4624,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/settings/package.json b/settings/package.json index 53c1c986029..2eb0ddece88 100644 --- a/settings/package.json +++ b/settings/package.json @@ -13,7 +13,7 @@ "dependencies": { "@babel/polyfill": "^7.0.0", "lodash": "^4.17.11", - "nextcloud-axios": "^0.1.2", + "nextcloud-axios": "^0.1.3", "nextcloud-password-confirmation": "^0.4.0", "nextcloud-vue": "^0.3.1", "v-tooltip": "^2.0.0-rc.33", |