From 53f62e90b654d9a346845a2cb91c845d8d570638 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Apr 2025 09:40:46 +0000 Subject: [PATCH] Bump axios from 0.28.0 to 0.30.0 in /pmm-app Bumps [axios](https://github.com/axios/axios) from 0.28.0 to 0.30.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.30.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.28.0...v0.30.0) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pmm-app/package.json | 2 +- pmm-app/yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pmm-app/package.json b/pmm-app/package.json index a5e2da3cce..7c12dc941a 100644 --- a/pmm-app/package.json +++ b/pmm-app/package.json @@ -44,7 +44,7 @@ "@testing-library/user-event": "^12.1.3", "@tippyjs/react": "^4.2.6", "antd": "^3.24.3", - "axios": "^0.28.0", + "axios": "^0.30.0", "chart.js": "^3.7.0", "chartjs-plugin-datalabels": "^2.0.0", "d3": "^5.16.0", diff --git a/pmm-app/yarn.lock b/pmm-app/yarn.lock index c27d2c5a25..996c331477 100644 --- a/pmm-app/yarn.lock +++ b/pmm-app/yarn.lock @@ -4706,12 +4706,12 @@ axios@^0.26.1: dependencies: follow-redirects "^1.14.8" -axios@^0.28.0: - version "0.28.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89" - integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q== +axios@^0.30.0: + version "0.30.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.0.tgz#026ae2c0ae6ac35d564056690683fb77c991d0d3" + integrity sha512-Z4F3LjCgfjZz8BMYalWdMgAQUnEtKDmpwNHjh/C8pQZWde32TF64cqnSeyL3xD/aTIASRU30RHTNzRiV/NpGMg== dependencies: - follow-redirects "^1.15.0" + follow-redirects "^1.15.4" form-data "^4.0.0" proxy-from-env "^1.1.0" @@ -7844,10 +7844,10 @@ flux@^4.0.1: fbemitter "^3.0.0" fbjs "^3.0.1" -follow-redirects@^1.0.0, follow-redirects@^1.14.8, follow-redirects@^1.15.0: - version "1.15.6" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" - integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== +follow-redirects@^1.0.0, follow-redirects@^1.14.8, follow-redirects@^1.15.4: + version "1.15.9" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.9.tgz#a604fa10e443bf98ca94228d9eebcc2e8a2c8ee1" + integrity sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ== for-each@^0.3.3: version "0.3.3"