From 3a51a697c2dfd1552de593542a83cfa26e755502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:43:44 +0000 Subject: [PATCH] Bump axios from 0.21.2 to 1.6.0 in /ui-packages/packages/trusty Bumps [axios](https://github.com/axios/axios) from 0.21.2 to 1.6.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/v0.21.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ui-packages/packages/trusty/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-packages/packages/trusty/package.json b/ui-packages/packages/trusty/package.json index b20e932ab8..ee0278d4dc 100644 --- a/ui-packages/packages/trusty/package.json +++ b/ui-packages/packages/trusty/package.json @@ -22,7 +22,7 @@ "@testing-library/react": "^10.4.9", "@testing-library/react-hooks": "^3.7.0", "@types/react-custom-scrollbars": "^4.0.10", - "axios": "0.21.2", + "axios": "1.6.0", "date-fns": "^2.30.0", "flatpickr": "^4.6.13", "lodash": "^4.17.21",