From 350e8a21f49fc9b352788505a4a0e6ba4ffab2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:47:32 +0000 Subject: [PATCH] Bump axios from 1.3.5 to 1.6.0 in /backend/services Bumps [axios](https://github.com/axios/axios) from 1.3.5 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.3.5...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/services/package.json | 2 +- backend/services/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/services/package.json b/backend/services/package.json index 3f7b922ea..30a047713 100644 --- a/backend/services/package.json +++ b/backend/services/package.json @@ -42,7 +42,7 @@ "aws-kinesis-agg": "^4.2.6", "aws-lambda": "^1.0.7", "aws-serverless-express": "^3.4.0", - "axios": "^1.2.4", + "axios": "^1.6.0", "carbon-services-lib": "0.0.231-CARBON-315.4", "class-transformer": "^0.5.1", "class-validator": "^0.14.0", diff --git a/backend/services/yarn.lock b/backend/services/yarn.lock index 2c5920f38..dcf8788c4 100644 --- a/backend/services/yarn.lock +++ b/backend/services/yarn.lock @@ -6130,10 +6130,10 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^1.2.4: - version "1.3.5" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.5.tgz#e07209b39a0d11848e3e341fa087acd71dadc542" - integrity sha512-glL/PvG/E+xCWwV8S6nCHcrfg1exGx7vxyUIivIA1iL7BIh6bePylCfVHwp6k13ao7SATxB6imau2kqY+I67kw== +axios@^1.2.4, 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"