From 4e10562ad42a1cc676281a5dfac385dc56b575e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 12:07:29 -0700 Subject: [PATCH] build(deps): bump axios from 0.22.0 to 0.24.0 in /htmlui (#1464) Bumps [axios](https://github.com/axios/axios) from 0.22.0 to 0.24.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.22.0...v0.24.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 | 12 ++++++------ htmlui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/htmlui/package-lock.json b/htmlui/package-lock.json index a027d7f80..c24d81557 100644 --- a/htmlui/package-lock.json +++ b/htmlui/package-lock.json @@ -3556,17 +3556,17 @@ "integrity": "sha512-pXnVMfJKSIWU2Ml4JHP7pZEPIrgBO1Fd3WGx+fPBsS+KRGhE4vxooD8XBGWbQOIVSZsVK7pUDBBkCicNu80yzQ==" }, "axios": { - "version": "0.22.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.22.0.tgz", - "integrity": "sha512-Z0U3uhqQeg1oNcihswf4ZD57O3NrR1+ZXhxaROaWpDmsDTx7T2HNBV2ulBtie2hwJptu8UvgnJoK+BIqdzh/1w==", + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz", + "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==", "requires": { "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==" + "version": "1.14.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz", + "integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==" } } }, diff --git a/htmlui/package.json b/htmlui/package.json index de4079f62..a8bdad3e7 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.1.2", - "axios": "^0.22.0", + "axios": "^0.24.0", "bootstrap": "^5.1.1", "moment": "^2.29.1", "postcss": "^8.3.8",