From 2e42cd2fafb9cf0880d55dbc3342d68cbe351bd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Feb 2026 16:18:02 +0800 Subject: [PATCH] chore(deps): bump axios from 1.13.4 to 1.13.5 in /web (#1979) Bumps [axios](https://github.com/axios/axios) from 1.13.4 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/v1.13.4...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index a45d8995..c3b2fb07 100644 --- a/web/package.json +++ b/web/package.json @@ -44,7 +44,7 @@ "@radix-ui/react-tooltip": "^1.2.7", "@tailwindcss/postcss": "^4.1.5", "@tanstack/react-table": "^8.21.3", - "axios": "^1.12.0", + "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "highlight.js": "^11.11.1", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index eedf657d..e98006db 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -78,8 +78,8 @@ dependencies: specifier: ^8.21.3 version: 8.21.3(react-dom@19.2.1)(react@19.2.1) axios: - specifier: ^1.12.0 - version: 1.13.4 + specifier: ^1.13.5 + version: 1.13.5 class-variance-authority: specifier: ^0.7.1 version: 0.7.1 @@ -2608,8 +2608,8 @@ packages: engines: {node: '>=4'} dev: true - /axios@1.13.4: - resolution: {integrity: sha512-1wVkUaAO6WyaYtCkcYCOx12ZgpGf9Zif+qXa4n+oYzK558YryKqiL6UWwd5DqiH3VRW0GYhTZQ/vlgJrCoNQlg==} + /axios@1.13.5: + resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} dependencies: follow-redirects: 1.15.11 form-data: 4.0.5