From 45d4cc09a2d21e2795383f2c21f1e581994feba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 09:44:31 +0000 Subject: [PATCH] Bump axios in /packages/secure-token-exchange/flinks Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 0.31.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/v0.27.2...v0.31.1) --- updated-dependencies: - dependency-name: axios dependency-version: 0.31.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/secure-token-exchange/flinks/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/secure-token-exchange/flinks/package.json b/packages/secure-token-exchange/flinks/package.json index 81beaf3..de4baf0 100644 --- a/packages/secure-token-exchange/flinks/package.json +++ b/packages/secure-token-exchange/flinks/package.json @@ -31,7 +31,7 @@ "@mui/icons-material": "^5.10.6", "@mui/lab": "5.0.0-alpha.102", "@mui/material": "^5.10.8", - "axios": "^0.27.2", + "axios": "^0.31.1", "dwolla-v2": "4.0.0-ts-alpha.0", "form-data": "^4.0.0", "next": "12.3.1",