From 5b612574c257a0bfc228961da61a583de29c3e0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 16:13:57 +0000 Subject: [PATCH] Bump axios from 1.15.2 to 1.16.0 in /lambdas/backend-client Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.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.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambdas/backend-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/backend-client/package.json b/lambdas/backend-client/package.json index 79e957b52..a9f1ed6c9 100644 --- a/lambdas/backend-client/package.json +++ b/lambdas/backend-client/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "axios": "1.15.2", + "axios": "1.16.0", "axios-retry": "^4.5.0", "libphonenumber-js": "^1.12.41", "punycode": "^2.3.1",