diff --git a/docs/package.json b/docs/package.json index 63cdf9d644d57..b87eabb925491 100644 --- a/docs/package.json +++ b/docs/package.json @@ -78,7 +78,7 @@ "@types/react-dom": "^18.2.14", "acorn": "^8.10.0", "autoprefixer": "^10.4.16", - "axios": "^1.5.1", + "axios": "^1.6.0", "danger": "^11.3.0", "eslint": "^8.52.0", "eslint-config-next": "^13.5.6", diff --git a/docs/yarn.lock b/docs/yarn.lock index 7adb6b6de95b0..badcf77ef764b 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -2252,10 +2252,10 @@ axe-core@^4.6.2: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae" integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g== -axios@^1.5.1: - version "1.5.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.1.tgz#11fbaa11fc35f431193a9564109c88c1f27b585f" - integrity sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A== +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== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"