From 492c53e5fab4dc0ded3c7c7b977049f2da00daaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:06:24 +0000 Subject: [PATCH] chore(deps): bump axios from 1.15.2 to 1.18.1 in /apps/api Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.18.1. - [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.15.2...v1.18.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/package.json b/apps/api/package.json index b0049c6..8b0d602 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -25,7 +25,7 @@ "@nestjs/terminus": "^11.0.0", "@ngcorekit/types": "workspace:*", "@prisma/client": "^6.5.0", - "axios": "^1.15.2", + "axios": "^1.18.1", "better-auth": "^1.2.7", "class-transformer": "^0.5.1", "class-validator": "^0.14.1",