diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-22 15:46:50 +0100 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-11-22 15:46:50 +0100 |
commit | 3fed014c22b4aeed227268bdbaa248c560e3c66e (patch) | |
tree | ecbff87870bdb68de768b96f9b70ba9d6c2a1898 /package.json | |
parent | e548c613346a09ba2fc8dfd6ed64da6628ec6a45 (diff) | |
download | gitlab-ce-3fed014c22b4aeed227268bdbaa248c560e3c66e.tar.gz |
Updated axios40444-upgrade-axios-from-0-16-2-to-0-17-1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 16a6e45e820..26445caeb7a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "autosize": "^4.0.0", - "axios": "^0.16.2", + "axios": "^0.17.1", "axios-mock-adapter": "^1.10.0", "babel-core": "^6.22.1", "babel-eslint": "^7.2.1", |