From 9cf6bbf5f61d7057171c8b6d889fe12ced1f72c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 15:13:53 +0100 Subject: [PATCH] Bump axios from 0.21.2 to 1.6.0 in /ui-packages/packages/trusty (#1919) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",