From faf8bfab908e5ac48790a024dab5d9b425a99dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 12:01:04 +0000 Subject: [PATCH] chore(deps): bump axios from 1.2.1 to 1.2.5 Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.2.5. - [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.1...v1.2.5) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 862560b..9d1043a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "@electerm/strip-ansi": "^1.0.0", "@fortawesome/fontawesome-free": "^6.1.1", "archiver": "^5.3.1", - "axios": "^1.1.3", + "axios": "^1.2.5", "better-sqlite3": "^8.0.0", "binary-reader": "^0.1.2", "blueimp-file-upload": "^10.32.0", diff --git a/yarn.lock b/yarn.lock index eb3f207..4f354d3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -165,10 +165,10 @@ axios@^0.27.2: follow-redirects "^1.14.9" form-data "^4.0.0" -axios@^1.1.3: - version "1.2.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a" - integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== +axios@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.5.tgz#858c129d286e7ee3b1e970961cde410ba3ea3740" + integrity sha512-9pU/8mmjSSOb4CXVsvGIevN+MlO/t9OWtKadTaLuN85Gge3HGorUckgp8A/2FH4V4hJ7JuQ3LIeI7KAV9ITZrQ== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"