diff --git a/package.json b/package.json index a5199442..9ad210b4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@feathersjs/authentication-client": "^5.0.29", "@feathersjs/feathers": "^5.0.26", "@feathersjs/rest-client": "^5.0.29", - "axios": "^1.7.6", + "axios": "^1.7.7", "prop-types": "^15.8.1", "ra-data-feathers": "^2.9.4", "ra-input-rich-text": "^5.1.3", diff --git a/yarn.lock b/yarn.lock index 99424464..a0f8438f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3602,10 +3602,10 @@ axe-core@^4.3.5: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.3.5.tgz#78d6911ba317a8262bfee292aeafcc1e04b49cc5" integrity sha512-WKTW1+xAzhMS5dJsxWkliixlO/PqC4VhmO9T4juNYcaTg9jzWiJsou6m5pxWYGfigWbwzJWeFY6z47a+4neRXA== -axios@^1.7.6: - version "1.7.6" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.6.tgz#34f338182f6802fd3824a6511d6ddf99dd5ae0b5" - integrity sha512-Ekur6XDwhnJ5RgOCaxFnXyqlPALI3rVeukZMwOdfghW7/wGz784BYKiQq+QD8NPcr91KRo30KfHOchyijwWw7g== +axios@^1.7.7: + version "1.7.7" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.7.tgz#2f554296f9892a72ac8d8e4c5b79c14a91d0a47f" + integrity sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"