Skip to content

Commit 0e5a514

Browse files
chore: bump axios version (#7085)
1 parent 50617cd commit 0e5a514

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@rocket.chat/mobile-crypto": "RocketChat/rocket.chat-mobile-crypto",
5252
"@rocket.chat/sdk": "RocketChat/Rocket.Chat.js.SDK#mobile",
5353
"@rocket.chat/ui-kit": "^0.39.0",
54-
"axios": "~0.28.1",
54+
"axios": "0.30.3",
5555
"bytebuffer": "~5.0.1",
5656
"color2k": "1.2.4",
5757
"dayjs": "^1.11.18",

yarn.lock

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5854,13 +5854,13 @@ available-typed-arrays@^1.0.7:
58545854
dependencies:
58555855
possible-typed-array-names "^1.0.0"
58565856

5857-
axios@~0.28.1:
5858-
version "0.28.1"
5859-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
5860-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
5857+
axios@0.30.3:
5858+
version "0.30.3"
5859+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.3.tgz#ab1be887a2d37dd9ebc219657704180faf2c4920"
5860+
integrity sha512-5/tmEb6TmE/ax3mdXBc/Mi6YdPGxQsv+0p5YlciXWt3PHIn0VamqCXhRMtScnwY3lbgSXLneOuXAKUhgmSRpwg==
58615861
dependencies:
5862-
follow-redirects "^1.15.0"
5863-
form-data "^4.0.0"
5862+
follow-redirects "^1.15.4"
5863+
form-data "^4.0.4"
58645864
proxy-from-env "^1.1.0"
58655865

58665866
b4a@^1.6.4:
@@ -8400,10 +8400,10 @@ flow-parser@0.*:
84008400
resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.231.0.tgz#13daa172b3c06ffacbb31025592dc0db41fe28f3"
84018401
integrity sha512-WVzuqwq7ZnvBceCG0DGeTQebZE+iIU0mlk5PmJgYj9DDrt+0isGC2m1ezW9vxL4V+HERJJo9ExppOnwKH2op6Q==
84028402

8403-
follow-redirects@^1.15.0:
8404-
version "1.15.6"
8405-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
8406-
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
8403+
follow-redirects@^1.15.4:
8404+
version "1.15.11"
8405+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.11.tgz#777d73d72a92f8ec4d2e410eb47352a56b8e8340"
8406+
integrity sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==
84078407

84088408
fontfaceobserver@^2.1.0:
84098409
version "2.3.0"
@@ -8450,6 +8450,17 @@ form-data@^4.0.0:
84508450
combined-stream "^1.0.8"
84518451
mime-types "^2.1.12"
84528452

8453+
form-data@^4.0.4:
8454+
version "4.0.5"
8455+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
8456+
integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
8457+
dependencies:
8458+
asynckit "^0.4.0"
8459+
combined-stream "^1.0.8"
8460+
es-set-tostringtag "^2.1.0"
8461+
hasown "^2.0.2"
8462+
mime-types "^2.1.12"
8463+
84538464
freeport-async@^2.0.0:
84548465
version "2.0.0"
84558466
resolved "https://registry.yarnpkg.com/freeport-async/-/freeport-async-2.0.0.tgz#6adf2ec0c629d11abff92836acd04b399135bab4"

0 commit comments

Comments
 (0)