From 3be1eaeffa7e0adf60d19148674190f04467759f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 01:45:36 +0000 Subject: [PATCH] Bump axios from 0.19.2 to 0.25.0 in /ui Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.25.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.25.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... 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..a21ba237a8 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": "^0.25.0", "classnames": "^2.2.6", "filesize": "^5.0.1", "jwt-decode": "^2.2.0",