From 30c75670f1c522dad8262079d7778f0c7f2359fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 09:50:39 +0000 Subject: [PATCH] Bump axios from 1.14.0 to 1.15.2 Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.2. - [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.14.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- yarn.lock | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 130c8d7cbe..fbe48b57f0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ] }, "resolutions": { - "axios": "1.14.0", + "axios": "1.15.2", "chromedriver": "107.0.0", "cypress": "12.0.0", "sharp": "0.32.6", @@ -53,7 +53,7 @@ "@reportportal/agent-js-cypress": ">=5.3.1 <6.0.0", "@shelex/cypress-allure-plugin": "^2.40.0", "axe-core": "4.3.3", - "axios": "1.14.0", + "axios": "1.15.2", "babel-loader": "^9.2.1", "cypress": "12.0.0", "cypress-cloud": "^1.9.6", @@ -91,7 +91,7 @@ "registry": "https://repository.folio.org/repository/npm-folio/" }, "overrides": { - "axios": "1.14.0", + "axios": "1.15.2", "bigtest": { "chromedriver": "107.0.0", "tsx": "3.14.0" diff --git a/yarn.lock b/yarn.lock index 82d6d113d1..257a03eb21 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3591,10 +3591,10 @@ axios-retry@^4.5.0: dependencies: is-retry-allowed "^2.2.0" -axios@1.13.5, axios@1.14.0, axios@^0.27.2, axios@^1.12.2, axios@^1.7.4: - version "1.14.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.14.0.tgz#7c29f4cf2ea91ef05018d5aa5399bf23ed3120eb" - integrity sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ== +axios@1.13.5, axios@1.15.2, axios@^0.27.2, axios@^1.12.2, axios@^1.7.4: + version "1.15.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.15.2.tgz#eb8fb6d30349abace6ade5b4cb4d9e8a0dc23e5b" + integrity sha512-wLrXxPtcrPTsNlJmKjkPnNPK2Ihe0hn0wGSaTEiHRPxwjvJwT3hKmXF4dpqxmPO9SoNb2FsYXj/xEo0gHN+D5A== dependencies: follow-redirects "^1.15.11" form-data "^4.0.5"