From 9ec36e7d82e9b8a99243a05ed1df563fc44f80a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Nov 2021 09:24:39 +0000 Subject: [PATCH] build(deps): bump axios from 0.23.0 to 0.24.0 Bumps [axios](https://github.com/axios/axios) from 0.23.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.23.0...v0.24.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- aws/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/aws/package.json b/aws/package.json index cf1b5709..98cd381a 100644 --- a/aws/package.json +++ b/aws/package.json @@ -18,7 +18,7 @@ "@slack/web-api": "6", "@types/common-tags": "^1.8.1", "aws-sdk": "^2.1023.0", - "axios": "~0.23.0", + "axios": "~0.24.0", "cheerio": "^1.0.0-rc.10", "common-tags": "^1.8.0", "diff": "^5.0.0", diff --git a/yarn.lock b/yarn.lock index 04c6846d..44dc5514 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2259,10 +2259,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@~0.23.0: - version "0.23.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.23.0.tgz#b0fa5d0948a8d1d75e3d5635238b6c4625b05149" - integrity sha512-NmvAE4i0YAv5cKq8zlDoPd1VLKAqX5oLuZKs8xkJa4qi6RGn0uhCYFjWtHHC9EM/MwOwYWOs53W+V0aqEXq1sg== +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"