From b8e421a3cfd817f06fe851f87493587b5f753a87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 15:25:50 +0000 Subject: [PATCH] Bump axios Bumps the npm_and_yarn group with 1 update in the /packages/flowtest-electron directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.6.8 to 1.8.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.6.8...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/flowtest-electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flowtest-electron/package.json b/packages/flowtest-electron/package.json index c7c4949..848dd6a 100644 --- a/packages/flowtest-electron/package.json +++ b/packages/flowtest-electron/package.json @@ -40,7 +40,7 @@ "@smithy/protocol-http": "^4.0.0", "@smithy/signature-v4": "^3.0.0", "@smithy/util-utf8": "^3.0.0", - "axios": "^1.6.7", + "axios": "^1.8.2", "axios-retry": "^4.4.0", "chokidar": "^3.6.0", "dotenv": "^16.4.5",