From 9b57add12a31cd69b9f223384fc33e0c0879f7cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 20:12:35 +0000 Subject: [PATCH] build(deps): Bump axios from 1.17.0 to 1.18.0 Bumps [axios](https://github.com/axios/axios) from 1.17.0 to 1.18.0. - [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.17.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... 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 07ff784..40ab572 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "watch": "webpack --watch" }, "dependencies": { - "axios": "^1.8.1", + "axios": "^1.18.0", "lodash": "^4.17.21", "vue": "^2.7.16", "vue-loader": "^15.10.1", diff --git a/yarn.lock b/yarn.lock index 8b74b3e..7993ed2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -408,10 +408,10 @@ autoprefixer@^9.8: postcss "^7.0.32" postcss-value-parser "^4.1.0" -axios@^1.8.1: - version "1.17.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.17.0.tgz#ae5a1164a4f719942cd73c67e6a3f62d3ccb8f2b" - integrity sha512-J8SwNxprqqpbfenehxWYXE7CW+wM1BB4w3+N+g+/Wx40xM4rsLrfPmHHxSWIxJLYDgSY/HqlFPIYb2/S3rxafw== +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"