From 6a61bb63338f64e6f5da11a6a106c171710c2d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 20:07:13 +0000 Subject: [PATCH] Bump axios from 1.2.0 to 1.4.0 in /ui/app Bumps [axios](https://github.com/axios/axios) from 1.2.0 to 1.4.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/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/app/package.json | 2 +- ui/app/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/app/package.json b/ui/app/package.json index 09e5de4e..8ac1ea95 100644 --- a/ui/app/package.json +++ b/ui/app/package.json @@ -11,7 +11,7 @@ "dependencies": { "@headlessui/vue": "^1.7.13", "@heroicons/vue": "^2.0.13", - "axios": "^1.2.0", + "axios": "^1.4.0", "dayjs": "^1.11.6", "notiwind": "^1.2.6", "pinia": "^2.0.36", diff --git a/ui/app/yarn.lock b/ui/app/yarn.lock index 7c7dcef9..bba87e31 100644 --- a/ui/app/yarn.lock +++ b/ui/app/yarn.lock @@ -202,10 +202,10 @@ autoprefixer@^10.4.13: picocolors "^1.0.0" postcss-value-parser "^4.2.0" -axios@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.0.tgz#1cb65bd75162c70e9f8d118a905126c4a201d383" - integrity sha512-zT7wZyNYu3N5Bu0wuZ6QccIf93Qk1eV8LOewxgjOZFd2DenOs98cJ7+Y6703d0wkaXGY6/nZd4EweJaHz9uzQw== +axios@^1.4.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" + integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"