From e71f07bf5b4c4e314c148bcebbc04b99defb589c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:48:28 +0000 Subject: [PATCH] build(deps): bump axios from 1.8.2 to 1.12.0 in /apps/widget Bumps [axios](https://github.com/axios/axios) from 1.8.2 to 1.12.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.8.2...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/widget/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/widget/package.json b/apps/widget/package.json index 2021b1a5..2cd22cfc 100644 --- a/apps/widget/package.json +++ b/apps/widget/package.json @@ -52,7 +52,7 @@ "@storybook/addon-essentials": "^6.5.13", "@storybook/react": "^6.5.13", "@tanstack/react-query": "^4.14.5", - "axios": "1.8.2", + "axios": "1.12.0", "cooltipz-css": "^2.3.0", "cross-env": "^7.0.3", "file-saver": "^2.0.5",