From 7724b30088aa1aaf4a35aa0d26919e9d7a5f3149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 12:23:31 +0000 Subject: [PATCH] chore(deps): bump axios from 1.4.0 to 1.6.0 in /InconsistentChecks Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.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.4.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- InconsistentChecks/package.json | 2 +- InconsistentChecks/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/InconsistentChecks/package.json b/InconsistentChecks/package.json index 7d74729..edacb9a 100644 --- a/InconsistentChecks/package.json +++ b/InconsistentChecks/package.json @@ -29,7 +29,7 @@ "@keycloak/keycloak-admin-client": "^21.1.1", "@opensearch-project/opensearch": "^2.2.1", "async": "^3.2.4", - "axios": "^1.4.0", + "axios": "^1.6.0", "dotenv": "^16.0.3", "hi-base32": "^0.5.1", "mongodb": "^5.0.0", diff --git a/InconsistentChecks/yarn.lock b/InconsistentChecks/yarn.lock index 516435f..c805f58 100644 --- a/InconsistentChecks/yarn.lock +++ b/InconsistentChecks/yarn.lock @@ -73,10 +73,10 @@ aws4@^1.11.0: resolved "https://registry.yarnpkg.com/aws4/-/aws4-1.12.0.tgz#ce1c9d143389679e253b314241ea9aa5cec980d3" integrity sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg== -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== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"