From df8e11fa2c1a718a2a1c2872bc64c4d99a99be0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 15:08:17 +0000 Subject: [PATCH] chore(deps): bump axios from 1.15.2 to 1.18.0 in /apps/api Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.18.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.15.2...v1.18.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.18.0 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..081c176 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.0", "better-auth": "^1.2.7", "class-transformer": "^0.5.1", "class-validator": "^0.14.1",