From 65d903ad58f787f0bc7e24e93347c165f96c9375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 22:05:31 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.8 to 1.7.2 in /wrongsecrets-balancer/ui Bumps [axios](https://github.com/axios/axios) from 1.6.8 to 1.7.2. - [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.8...v1.7.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- wrongsecrets-balancer/ui/package-lock.json | 14 +++++++------- wrongsecrets-balancer/ui/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wrongsecrets-balancer/ui/package-lock.json b/wrongsecrets-balancer/ui/package-lock.json index f3a63a41c..6e1f4f2d7 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.8", + "axios": "^1.7.2", "crypto-js": "^4.2.0", "promise-retry": "^2.0.1", "react": "^18.3.1", @@ -5049,9 +5049,9 @@ } }, "node_modules/axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -21872,9 +21872,9 @@ "dev": true }, "axios": { - "version": "1.6.8", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.8.tgz", - "integrity": "sha512-v/ZHtJDU39mDpyBoFVkETcd/uNdxrWRrg3bKpOKzXFA6Bvqopts6ALSMU3y6ijYxbw2B+wPrIv46egTzJXCLGQ==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.2.tgz", + "integrity": "sha512-2A8QhOMrbomlDuiLeK9XibIBzuHeRcqqNOHp0Cyp5EoJ1IFDh+XZH3A6BkXtv0K4gFGCI0Y4BM7B1wOEi0Rmgw==", "requires": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/wrongsecrets-balancer/ui/package.json b/wrongsecrets-balancer/ui/package.json index 2e9382aa3..bddc90af9 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.8", + "axios": "^1.7.2", "crypto-js": "^4.2.0", "promise-retry": "^2.0.1", "react": "^18.3.1",