From 02f706384ca7df5ec3bcfacb7d0a1f620971109b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:53:17 +0000 Subject: [PATCH] Bump axios from 1.6.7 to 1.6.8 in /ui Bumps [axios](https://github.com/axios/axios) from 1.6.7 to 1.6.8. - [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.6.7...v1.6.8) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... 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 3d126ba8..b93ab8e0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -52,7 +52,7 @@ "@tauri-apps/api": "1.5.3", "@toast-ui/editor": "3.2.2", "@wangeditor/editor-for-vue": "5.1.12", - "axios": "1.6.7", + "axios": "1.6.8", "crypto-js": "4.2.0", "echarts": "5.5.0", "element-plus": "2.6.1",