diff --git a/package.json b/package.json index e540d4c..6d4f599 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vis.gl/react-google-maps": "^1.8.3", - "axios": "^1.14.0", + "axios": "^1.15.2", "react": "^19.2.4", "react-dom": "^19.2.4", "react-scripts": "5.0.1", diff --git a/yarn.lock b/yarn.lock index e519a19..79a8194 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2815,10 +2815,10 @@ axe-core@^4.10.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.11.2.tgz#86d28e085b170a4b43d459aee6d30624fba9be4e" integrity sha512-byD6KPdvo72y/wj2T/4zGEvvlis+PsZsn/yPS3pEO+sFpcrqRpX/TJCxvVaEsNeMrfQbCr7w163YqoD9IYwHXw== -axios@^1.14.0: - version "1.14.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb" - integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ== +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"