From 65343b1a81f5733e6fdb9e920a45cdc6e987646c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:04:57 +0000 Subject: [PATCH] build(deps): bump axios from 1.6.7 to 1.7.4 in /server Bumps [axios](https://github.com/axios/axios) from 1.6.7 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.6.7...v1.7.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/package.json b/server/package.json index bb0cd164f..5842dad63 100644 --- a/server/package.json +++ b/server/package.json @@ -18,7 +18,7 @@ "@ffprobe-installer/ffprobe": "2.1.1", "@liveinstantly/dash-mpd-parser": "0.5.0", "ansi-colors": "^4.1.1", - "axios": "1.6.7", + "axios": "1.7.4", "connect-redis": "7.1.0", "convict": "^6.2.4", "cookie-parser": "^1.4.6",