Skip to content

Commit c185fc0

Browse files
Update dependency axios to ^0.28.0 [SECURITY]
1 parent a614154 commit c185fc0

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

modules/st2-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"access": "public"
2828
},
2929
"dependencies": {
30-
"axios": "^0.21.1",
30+
"axios": "^0.28.0",
3131
"lodash": "4.17.21",
3232
"moxios": "^0.4.0",
3333
"react": "16.8.6",

yarn.lock

+30-9
Original file line numberDiff line numberDiff line change
@@ -2452,20 +2452,22 @@ [email protected]:
24522452
follow-redirects "^1.3.0"
24532453
is-buffer "^1.1.5"
24542454

2455-
axios@^0.21.1:
2456-
version "0.21.4"
2457-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
2458-
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
2459-
dependencies:
2460-
follow-redirects "^1.14.0"
2461-
24622455
axios@^0.24.0:
24632456
version "0.24.0"
24642457
resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6"
24652458
integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==
24662459
dependencies:
24672460
follow-redirects "^1.14.4"
24682461

2462+
axios@^0.28.0:
2463+
version "0.28.0"
2464+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89"
2465+
integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q==
2466+
dependencies:
2467+
follow-redirects "^1.15.0"
2468+
form-data "^4.0.0"
2469+
proxy-from-env "^1.1.0"
2470+
24692471
24702472
version "10.0.1"
24712473
resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-10.0.1.tgz#919681dc099614cd7d31d45c8908695092a1faed"
@@ -3384,7 +3386,7 @@ combine-source-map@^0.8.0, combine-source-map@~0.8.0:
33843386
lodash.memoize "~3.0.3"
33853387
source-map "~0.5.3"
33863388

3387-
combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@~1.0.6:
3389+
combined-stream@^1.0.5, combined-stream@^1.0.6, combined-stream@^1.0.8, combined-stream@~1.0.6:
33883390
version "1.0.8"
33893391
resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
33903392
integrity sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==
@@ -5269,11 +5271,16 @@ flush-write-stream@^1.0.0, flush-write-stream@^1.0.2:
52695271
inherits "^2.0.3"
52705272
readable-stream "^2.3.6"
52715273

5272-
follow-redirects@^1.14.0, follow-redirects@^1.14.4, follow-redirects@^1.3.0:
5274+
follow-redirects@^1.14.4, follow-redirects@^1.3.0:
52735275
version "1.15.3"
52745276
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
52755277
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
52765278

5279+
follow-redirects@^1.15.0:
5280+
version "1.15.5"
5281+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"
5282+
integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==
5283+
52775284
52785285
version "0.6.5"
52795286
resolved "https://registry.yarnpkg.com/fontello-update/-/fontello-update-0.6.5.tgz#d0d1e24a3d1f4642a9c249e66e75f39b6964115c"
@@ -5328,6 +5335,15 @@ form-data@^1.0.0-rc3:
53285335
combined-stream "^1.0.5"
53295336
mime-types "^2.1.11"
53305337

5338+
form-data@^4.0.0:
5339+
version "4.0.0"
5340+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
5341+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
5342+
dependencies:
5343+
asynckit "^0.4.0"
5344+
combined-stream "^1.0.8"
5345+
mime-types "^2.1.12"
5346+
53315347
form-data@~2.3.2:
53325348
version "2.3.3"
53335349
resolved "https://registry.yarnpkg.com/form-data/-/form-data-2.3.3.tgz#dcce52c05f644f298c6a7ab936bd724ceffbf3a6"
@@ -10055,6 +10071,11 @@ protoduck@^5.0.1:
1005510071
dependencies:
1005610072
genfun "^5.0.0"
1005710073

10074+
proxy-from-env@^1.1.0:
10075+
version "1.1.0"
10076+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
10077+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
10078+
1005810079
proxy-middleware@^0.5.0:
1005910080
version "0.5.1"
1006010081
resolved "https://registry.yarnpkg.com/proxy-middleware/-/proxy-middleware-0.5.1.tgz#da24d5d58c1ddf13dad237c7eca503849eaea903"

0 commit comments

Comments
 (0)