From 6954ccdf286d641ce3f03778f3f18cf7aacbf968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 22:59:01 -0700 Subject: [PATCH] build(deps): bump axios from 0.21.4 to 0.22.0 in /htmlui (#1329) Bumps [axios](https://github.com/axios/axios) from 0.21.4 to 0.22.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.21.4...v0.22.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- htmlui/package-lock.json | 15 +++++++++++---- htmlui/package.json | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/htmlui/package-lock.json b/htmlui/package-lock.json index 198dc8863..e2e8ddf59 100644 --- a/htmlui/package-lock.json +++ b/htmlui/package-lock.json @@ -3541,11 +3541,18 @@ "integrity": "sha512-pXnVMfJKSIWU2Ml4JHP7pZEPIrgBO1Fd3WGx+fPBsS+KRGhE4vxooD8XBGWbQOIVSZsVK7pUDBBkCicNu80yzQ==" }, "axios": { - "version": "0.21.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", - "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz", + "integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==", "requires": { - "follow-redirects": "^1.14.0" + "follow-redirects": "^1.14.4" + }, + "dependencies": { + "follow-redirects": { + "version": "1.14.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.4.tgz", + "integrity": "sha512-zwGkiSXC1MUJG/qmeIFH2HBJx9u0V46QGUe3YR1fXG8bXQxq7fLj0RjLZQ5nubr9qNJUZrH+xUcwXEoXNpfS+g==" + } } }, "axios-mock-adapter": { diff --git a/htmlui/package.json b/htmlui/package.json index 202bd684c..eae6019d9 100644 --- a/htmlui/package.json +++ b/htmlui/package.json @@ -9,7 +9,7 @@ "@fortawesome/react-fontawesome": "^0.1.15", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", - "axios": "^0.21.4", + "axios": "^0.22.0", "bootstrap": "^5.1.0", "moment": "^2.29.1", "postcss": "^8.3.6",