From 35c7c5a526d71b9185642e9801815d0b980cd474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:12:02 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.3 to 1.6.7 in /wrongsecrets-balancer/ui Bumps [axios](https://github.com/axios/axios) from 1.6.3 to 1.6.7. - [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.6.3...v1.6.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- wrongsecrets-balancer/ui/package-lock.json | 18 +++++++++--------- wrongsecrets-balancer/ui/package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/wrongsecrets-balancer/ui/package-lock.json b/wrongsecrets-balancer/ui/package-lock.json index 25be5cee0..bb33df310 100644 --- a/wrongsecrets-balancer/ui/package-lock.json +++ b/wrongsecrets-balancer/ui/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@formatjs/intl-utils": "^3.8.4", - "axios": "^1.6.3", + "axios": "^1.6.7", "crypto-js": "^4.2.0", "promise-retry": "^2.0.1", "react": "^18.2.0", @@ -5049,11 +5049,11 @@ } }, "node_modules/axios": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", - "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -21784,11 +21784,11 @@ "dev": true }, "axios": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.3.tgz", - "integrity": "sha512-fWyNdeawGam70jXSVlKl+SUNVcL6j6W79CuSIPfi6HnDUmSCH6gyUys/HrqHeA/wU0Az41rRgean494d0Jb+ww==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "requires": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" }, diff --git a/wrongsecrets-balancer/ui/package.json b/wrongsecrets-balancer/ui/package.json index 639303300..72d1103f5 100644 --- a/wrongsecrets-balancer/ui/package.json +++ b/wrongsecrets-balancer/ui/package.json @@ -4,7 +4,7 @@ "license": "Apache-2.0", "dependencies": { "@formatjs/intl-utils": "^3.8.4", - "axios": "^1.6.3", + "axios": "^1.6.7", "crypto-js": "^4.2.0", "promise-retry": "^2.0.1", "react": "^18.2.0",