diff --git a/package.json b/package.json index 2f2814a4..a05388e3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@feathersjs/authentication-client": "^5.0.11", "@feathersjs/feathers": "^5.0.11", "@feathersjs/rest-client": "^5.0.11", - "axios": "^1.6.0", + "axios": "^1.6.1", "prop-types": "^15.8.1", "ra-data-feathers": "^2.9.4", "ra-input-rich-text": "^4.15.2", diff --git a/yarn.lock b/yarn.lock index da238a43..e182f021 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3586,10 +3586,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.6.0: - version "1.6.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" - integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== +axios@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.1.tgz#76550d644bf0a2d469a01f9244db6753208397d7" + integrity sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"