Skip to content

Commit 845eaaa

Browse files
committed
fix(deps): update dependency axios to ^0.28.0 [security]
1 parent cd57bb8 commit 845eaaa

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@mdx-js/mdx": "^2.0.0",
2020
"@mdx-js/react": "^2.0.0",
2121
"algoliasearch": "^4.3.0",
22-
"axios": "^0.21.2",
22+
"axios": "^0.28.0",
2323
"browser-lang": "^0.1.0",
2424
"browserslist": "^4.21.0",
2525
"clipboard": "^2.0.6",

yarn.lock

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7865,13 +7865,22 @@ axe-core@^4.6.2:
78657865
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae"
78667866
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==
78677867

7868-
axios@^0.21.1, axios@^0.21.2:
7868+
axios@^0.21.1:
78697869
version "0.21.4"
78707870
resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575"
78717871
integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==
78727872
dependencies:
78737873
follow-redirects "^1.14.0"
78747874

7875+
axios@^0.28.0:
7876+
version "0.28.1"
7877+
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
7878+
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
7879+
dependencies:
7880+
follow-redirects "^1.15.0"
7881+
form-data "^4.0.0"
7882+
proxy-from-env "^1.1.0"
7883+
78757884
axobject-query@^3.1.1:
78767885
version "3.2.1"
78777886
resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-3.2.1.tgz#39c378a6e3b06ca679f29138151e45b2b32da62a"
@@ -11603,6 +11612,11 @@ follow-redirects@^1.14.0:
1160311612
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
1160411613
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
1160511614

11615+
follow-redirects@^1.15.0:
11616+
version "1.15.9"
11617+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1"
11618+
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==
11619+
1160611620
for-each@^0.3.3:
1160711621
version "0.3.3"
1160811622
resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e"
@@ -17861,7 +17875,7 @@ proxy-addr@~2.0.7:
1786117875
forwarded "0.2.0"
1786217876
ipaddr.js "1.9.1"
1786317877

17864-
proxy-from-env@^1.0.0:
17878+
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
1786517879
version "1.1.0"
1786617880
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1786717881
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==

0 commit comments

Comments
 (0)