From 284d911c9a98a17d320558cd4eeac73621a2d16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:33:53 +0000 Subject: [PATCH] Bump axios from 1.5.0 to 1.5.1 in /lambda Bumps [axios](https://github.com/axios/axios) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lambda/package-lock.json | 14 +++++++------- lambda/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lambda/package-lock.json b/lambda/package-lock.json index 4cbbf15b..5cd602b1 100644 --- a/lambda/package-lock.json +++ b/lambda/package-lock.json @@ -10,7 +10,7 @@ "license": "EPL-2.0", "dependencies": { "agentkeepalive": "^4.5.0", - "axios": "^1.5.0", + "axios": "^1.5.1", "sprintf-js": "^1.1.3", "uuid": "^9.0.0", "winston": "^3.10.0" @@ -415,9 +415,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", + "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", "dependencies": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", @@ -3516,9 +3516,9 @@ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "axios": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.0.tgz", - "integrity": "sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", + "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", "requires": { "follow-redirects": "^1.15.0", "form-data": "^4.0.0", diff --git a/lambda/package.json b/lambda/package.json index fa58c634..eafeacdd 100644 --- a/lambda/package.json +++ b/lambda/package.json @@ -28,7 +28,7 @@ }, "dependencies": { "agentkeepalive": "^4.5.0", - "axios": "^1.5.0", + "axios": "^1.5.1", "sprintf-js": "^1.1.3", "uuid": "^9.0.0", "winston": "^3.10.0"