Skip to content

Commit 69a2e76

Browse files
authored
Merge branch 'main' into snyk-fix-19b1a937c8f9b615af77d4d48cfc7a1a
2 parents e046266 + b8a54c8 commit 69a2e76

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@material-ui/icons": "^4.11.2",
5252
"@material-ui/lab": "^4.0.0-alpha.58",
5353
"ansi-styles": "^6.2.1",
54-
"axios": "^0.29.0",
54+
"axios": "^1.7.8",
5555
"commander": "^11.0.0",
5656
"cross-spawn": "^7.0.5",
5757
"d3": "^7.6.1",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -3838,12 +3838,12 @@ asynckit@^0.4.0:
38383838
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
38393839
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==
38403840

3841-
axios@^0.29.0:
3842-
version "0.29.0"
3843-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.29.0.tgz#5eed1a0bc4c0ffe060624eb7900aff66b7881eeb"
3844-
integrity sha512-Kjsq1xisgO5DjjNQwZFsy0gpcU1P2j36dZeQDXVhpIU26GVgkDUnROaHLSuluhMqtDE7aKA2hbKXG5yu5DN8Tg==
3841+
axios@^1.7.8:
3842+
version "1.7.9"
3843+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a"
3844+
integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==
38453845
dependencies:
3846-
follow-redirects "^1.15.4"
3846+
follow-redirects "^1.15.6"
38473847
form-data "^4.0.0"
38483848
proxy-from-env "^1.1.0"
38493849

@@ -5504,7 +5504,7 @@ flatted@^3.1.0:
55045504
resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz"
55055505
integrity sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==
55065506

5507-
follow-redirects@^1.0.0, follow-redirects@^1.15.4:
5507+
follow-redirects@^1.0.0, follow-redirects@^1.15.6:
55085508
version "1.15.9"
55095509
resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz"
55105510
integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==

0 commit comments

Comments
 (0)