From 7dfaa386e7871b3bf69dccd14439bc63e5a1163b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:54:47 +0000 Subject: [PATCH] Bump axios in /sentiment-analysis/lambdas/customer-review-webhook Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 1.13.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/v0.21.1...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sentiment-analysis/lambdas/customer-review-webhook/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentiment-analysis/lambdas/customer-review-webhook/package.json b/sentiment-analysis/lambdas/customer-review-webhook/package.json index ebfa5dc15..cb9bd4498 100644 --- a/sentiment-analysis/lambdas/customer-review-webhook/package.json +++ b/sentiment-analysis/lambdas/customer-review-webhook/package.json @@ -1,6 +1,6 @@ { "dependencies": { "cloudevents" : "4.0.3", - "axios": "0.21.1" + "axios": "1.13.5" } } \ No newline at end of file