diff --git a/package.json b/package.json index da22969..52f086a 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@sentry/nextjs": "^10.66.0", "@tailwindcss/postcss": "^4.3.3", "@uiw/react-color-compact": "^2.3.0", - "axios": "^1.16.0", + "axios": "^1.18.0", "cookie": "^0.7.0", "date-fns": "^3.6.0", "markdown-to-jsx": "^7.4.7", diff --git a/yarn.lock b/yarn.lock index 461d733..022e714 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2633,13 +2633,14 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@^1.16.0: - version "1.16.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.16.0.tgz#f8e5dd931cef2a5f8c32216d5784eda2f8750eb7" - integrity sha512-6hp5CwvTPlN2A31g5dxnwAX0orzM7pmCRDLnZSX772mv8WDqICwFjowHuPs04Mc8deIld1+ejhtaMn5vp6b+1w== +axios@^1.18.0: + version "1.18.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.0.tgz#8a7f8854af280fcaae063272df2ed9f3837d2398" + integrity sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw== dependencies: follow-redirects "^1.16.0" form-data "^4.0.5" + https-proxy-agent "^5.0.1" proxy-from-env "^2.1.0" babel-plugin-macros@^3.1.0: @@ -3500,7 +3501,7 @@ hoist-non-react-statics@3, hoist-non-react-statics@^3.3.0, hoist-non-react-stati dependencies: react-is "^16.7.0" -https-proxy-agent@^5.0.0: +https-proxy-agent@^5.0.0, https-proxy-agent@^5.0.1: version "5.0.1" resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6" integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==