From 92db36c5c73da768e77a6641778f07a26695d594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 15:45:23 +0000 Subject: [PATCH] Bump axios from 1.9.0 to 1.18.0 in /tools/continuous-delivery Bumps [axios](https://github.com/axios/axios) from 1.9.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.9.0...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/continuous-delivery/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/continuous-delivery/package.json b/tools/continuous-delivery/package.json index 3622769ab8..75c07f4c51 100644 --- a/tools/continuous-delivery/package.json +++ b/tools/continuous-delivery/package.json @@ -20,7 +20,7 @@ "private": true, "license": "MIT", "dependencies": { - "axios": "1.9.0", + "axios": "1.18.0", "compressing": "^1.10.3", "dayjs": "1.8.36", "marked-ast": "0.3.0",