From eb34c4b11850a0e32a404106025c243a413a619c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:59:40 +0000 Subject: [PATCH] Bump axios from 0.28.0 to 0.30.2 in /frontend Bumps [axios](https://github.com/axios/axios) from 0.28.0 to 0.30.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/v0.28.0...v0.30.2) --- updated-dependencies: - dependency-name: axios dependency-version: 0.30.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 6f68b70..336f121 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,7 @@ "test:ci": "npm run lint && npm run test:unit" }, "dependencies": { - "axios": "0.28.0", + "axios": "0.30.2", "core-js": "^3.26.1", "element-ui": "2.15.14", "file-saver": "^2.0.5",