From def1a7a82901b461f4ae41b9a9e2bd0466744506 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 01:45:03 +0000 Subject: [PATCH] Bump axios from 1.7.8 to 1.7.9 Bumps [axios](https://github.com/axios/axios) from 1.7.8 to 1.7.9. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.7.8...v1.7.9) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9b9e2152f46..2b2c68a9340 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@docusaurus/theme-mermaid": "2.3.1", "@mdx-js/react": "^1.6.22", "@radix-ui/react-navigation-menu": "^1.1.4", - "axios": "^1.7.8", + "axios": "^1.7.9", "clsx": "^2.1.0", "docusaurus-plugin-sass": "^0.2.5", "esbuild": "^0.20.1", diff --git a/yarn.lock b/yarn.lock index 11838244c03..06a6afac276 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3705,10 +3705,10 @@ axios@^0.25.0: dependencies: follow-redirects "^1.14.7" -axios@^1.7.8: - version "1.7.8" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.8.tgz#1997b1496b394c21953e68c14aaa51b7b5de3d6e" - integrity sha512-Uu0wb7KNqK2t5K+YQyVCLM76prD5sRFjKHbJYCP1J7JFGEQ6nN7HWn9+04LAeiJ3ji54lgS/gZCH1oxyrf1SPw== +axios@^1.7.9: + version "1.7.9" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.9.tgz#d7d071380c132a24accda1b2cfc1535b79ec650a" + integrity sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw== dependencies: follow-redirects "^1.15.6" form-data "^4.0.0"