From aedda360a06b6b40e161b79c645bf67631467505 Mon Sep 17 00:00:00 2001 From: Yahya Date: Tue, 31 Mar 2026 16:52:50 +0700 Subject: [PATCH] chore: pin axios version in package.json and pnpm-lock.yaml to 1.8.4 --- package.json | 2 +- pnpm-lock.yaml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ce844c4b2c..f787b30762 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@vitejs/plugin-react": "^4.4.1", "@zitadel/eslint-config": "workspace:*", "@zitadel/prettier-config": "workspace:*", - "axios": "^1.8.4", + "axios": "1.8.4", "dotenv": "^16.5.0", "dotenv-cli": "^8.0.0", "eslint": "8.57.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 17734491be..39d198c267 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ importers: specifier: workspace:* version: link:packages/zitadel-prettier-config axios: - specifier: ^1.8.4 - version: 1.13.2(debug@4.4.3) + specifier: 1.8.4 + version: 1.8.4 dotenv: specifier: ^16.5.0 version: 16.6.1 @@ -2517,6 +2517,9 @@ packages: axios@1.13.2: resolution: {integrity: sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==} + axios@1.8.4: + resolution: {integrity: sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==} + axobject-query@4.1.0: resolution: {integrity: sha512-qIj0G9wZbMGNLjLmg1PT6v2mE9AH2zlnADJD/2tC6E00hgmhUOfEB6greHPAfLRSufHqROIUTkw6E+M3lH0PTQ==} engines: {node: '>= 0.4'} @@ -7998,6 +8001,14 @@ snapshots: transitivePeerDependencies: - debug + axios@1.8.4: + dependencies: + follow-redirects: 1.15.11(debug@4.4.3) + form-data: 4.0.5 + proxy-from-env: 1.1.0 + transitivePeerDependencies: + - debug + axobject-query@4.1.0: {} balanced-match@1.0.2: {}