Skip to content
This repository was archived by the owner on Apr 9, 2022. It is now read-only.

Commit 122b3f9

Browse files
Merge pull request #14 from jakemcdermott/dependabot/npm_and_yarn/client/axios-0.19.0
Bump axios from 0.18.1 to 0.19.0 in /client
2 parents cd1d2fb + 642e618 commit 122b3f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "node build/build.js"
1515
},
1616
"dependencies": {
17-
"axios": "^0.18.1",
17+
"axios": "^0.19.0",
1818
"vue": "^2.5.2",
1919
"vue-router": "^3.0.1",
2020
"vuex": "^3.0.1"

client/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,9 @@ aws4@^1.6.0:
420420
version "1.7.0"
421421
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.7.0.tgz#d4d0e9b9dbfca77bf08eeb0a8a471550fe39e289"
422422

423-
axios@^0.18.1:
424-
version "0.18.1"
425-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
423+
axios@^0.19.0:
424+
version "0.19.0"
425+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.19.0.tgz#8e09bff3d9122e133f7b8101c8fbdd00ed3d2ab8"
426426
dependencies:
427427
follow-redirects "1.5.10"
428428
is-buffer "^2.0.2"

0 commit comments

Comments
 (0)