From c9b7eb2f1f030033406cccdf390a2d8687f76f3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:13:09 +0000 Subject: [PATCH] build(deps): bump axios from 1.7.4 to 1.7.7 (#802) Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.7.7. - [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.4...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index faa3b76b..84114a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "animate.css": "^4.1.1", "antd": "~5.10", "antd-style": "^3.6.2", - "axios": "^1.6.8", + "axios": "^1.7.7", "axios-mock-adapter": "^2.0.0", "buffer": "^6.0.3", "classnames": "^2.3.2", @@ -2294,9 +2294,9 @@ } }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/package.json b/package.json index 10ae5be4..5fe4e6ad 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "animate.css": "^4.1.1", "antd": "~5.10", "antd-style": "^3.6.2", - "axios": "^1.6.8", + "axios": "^1.7.7", "axios-mock-adapter": "^2.0.0", "buffer": "^6.0.3", "classnames": "^2.3.2",