summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-01-26 03:25:26 +0000
committerGitHub <noreply@github.com>2020-01-26 03:25:26 +0000
commit7d503768bae25568793574d496419c67063cf19e (patch)
tree85d26a772b2c62c310cfb33adad991627f236c72
parent98a063dba46d53a3cb0a40dcc9a36276ed4d8265 (diff)
parent599d771e661e624f20fe333e91b41d994b4600f5 (diff)
Merge pull request #1439 from nextcloud/dependabot/npm_and_yarn/axios-0.19.2
-rw-r--r--package-lock.json6
-rw-r--r--package.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/package-lock.json b/package-lock.json
index b3cfe912..21fa6adb 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3318,9 +3318,9 @@
"dev": true
},
"axios": {
- "version": "0.19.1",
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.1.tgz",
- "integrity": "sha512-Yl+7nfreYKaLRvAvjNPkvfjnQHJM1yLBY3zhqAwcJSwR/6ETkanUgylgtIvkvz0xJ+p/vZuNw8X7Hnb7Whsbpw==",
+ "version": "0.19.2",
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
+ "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"requires": {
"follow-redirects": "1.5.10"
}
diff --git a/package.json b/package.json
index bb484e0a..3d18079d 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,7 @@
},
"dependencies": {
"@nextcloud/vue": "1.2.7",
- "axios": "^0.19.1",
+ "axios": "^0.19.2",
"cdav-library": "github:nextcloud/cdav-library",
"core-js": "^3.6.4",
"debounce": "^1.2.0",