From 1c998a4e91f9429630a1dff8e111e3a65ec0a998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 04:43:46 +0000 Subject: [PATCH] Bump axios from 0.18.1 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 0.18.1 to 1.6.0. - [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/v0.18.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c0bbe60..521178a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "stats": "../../node_modules/.bin/webpack -p --json > stats.json && ../../node_modules/.bin/webpack-bundle-analyzer stats.json dist" }, "dependencies": { - "axios": "0.18.1", + "axios": "1.6.0", "clone": "2.1.2", "debounce": "1.2.0", "font-awesome": "4.7.0"