Skip to content

Commit 2c09548

Browse files
Bump axios from 0.18.0 to 0.18.1 in /vue
Bumps [axios](https://github.com/axios/axios) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.18.1/CHANGELOG.md) - [Commits](axios/axios@v0.18.0...v0.18.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e835c1d commit 2c09548

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dependencies": {
1010
"@aspnet/signalr": "^1.0.0",
1111
"abp-web-resources": "^5.1.1",
12-
"axios": "^0.18.0",
12+
"axios": "^0.18.1",
1313
"famfamfam-flags": "^1.0.0",
1414
"iview": "~3.0.0",
1515
"js-cookie": "^2.2.0",

vue/yarn.lock

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,12 +1137,13 @@ aws4@^1.8.0:
11371137
version "1.8.0"
11381138
resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.8.0.tgz#f0e003d9ca9e7f59c7a508945d7b2ef9a04a542f"
11391139

1140-
axios@*, axios@^0.18.0:
1141-
version "0.18.0"
1142-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102"
1140+
axios@*, axios@^0.18.1:
1141+
version "0.18.1"
1142+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
1143+
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
11431144
dependencies:
1144-
follow-redirects "^1.3.0"
1145-
is-buffer "^1.1.5"
1145+
follow-redirects "1.5.10"
1146+
is-buffer "^2.0.2"
11461147

11471148
babel-code-frame@^6.22.0, babel-code-frame@^6.26.0:
11481149
version "6.26.0"
@@ -2125,7 +2126,7 @@ [email protected], debug@^2.1.2, debug@^2.2.0, debug@^2.3.3, debug@^2.6.6, debug@^2.6.
21252126
dependencies:
21262127
ms "2.0.0"
21272128

2128-
debug@^3.1.0:
2129+
debug@=3.1.0, debug@^3.1.0:
21292130
version "3.1.0"
21302131
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
21312132
dependencies:
@@ -2780,11 +2781,12 @@ flush-write-stream@^1.0.0:
27802781
inherits "^2.0.1"
27812782
readable-stream "^2.0.4"
27822783

2783-
follow-redirects@^1.0.0, follow-redirects@^1.3.0:
2784-
version "1.4.1"
2785-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.4.1.tgz#d8120f4518190f55aac65bb6fc7b85fcd666d6aa"
2784+
[email protected], follow-redirects@^1.0.0:
2785+
version "1.5.10"
2786+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
2787+
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
27862788
dependencies:
2787-
debug "^3.1.0"
2789+
debug "=3.1.0"
27882790

27892791
for-in@^1.0.1, for-in@^1.0.2:
27902792
version "1.0.2"
@@ -3457,6 +3459,11 @@ is-buffer@^1.1.5:
34573459
version "1.1.6"
34583460
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be"
34593461

3462+
is-buffer@^2.0.2:
3463+
version "2.0.4"
3464+
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
3465+
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
3466+
34603467
is-builtin-module@^1.0.0:
34613468
version "1.0.0"
34623469
resolved "https://registry.yarnpkg.com/is-builtin-module/-/is-builtin-module-1.0.0.tgz#540572d34f7ac3119f8f76c30cbc1b1e037affbe"

0 commit comments

Comments
 (0)