From f985e653143202d9d5620572a0e2e34ffdb8c957 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 15:03:25 +0000 Subject: [PATCH] Bump axios in /scripts/js in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /scripts/js directory: [axios](https://github.com/axios/axios). Updates `axios` from 0.18.1 to 1.13.5 - [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.18.1...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- scripts/js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/js/package.json b/scripts/js/package.json index fd1f5f75..381cc68a 100644 --- a/scripts/js/package.json +++ b/scripts/js/package.json @@ -9,6 +9,6 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.18.0" + "axios": "^1.13.5" } }