From 89e3e7d28c08018ad6ac2727319c1f21f17e742f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 13:20:36 +0000 Subject: [PATCH] Bump axios from 0.22.0 to 0.24.0 Bumps [axios](https://github.com/axios/axios) from 0.22.0 to 0.24.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.22.0...v0.24.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... 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 8d5755ae..56ad1b5b 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "about-window": "^1.15.1", "animate.css": "^4.1.0", "auto-launch": "^5.0.5", - "axios": "^0.22.0", + "axios": "^0.24.0", "blueimp-load-image": "^5.16.0", "deep-extend": "^0.6.0", "electron-context-menu": "^3.1.1", diff --git a/yarn.lock b/yarn.lock index bd4e20b2..a403b646 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2558,10 +2558,10 @@ axios@^0.21.0: dependencies: follow-redirects "^1.10.0" -axios@^0.22.0: - version "0.22.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.22.0.tgz#bf702c41fb50fbca4539589d839a077117b79b25" - integrity sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w== +axios@^0.24.0: + version "0.24.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.24.0.tgz#804e6fa1e4b9c5288501dd9dff56a7a0940d20d6" + integrity sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA== dependencies: follow-redirects "^1.14.4"