diff --git a/.changelog/2445.internal.md b/.changelog/2445.internal.md new file mode 100644 index 0000000000..787f5708c7 --- /dev/null +++ b/.changelog/2445.internal.md @@ -0,0 +1 @@ +Update dependencies diff --git a/package.json b/package.json index f284d75abd..e4bbede3bd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@oasisprotocol/ui-library": "file:./ui-library", "@tanstack/react-query": "4.36.1", "@tanstack/react-query-devtools": "4.36.1", - "axios": "1.15.0", + "axios": "1.15.2", "bignumber.js": "9.1.2", "bip39": "^3.1.0", "date-fns": "3.6.0", diff --git a/yarn.lock b/yarn.lock index 98b6f3a461..df84628413 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3229,10 +3229,10 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.2.tgz#040a7342b20765cb18bb50b628394c21bccc17a0" integrity sha512-zIURGIS1E1Q4pcrMjp+nnEh+16G56eG/MUllJH8yEvw7asDo7Ac9uhC9KIH5jzpITueEZolfYglnCGIuSBz39g== -axios@1.15.0: - version "1.15.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.0.tgz#0fcee91ef03d386514474904b27863b2c683bf4f" - integrity sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q== +axios@1.15.2: + version "1.15.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b" + integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A== dependencies: follow-redirects "^1.15.11" form-data "^4.0.5"