From 38bcc7eacf2e249db6adb46f9d89602b4a472c46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 00:48:47 +0000 Subject: [PATCH] build(deps): Bump the axios group across 1 directory with 2 updates Bumps the axios group with 2 updates in the / directory: [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) and [axios](https://github.com/axios/axios). Updates `axios-cache-interceptor` from 1.12.1 to 1.12.3 - [Release notes](https://github.com/arthurfiorette/axios-cache-interceptor/releases) - [Changelog](https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/CHANGELOG.md) - [Commits](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.12.1...v1.12.3) Updates `axios` from 1.18.1 to 1.20.0 - [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.18.1...v1.20.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: axios - dependency-name: axios-cache-interceptor dependency-version: 1.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: axios ... Signed-off-by: dependabot[bot] --- apps/frontend/package.json | 2 +- pnpm-workspace.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/frontend/package.json b/apps/frontend/package.json index 2d39e68173ab9..3ecf29cb9a32e 100644 --- a/apps/frontend/package.json +++ b/apps/frontend/package.json @@ -20,7 +20,7 @@ "@tailwindcss/vite": "^4.3.3", "astro": "^7.2.3", "axios": "catalog:default", - "axios-cache-interceptor": "^1.12.1", + "axios-cache-interceptor": "^1.12.3", "daisyui": "^5.7.22", "react": "^19.2.8", "react-dom": "^19.2.8", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index dd480dc64549a..ad52e518f31dc 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -15,7 +15,7 @@ onlyBuiltDependencies: catalog: "@vitest/coverage-v8": 4.1.11 - axios: ^1.18.1 + axios: ^1.20.0 jsdom: 30.0.1 vitest: 4.1.11