From ac3de65e37aec28160f50c8e8af22784b45e02cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 07:14:58 +0000 Subject: [PATCH] Bump axios from 1.7.4 to 1.12.0 in /scripts Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.12.0. - [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.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index 00d1eac3c..a837b9d92 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -6,7 +6,7 @@ "dependencies": { "csv-parse": "^5.5.6", "feedparser": "2.2.9", - "axios": "1.7.4", + "axios": "1.12.0", "request": "2.88.0" }, "license": "MIT",