Skip to content

Commit 7369901

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6144788 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926
1 parent b2227b5 commit 7369901

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.28.0",
54+
"axios": "^1.7.8",
5555
"commander": "^11.0.0",
5656
"cross-spawn": "^7.0.5",
5757
"d3": "^7.6.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
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.28.0:
3842-
version "0.28.1"
3843-
resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.1.tgz#2a7bcd34a3837b71ee1a5ca3762214b86b703e70"
3844-
integrity sha512-iUcGA5a7p0mVb4Gm/sy+FSECNkPFT4y7wt6OM/CDpO/OnNCvSs3PoMG8ibrC9jRoGYU0gUK5pXVC4NPXq6lHRQ==
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.0"
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.0:
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)