From 3e867f4b7d10d48e33e5665d739adb3f4be9dabf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:35:34 +0000 Subject: [PATCH] Bump axios Bumps [axios](https://github.com/axios/axios) from 1.7.2 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.2...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../plugins/packages/openc3-cosmos-tool-dataviewer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-dataviewer/package.json b/openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-dataviewer/package.json index c478343d8..991531b11 100644 --- a/openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-dataviewer/package.json +++ b/openc3-cosmos-init/plugins/packages/openc3-cosmos-tool-dataviewer/package.json @@ -13,7 +13,7 @@ "dependencies": { "@astrouxds/astro-web-components": "7.22.1", "@openc3/tool-common": "5.17.2-beta0", - "axios": "1.7.2", + "axios": "1.7.4", "date-fns": "3.6.0", "lodash": "4.17.21", "portal-vue": "2.1.7",