From e665b12262088572b8d66b2ed3335f6ef9b8a14d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:02:07 +0000 Subject: [PATCH] Bump axios in /timesketch/frontend in the npm_and_yarn group Bumps the npm_and_yarn group in /timesketch/frontend with 1 update: [axios](https://github.com/axios/axios). Updates `axios` from 0.21.4 to 1.7.7 - [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.21.4...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- timesketch/frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesketch/frontend/package.json b/timesketch/frontend/package.json index f5dc5c0dd3..7b1a328427 100644 --- a/timesketch/frontend/package.json +++ b/timesketch/frontend/package.json @@ -14,7 +14,7 @@ "@fortawesome/free-solid-svg-icons": "^5.7.2", "@fortawesome/vue-fontawesome": "^2.0.0", "apexcharts": "^3.27.1", - "axios": "^0.21.1", + "axios": "^1.7.7", "buefy": "^0.9.4", "bulma": "^0.9.1", "cytoscape-dagre": "^2.3.1",