diff --git a/packages/react-mui-share-file-viewer/package.json b/packages/react-mui-share-file-viewer/package.json index d8e2c8e5a..912c42974 100644 --- a/packages/react-mui-share-file-viewer/package.json +++ b/packages/react-mui-share-file-viewer/package.json @@ -63,7 +63,7 @@ "dependencies": { "@pangeacyber/react-mui-shared": "2.0.3", "awesome-phonenumber": "^7.5.0", - "axios": "^1.13.1", + "axios": "^1.13.2", "lodash": "^4.17.21", "zustand": "^4.5.7" }, diff --git a/packages/react-mui-share-file-viewer/yarn.lock b/packages/react-mui-share-file-viewer/yarn.lock index ed51ba84b..a529907b4 100644 --- a/packages/react-mui-share-file-viewer/yarn.lock +++ b/packages/react-mui-share-file-viewer/yarn.lock @@ -1198,10 +1198,10 @@ awesome-phonenumber@^7.5.0: resolved "https://registry.yarnpkg.com/awesome-phonenumber/-/awesome-phonenumber-7.5.0.tgz#94fc48720e0a8b67f1a436c5a467832203c16af6" integrity sha512-qWQHCiMHMNVyUsICiCcaPJAYbGL4E4kGnIxnrwkS3YCwcPa8VtQCo11HGKY8AbUpXJloDG10c9Bulhw3xYkC/g== -axios@^1.13.1: - version "1.13.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7" - integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw== +axios@^1.13.2: + version "1.13.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.2.tgz#9ada120b7b5ab24509553ec3e40123521117f687" + integrity sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA== dependencies: follow-redirects "^1.15.6" form-data "^4.0.4"