From ae6a3e02f30c568322a43a570f253019674e8045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 04:18:15 +0000 Subject: [PATCH] chore(deps): bump axios from 1.7.4 to 1.8.2 in /dashboard Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.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/v1.7.4...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 9 +++++---- dashboard/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index cada54259..28aec7bc1 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -19,7 +19,7 @@ "@tailwindcss/typography": "^0.5.10", "@vue/apollo-composable": "^4.0.0-beta.12", "apexcharts": "^3.48.0", - "axios": "^1.7.4", + "axios": "^1.8.2", "graphql-tag": "^2.12.6", "graphql-ws": "^5.14.3", "jwt-decode": "^4.0.0", @@ -1515,9 +1515,10 @@ } }, "node_modules/axios": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.4.tgz", - "integrity": "sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==", + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.2.tgz", + "integrity": "sha512-ls4GYBm5aig9vWx8AWDSGLpnpDQRtWAfrjU+EuytuODrFBkqesN2RkOQCBzrA1RQNHw1SmRMSDDDSwzNAYQ6Rg==", + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", diff --git a/dashboard/package.json b/dashboard/package.json index f25d4233a..5d63ffeb7 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -23,7 +23,7 @@ "@tailwindcss/typography": "^0.5.10", "@vue/apollo-composable": "^4.0.0-beta.12", "apexcharts": "^3.48.0", - "axios": "^1.7.4", + "axios": "^1.8.2", "graphql-tag": "^2.12.6", "graphql-ws": "^5.14.3", "jwt-decode": "^4.0.0",