Skip to content

Commit 7ac66ba

Browse files
authored
Merge pull request #2201 from oasisprotocol/renovate/npm-axios-vulnerability
Update dependency axios to v1.12.0 [SECURITY]
2 parents 28b30b3 + 53ebc02 commit 7ac66ba

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

.changelog/2201.internal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@oasisprotocol/ui-library": "file:./ui-library",
6161
"@tanstack/react-query": "4.36.1",
6262
"@tanstack/react-query-devtools": "4.36.1",
63-
"axios": "1.8.4",
63+
"axios": "1.12.2",
6464
"bignumber.js": "9.1.2",
6565
"bip39": "^3.1.0",
6666
"date-fns": "3.6.0",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3934,13 +3934,13 @@ axe-core@^4.6.2:
39343934
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0"
39353935
integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g==
39363936

3937-
axios@1.8.4:
3938-
version "1.8.4"
3939-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.8.4.tgz#78990bb4bc63d2cae072952d374835950a82f447"
3940-
integrity sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==
3937+
axios@1.12.2:
3938+
version "1.12.2"
3939+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.12.2.tgz#6c307390136cf7a2278d09cec63b136dfc6e6da7"
3940+
integrity sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==
39413941
dependencies:
39423942
follow-redirects "^1.15.6"
3943-
form-data "^4.0.0"
3943+
form-data "^4.0.4"
39443944
proxy-from-env "^1.1.0"
39453945

39463946
axobject-query@^3.1.1:
@@ -5540,6 +5540,17 @@ form-data@^4.0.0:
55405540
combined-stream "^1.0.8"
55415541
mime-types "^2.1.12"
55425542

5543+
form-data@^4.0.4:
5544+
version "4.0.4"
5545+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.4.tgz#784cdcce0669a9d68e94d11ac4eea98088edd2c4"
5546+
integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
5547+
dependencies:
5548+
asynckit "^0.4.0"
5549+
combined-stream "^1.0.8"
5550+
es-set-tostringtag "^2.1.0"
5551+
hasown "^2.0.2"
5552+
mime-types "^2.1.12"
5553+
55435554
fs.realpath@^1.0.0:
55445555
version "1.0.0"
55455556
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"

0 commit comments

Comments
 (0)