From 0dd23e21492535897922bc4da7f17682aa903a3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 18:59:59 +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.15.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/v0.21.1...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 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..00b4db719 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.15.0" } } \ No newline at end of file