From f36aa17885890f3faac967f10d8dabcd1abfff45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 21:54:43 +0000 Subject: [PATCH] Bump axios from 1.14.0 to 1.15.0 Bumps [axios](https://github.com/axios/axios) from 1.14.0 to 1.15.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.14.0...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0bb4481a..c604a964 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "animequotes": "^2.0.0", "app-store-scraper": "^0.18.0", "archiver": "^7.0.1", - "axios": "^1.13.5", + "axios": "^1.15.0", "bad-words": "^4.0.0", "bandcamp-scraper": "^1.5.0", "bcrypt": "^5.1.1", @@ -5946,9 +5946,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.14.0.tgz", - "integrity": "sha512-3Y8yrqLSwjuzpXuZ0oIYZ/XGgLwUIBU3uLvbcpb0pidD9ctpShJd43KSlEEkVQg6DS0G9NKyzOvBfUtDKEyHvQ==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz", + "integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==", "license": "MIT", "dependencies": { "follow-redirects": "^1.15.11", diff --git a/package.json b/package.json index ff4b8398..36c56f34 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "animequotes": "^2.0.0", "app-store-scraper": "^0.18.0", "archiver": "^7.0.1", - "axios": "^1.13.5", + "axios": "^1.15.0", "bad-words": "^4.0.0", "bandcamp-scraper": "^1.5.0", "bcrypt": "^5.1.1",