Skip to content

Commit 5c652a0

Browse files
committed
fix(TU-2535): secure dependencies, update axios
1 parent 255c51e commit 5c652a0

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^0.27.2"
59+
"axios": "^1.6.0"
6060
},
6161
"devDependencies": {
6262
"@commitlint/cli": "^8.1.0",

yarn.lock

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2781,13 +2781,14 @@ axios-mock-adapter@^1.17.0:
27812781
dependencies:
27822782
deep-equal "^1.0.1"
27832783

2784-
axios@^0.27.2:
2785-
version "0.27.2"
2786-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
2787-
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
2784+
axios@^1.6.0:
2785+
version "1.6.2"
2786+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.2.tgz#de67d42c755b571d3e698df1b6504cde9b0ee9f2"
2787+
integrity sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==
27882788
dependencies:
2789-
follow-redirects "^1.14.9"
2789+
follow-redirects "^1.15.0"
27902790
form-data "^4.0.0"
2791+
proxy-from-env "^1.1.0"
27912792

27922793
axobject-query@^3.1.1:
27932794
version "3.2.1"
@@ -5276,7 +5277,7 @@ flatted@^3.2.7:
52765277
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.9.tgz#7eb4c67ca1ba34232ca9d2d93e9886e611ad7daf"
52775278
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
52785279

5279-
follow-redirects@^1.14.9:
5280+
follow-redirects@^1.15.0:
52805281
version "1.15.3"
52815282
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
52825283
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
@@ -9415,6 +9416,11 @@ proxy-addr@~2.0.5:
94159416
forwarded "~0.1.2"
94169417
ipaddr.js "1.9.0"
94179418

9419+
proxy-from-env@^1.1.0:
9420+
version "1.1.0"
9421+
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
9422+
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
9423+
94189424
prr@~0.0.0:
94199425
version "0.0.0"
94209426
resolved "https://registry.npmjs.org/prr/-/prr-0.0.0.tgz"

0 commit comments

Comments
 (0)