Skip to content

Commit e13b295

Browse files
authored
updating axios dependency to use new safe version (#7886)
1 parent 2ddbb87 commit e13b295

File tree

2 files changed

+34
-18
lines changed

2 files changed

+34
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/react": "^18.0.0",
4343
"@types/url-parse": "^1.4.3",
4444
"@typescript-eslint/eslint-plugin": "^6.13.1",
45-
"axios": "^1.3.4",
45+
"axios": "^1.7.4",
4646
"cheerio": "^1.0.0-rc.12",
4747
"classnames": "^2.3.2",
4848
"cross-env": "^7.0.3",

yarn.lock

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3869,19 +3869,10 @@ axe-core@~4.9.1:
38693869
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.9.1.tgz#fcd0f4496dad09e0c899b44f6c4bb7848da912ae"
38703870
integrity sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==
38713871

3872-
axios@^1.3.4:
3873-
version "1.6.7"
3874-
resolved "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz"
3875-
integrity sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==
3876-
dependencies:
3877-
follow-redirects "^1.15.4"
3878-
form-data "^4.0.0"
3879-
proxy-from-env "^1.1.0"
3880-
3881-
axios@^1.6.1:
3882-
version "1.7.2"
3883-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.2.tgz#b625db8a7051fbea61c35a3cbb3a1daa7b9c7621"
3884-
integrity sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==
3872+
axios@^1.6.1, axios@^1.7.4:
3873+
version "1.7.4"
3874+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
3875+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
38853876
dependencies:
38863877
follow-redirects "^1.15.6"
38873878
form-data "^4.0.0"
@@ -6065,7 +6056,7 @@ [email protected]:
60656056
resolved "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz"
60666057
integrity sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==
60676058

6068-
follow-redirects@^1.15.4, follow-redirects@^1.15.6:
6059+
follow-redirects@^1.15.6:
60696060
version "1.15.6"
60706061
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
60716062
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
@@ -10653,7 +10644,16 @@ string-length@^4.0.1:
1065310644
char-regex "^1.0.2"
1065410645
strip-ansi "^6.0.0"
1065510646

10656-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
10647+
"string-width-cjs@npm:string-width@^4.2.0":
10648+
version "4.2.3"
10649+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
10650+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
10651+
dependencies:
10652+
emoji-regex "^8.0.0"
10653+
is-fullwidth-code-point "^3.0.0"
10654+
strip-ansi "^6.0.1"
10655+
10656+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1065710657
version "4.2.3"
1065810658
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1065910659
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -10746,7 +10746,14 @@ stringify-entities@^4.0.0:
1074610746
character-entities-html4 "^2.0.0"
1074710747
character-entities-legacy "^3.0.0"
1074810748

10749-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
10749+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
10750+
version "6.0.1"
10751+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
10752+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
10753+
dependencies:
10754+
ansi-regex "^5.0.1"
10755+
10756+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1075010757
version "6.0.1"
1075110758
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1075210759
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -11836,7 +11843,7 @@ winston@^3.3.3:
1183611843
triple-beam "^1.3.0"
1183711844
winston-transport "^4.5.0"
1183811845

11839-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
11846+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1184011847
version "7.0.0"
1184111848
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1184211849
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -11854,6 +11861,15 @@ wrap-ansi@^6.2.0:
1185411861
string-width "^4.1.0"
1185511862
strip-ansi "^6.0.0"
1185611863

11864+
wrap-ansi@^7.0.0:
11865+
version "7.0.0"
11866+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
11867+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
11868+
dependencies:
11869+
ansi-styles "^4.0.0"
11870+
string-width "^4.1.0"
11871+
strip-ansi "^6.0.0"
11872+
1185711873
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1185811874
version "8.1.0"
1185911875
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)