From db55aa435d8943e99a5d17b58509026c9098aa96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 01:22:12 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 1.2.2 in /ui Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 1.2.2. - [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.19.2...1.2.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 8c5df8e99e..b5b7a61ad3 100644 --- a/ui/package.json +++ b/ui/package.json @@ -8,7 +8,7 @@ "@blueprintjs/icons": "3.11.0", "@blueprintjs/select": "^3.8.0", "@blueprintjs/table": "^3.7.1", - "axios": "^0.19.0", + "axios": "^1.2.2", "classnames": "^2.2.6", "filesize": "^5.0.1", "jwt-decode": "^2.2.0",