Skip to content

Commit 554e635

Browse files
authored
chore(deps): bump axios to v1.7.4 to close CVE-2024-39338 (#86)
1 parent d1501d1 commit 554e635

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"node": ">=18.0"
2626
},
2727
"dependencies": {
28-
"axios": "^1.6.5",
28+
"axios": "^1.7.4",
2929
"bottleneck": "^2.19.5",
3030
"debug": "^4.1.1",
3131
"jsonschema": "^1.2.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -937,12 +937,12 @@ available-typed-arrays@^1.0.5:
937937
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
938938
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
939939

940-
axios@^1.6.5:
941-
version "1.6.5"
942-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.5.tgz#2c090da14aeeab3770ad30c3a1461bc970fb0cd8"
943-
integrity sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==
940+
axios@^1.7.4:
941+
version "1.7.4"
942+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
943+
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
944944
dependencies:
945-
follow-redirects "^1.15.4"
945+
follow-redirects "^1.15.6"
946946
form-data "^4.0.0"
947947
proxy-from-env "^1.1.0"
948948

@@ -1587,10 +1587,10 @@ flatted@^3.1.0:
15871587
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
15881588
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
15891589

1590-
follow-redirects@^1.15.4:
1591-
version "1.15.4"
1592-
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
1593-
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
1590+
follow-redirects@^1.15.6:
1591+
version "1.15.6"
1592+
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b"
1593+
integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==
15941594

15951595
for-each@^0.3.3:
15961596
version "0.3.3"

0 commit comments

Comments
 (0)