From a9102fcd02efc684c6b48fb2129afb4096eebad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 01:09:25 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.13.5 Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.13.5. - [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/v0.27.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/cli/package.json | 2 +- packages/file-storage-browser/package.json | 2 +- packages/file-storage-common/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 958f39cb..79a3acf7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -18,7 +18,7 @@ "@oclif/core": "^1.9.9", "@oclif/plugin-version": "^1.1.1", "@oclif/plugin-update": "^3.0.0", - "axios": "^0.27.2", + "axios": "^1.13.5", "body-parser": "^1.20.0", "chalk": "^4.1.2", "date-fns": "^2.28.0", diff --git a/packages/file-storage-browser/package.json b/packages/file-storage-browser/package.json index 5fb89c07..54aa9683 100644 --- a/packages/file-storage-browser/package.json +++ b/packages/file-storage-browser/package.json @@ -24,7 +24,7 @@ "@meeco/file-storage-common": "^5.0.6", "@meeco/style-kit": "^2.0.1", "@meeco/vault-api-sdk": "40.2.0-stage.20250320105852.eb5a66b89", - "axios": "^0.27.2", + "axios": "^1.13.5", "crypto-browserify": "^3.12.0", "process": "^0.11.10", "stream-browserify": "^3.0.0" diff --git a/packages/file-storage-common/package.json b/packages/file-storage-common/package.json index 56439399..d79ccba2 100644 --- a/packages/file-storage-common/package.json +++ b/packages/file-storage-common/package.json @@ -19,7 +19,7 @@ "dependencies": { "@meeco/cryppo": "2.0.2", "@meeco/vault-api-sdk": "40.2.0-stage.20250320105852.eb5a66b89", - "axios": "^0.27.2", + "axios": "^1.13.5", "tslib": "^2.6.3" }, "devDependencies": {