diff options
author | Lukas Eipert <leipert@gitlab.com> | 2019-06-24 12:36:51 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2019-06-24 12:36:51 +0200 |
commit | a2d6d937fed919d63b45300c87bd3e4e13488340 (patch) | |
tree | 7bf41e76a0a11d5d731c0d5bbe87c79fd7b88978 /package.json | |
parent | e64031af07adc5f484b52f22dc3a5b6cad581a5f (diff) | |
download | gitlab-ce-a2d6d937fed919d63b45300c87bd3e4e13488340.tar.gz |
Upgrade axios to 0.19.0leipert-upgrade-axios
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 54998cc81dd..9c1ed999719 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "apollo-upload-client": "^10.0.0", "at.js": "^1.5.4", "autosize": "^4.0.0", - "axios": "^0.17.1", + "axios": "^0.19.0", "babel-loader": "^8.0.5", "bootstrap": "4.3.1", "brace-expansion": "^1.1.8", |