From 30d36d02eebfe4fe962bcf7b1667cf64e26ddcab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 20:20:09 +0000 Subject: [PATCH] Bump axios from 1.7.3 to 1.7.4 Bumps [axios](https://github.com/axios/axios) from 1.7.3 to 1.7.4. - [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/v1.7.3...v1.7.4) --- 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 3238544..c6d4788 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@tauri-apps/plugin-sql": "2.0.0-rc.0", "@tauri-apps/plugin-updater": "^2.0.0-rc.0", "@types/howler": "^2.2.11", - "axios": "1.7.3", + "axios": "1.7.4", "howler": "^2.2.4", "pinia": "^2.2.1", "uuid": "10.0.0",