Skip to content

Commit 6150b75

Browse files
authored
Merge pull request #504 from matestack/dependabot/npm_and_yarn/axios-0.21.1
Bump axios from 0.18.1 to 0.21.1
2 parents 1317a65 + 49a2c2d commit 6150b75

File tree

2 files changed

+10
-30
lines changed

2 files changed

+10
-30
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "app/javascript/matestack-ui-core",
55
"private": true,
66
"dependencies": {
7-
"axios": "^0.18.1",
7+
"axios": "^0.21.1",
88
"link-module-alias": "^1.2.0",
99
"v-runtime-template": "^1.5.2",
1010
"vue": "^2.5.17",

yarn.lock

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ ansi-styles@^3.2.1:
99
dependencies:
1010
color-convert "^1.9.0"
1111

12-
axios@^0.18.1:
13-
version "0.18.1"
14-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.1.tgz#ff3f0de2e7b5d180e757ad98000f1081b87bcea3"
15-
integrity sha512-0BfJq4NSfQXd+SkFdrvFbG7addhYSBA2mQwISr46pD6E5iqkWg02RAs8vyTT/j0RTnoYmeXauBuSv1qKwR179g==
12+
axios@^0.21.1:
13+
version "0.21.1"
14+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.1.tgz#22563481962f4d6bde9a76d516ef0e5d3c09b2b8"
15+
integrity sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==
1616
dependencies:
17-
follow-redirects "1.5.10"
18-
is-buffer "^2.0.2"
17+
follow-redirects "^1.10.0"
1918

2019
chalk@^2.4.1:
2120
version "2.4.2"
@@ -38,47 +37,28 @@ [email protected]:
3837
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
3938
integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=
4039

41-
debug@=3.1.0:
42-
version "3.1.0"
43-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.1.0.tgz#5bb5a0672628b64149566ba16819e61518c67261"
44-
integrity sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==
45-
dependencies:
46-
ms "2.0.0"
47-
4840
escape-string-regexp@^1.0.5:
4941
version "1.0.5"
5042
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
5143
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
5244

53-
54-
version "1.5.10"
55-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.5.10.tgz#7b7a9f9aea2fdff36786a94ff643ed07f4ff5e2a"
56-
integrity sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==
57-
dependencies:
58-
debug "=3.1.0"
45+
follow-redirects@^1.10.0:
46+
version "1.13.1"
47+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.13.1.tgz#5f69b813376cee4fd0474a3aba835df04ab763b7"
48+
integrity sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg==
5949

6050
has-flag@^3.0.0:
6151
version "3.0.0"
6252
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
6353
integrity sha1-tdRU3CGZriJWmfNGfloH87lVuv0=
6454

65-
is-buffer@^2.0.2:
66-
version "2.0.4"
67-
resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-2.0.4.tgz#3e572f23c8411a5cfd9557c849e3665e0b290623"
68-
integrity sha512-Kq1rokWXOPXWuaMAqZiJW4XxsmD9zGx9q4aePabbn3qCRGedtH7Cm+zV8WETitMfu1wdh+Rvd6w5egwSngUX2A==
69-
7055
link-module-alias@^1.2.0:
7156
version "1.2.0"
7257
resolved "https://registry.yarnpkg.com/link-module-alias/-/link-module-alias-1.2.0.tgz#6a3b7b014cfe18b2759a1222fffce6a40fc120e4"
7358
integrity sha512-ahPjXepbSVKbahTB6LxR//VHm8HPfI+QQygCH+E82spBY4HR5VPJTvlhKBc9F7muVxnS6C1rRfoPOXAbWO/fyw==
7459
dependencies:
7560
chalk "^2.4.1"
7661

77-
78-
version "2.0.0"
79-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
80-
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
81-
8262
supports-color@^5.3.0:
8363
version "5.5.0"
8464
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)