From 55c2102a5f049841d9c12c263819fdce52fe59f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:11:54 +0000 Subject: [PATCH] :arrow_up: Bump axios from 1.17.0 to 1.18.1 Bumps [axios](https://github.com/axios/axios) from 1.17.0 to 1.18.1. - [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.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ad5c797b..d88b3585 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "@amplitude/plugin-session-replay-browser": "1.25.16", "@percy/cli-command": "^1.31.10", "@percy/config": "^1.31.10", - "axios": "1.17.0", + "axios": "1.18.1", "cross-spawn": "^7.0.3", "glob-to-regexp": "^0.4.1", "qs": "^6.11.0", diff --git a/yarn.lock b/yarn.lock index 8d1b9987..5539e52b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4976,10 +4976,10 @@ available-typed-arrays@^1.0.7: dependencies: possible-typed-array-names "^1.0.0" -axios@1.17.0: - 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.1: + version "1.18.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.18.1.tgz#d63f9863bcd8938815c86f9e2abd380189d96dfe" + integrity sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g== dependencies: follow-redirects "^1.16.0" form-data "^4.0.5"