From 249cb7f936edec4224c60e0e363460f75717af23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 22:47:17 +0000 Subject: [PATCH] chore(deps): update dependency axios to v1.13.5 [security] --- e2e/package.json | 2 +- .../typescript-axios/package.json | 2 +- .../typescript-axios-runtime/package.json | 4 ++-- pnpm-lock.yaml | 21 ++++++++++--------- pnpm-workspace.yaml | 2 ++ 5 files changed, 17 insertions(+), 14 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index 829505ef..9c76e953 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -19,7 +19,7 @@ "@nahkies/typescript-express-runtime": "workspace:*", "@nahkies/typescript-fetch-runtime": "workspace:*", "@nahkies/typescript-koa-runtime": "workspace:*", - "axios": "1.13.2", + "axios": "1.13.5", "express": "^5.1.0", "koa": "^3.1.1", "zod": "^3.25.74" diff --git a/integration-tests/typescript-axios/package.json b/integration-tests/typescript-axios/package.json index 05ae5ee3..0eac7049 100644 --- a/integration-tests/typescript-axios/package.json +++ b/integration-tests/typescript-axios/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@nahkies/typescript-axios-runtime": "workspace:*", - "axios": "1.13.2", + "axios": "1.13.5", "dotenv": "^17.2.3", "tslib": "^2.8.1" }, diff --git a/packages/typescript-axios-runtime/package.json b/packages/typescript-axios-runtime/package.json index 2dd8ccc8..d2971782 100644 --- a/packages/typescript-axios-runtime/package.json +++ b/packages/typescript-axios-runtime/package.json @@ -33,11 +33,11 @@ "tslib": "^2.8.1" }, "peerDependencies": { - "axios": "^1.6.8 <1.13.3" + "axios": "^1.13.5 <1.13.6" }, "devDependencies": { "@jest/globals": "^30.2.0", - "axios": "1.13.2", + "axios": "1.13.5", "jest": "^30.2.0", "typescript": "^5.9.3" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0b620f13..5f5d9430 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -102,8 +102,8 @@ importers: specifier: workspace:* version: link:../packages/typescript-koa-runtime axios: - specifier: 1.13.2 - version: 1.13.2 + specifier: 1.13.5 + version: 1.13.5 express: specifier: ^5.1.0 version: 5.2.1 @@ -185,8 +185,8 @@ importers: specifier: workspace:* version: link:../../packages/typescript-axios-runtime axios: - specifier: 1.13.2 - version: 1.13.2 + specifier: 1.13.5 + version: 1.13.5 dotenv: specifier: ^17.2.3 version: 17.2.3 @@ -462,8 +462,8 @@ importers: specifier: ^30.2.0 version: 30.2.0 axios: - specifier: 1.13.2 - version: 1.13.2 + specifier: 1.13.5 + version: 1.13.5 jest: specifier: ^30.2.0 version: 30.2.0(@types/node@22.16.5) @@ -3757,8 +3757,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.13.2: - resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==} + axios@1.13.5: + resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==} babel-jest@30.2.0: resolution: {integrity: sha512-0YiBEOxWqKkSQWL9nNGGEgndoeL0ZpWrbLMNL5u/Kaxrli3Eaxlt3ZtIDktEvXt4L/R9r3ODr2zKwGM/2BjxVw==} @@ -7325,6 +7325,7 @@ packages: tar@7.5.7: resolution: {integrity: sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==} engines: {node: '>=18'} + deprecated: Old versions of tar are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me temp-dir@1.0.0: resolution: {integrity: sha512-xZFXEGbG7SNC3itwBzI3RYjq/cEhBkx2hJuKGIUOcEULmkQExXiHat2z/qkISYsuR+IKumhEfKKbV5qXmhICFQ==} @@ -10954,7 +10955,7 @@ snapshots: asynckit@0.4.0: {} - axios@1.13.2: + axios@1.13.5: dependencies: follow-redirects: 1.15.11 form-data: 4.0.5 @@ -14498,7 +14499,7 @@ snapshots: '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.2 '@zkochan/js-yaml': 0.0.7 - axios: 1.13.2 + axios: 1.13.5 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 7f27cd4a..9e12a268 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -9,6 +9,8 @@ minimumReleaseAgeExclude: # Renovate security update: lodash@4.17.23 - lodash@4.17.23 - '@isaacs/brace-expansion@5.0.1' + # Renovate security update: axios@1.13.5 + - axios@1.13.5 nodeOptions: "${NODE_OPTIONS:- } --experimental-vm-modules"