From 00a8b6e72ac44ed89793acf5d8e0dbfad576395e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 00:34:22 +0000 Subject: [PATCH] build(deps-dev): bump axios from 0.30.3 to 0.31.1 in /js Bumps [axios](https://github.com/axios/axios) from 0.30.3 to 0.31.1. - [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.30.3...v0.31.1) --- updated-dependencies: - dependency-name: axios dependency-version: 0.31.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- js/api_tests/package.json | 2 +- js/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/js/api_tests/package.json b/js/api_tests/package.json index 38cf04bd..1aea2296 100644 --- a/js/api_tests/package.json +++ b/js/api_tests/package.json @@ -12,7 +12,7 @@ "test": "vitest" }, "devDependencies": { - "axios": "^0.30.3", + "axios": "^0.31.1", "eventsource": "^2.0.2", "lodash": "^4.17.23", "mkdirp": "^1.0.4", diff --git a/js/yarn.lock b/js/yarn.lock index 27cb14c7..3ca2370b 100644 --- a/js/yarn.lock +++ b/js/yarn.lock @@ -894,10 +894,10 @@ asynckit@^0.4.0: resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79" integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q== -axios@^0.30.3: - version "0.30.3" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.30.3.tgz#ab1be887a2d37dd9ebc219657704180faf2c4920" - integrity sha512-5/tmEb6TmE/ax3mdXBc/Mi6YdPGxQsv+0p5YlciXWt3PHIn0VamqCXhRMtScnwY3lbgSXLneOuXAKUhgmSRpwg== +axios@^0.31.1: + version "0.31.1" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.31.1.tgz#05b4c8f99e0b6f897708c74d6788d7535c6ac0c3" + integrity sha512-Ef8DUZSZQP6igY48mjGaoEjwhely97lserep0IFJifBH4YdKvwH5eMLniy3kig2HQoBNR8EkZpDjowxwTJcmbg== dependencies: follow-redirects "^1.15.4" form-data "^4.0.4"