From 0cd010209add4a79b0d551bb2b8c82be68847c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 21:50:37 +0000 Subject: [PATCH] chore(deps): bump axios from 1.11.0 to 1.12.2 Bumps [axios](https://github.com/axios/axios) from 1.11.0 to 1.12.2. - [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.11.0...v1.12.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/refresh-token/package.json | 2 +- examples/reqres/package.json | 2 +- pnpm-lock.yaml | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/refresh-token/package.json b/examples/refresh-token/package.json index d3a1c11..ee2917d 100644 --- a/examples/refresh-token/package.json +++ b/examples/refresh-token/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@forward-software/react-auth": "workspace:^", - "axios": "1.11.0", + "axios": "1.12.2", "jwt-check-expiry": "^1.0.10", "react": "catalog:", "react-dom": "catalog:" diff --git a/examples/reqres/package.json b/examples/reqres/package.json index a6f37c8..6e26093 100644 --- a/examples/reqres/package.json +++ b/examples/reqres/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@forward-software/react-auth": "workspace:^", - "axios": "^1.11.0", + "axios": "^1.12.2", "react": "catalog:", "react-dom": "catalog:" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7aee989..1bf05c6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -79,8 +79,8 @@ importers: specifier: workspace:^ version: link:../../lib axios: - specifier: 1.11.0 - version: 1.11.0 + specifier: 1.12.2 + version: 1.12.2 jwt-check-expiry: specifier: ^1.0.10 version: 1.0.10 @@ -113,8 +113,8 @@ importers: specifier: workspace:^ version: link:../../lib axios: - specifier: ^1.11.0 - version: 1.11.0 + specifier: ^1.12.2 + version: 1.12.2 react: specifier: 'catalog:' version: 19.1.1 @@ -741,8 +741,8 @@ packages: asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - axios@1.11.0: - resolution: {integrity: sha512-1Lx3WLFQWm3ooKDYZD1eXmoGO9fxYQjrycfHFC8P0sCfQVXyROp0p9PFWBehewBOdCwHc+f/b8I0fMto5eSfwA==} + axios@1.12.2: + resolution: {integrity: sha512-vMJzPewAlRyOgxV2dU0Cuz2O8zzzx9VYtbJOaBgXFeLc4IV/Eg50n4LowmehOOR61S8ZMpc2K5Sa7g6A4jfkUw==} balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} @@ -2055,7 +2055,7 @@ snapshots: asynckit@0.4.0: {} - axios@1.11.0: + axios@1.12.2: dependencies: follow-redirects: 1.15.11 form-data: 4.0.4