From cf3b055956dcd8f1b7ccb48239ef1319ad2a9e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 19:24:11 +0000 Subject: [PATCH] Bump axios from 1.13.2 to 1.13.5 in /brightcove/brightcove Bumps [axios](https://github.com/axios/axios) from 1.13.2 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/v1.13.2...v1.13.5) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- brightcove/brightcove/package-lock.json | 42 ++++--------------------- brightcove/brightcove/package.json | 2 +- 2 files changed, 7 insertions(+), 37 deletions(-) diff --git a/brightcove/brightcove/package-lock.json b/brightcove/brightcove/package-lock.json index 0f7e986d..575d4af9 100644 --- a/brightcove/brightcove/package-lock.json +++ b/brightcove/brightcove/package-lock.json @@ -16,7 +16,7 @@ "@types/node": "^20.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", - "axios": "^1.12.0", + "axios": "^1.13.5", "gulp": "^5.0.0", "gulp-replace": "^1.1.3", "react": "^17.0.2", @@ -2252,13 +2252,13 @@ } }, "node_modules/axios": { - "version": "1.13.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.2.tgz", - "integrity": "sha512-VPk9ebNqPcy5lRGuSlKx752IlDatOjT9paPlm8A7yOuW2Fbvp4X3JznJtT4f0GzGLLiWE9W8onz51SqLYwzGaA==", + "version": "1.13.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.13.5.tgz", + "integrity": "sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==", "license": "MIT", "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.4", + "follow-redirects": "^1.15.11", + "form-data": "^4.0.5", "proxy-from-env": "^1.1.0" } }, @@ -5363,18 +5363,6 @@ "node": ">= 10.14.2" } }, - "node_modules/jiti": { - "version": "1.21.7", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", - "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", - "dev": true, - "license": "MIT", - "optional": true, - "peer": true, - "bin": { - "jiti": "bin/jiti.js" - } - }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -8314,24 +8302,6 @@ "dev": true, "license": "ISC" }, - "node_modules/yaml": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.2.tgz", - "integrity": "sha512-mplynKqc1C2hTVYxd0PU2xQAc22TI1vShAYGksCCfxbn/dFwnHTNi1bvYsBTkhdUNtGIf5xNOg938rrSSYvS9A==", - "dev": true, - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14.6" - }, - "funding": { - "url": "https://github.com/sponsors/eemeli" - } - }, "node_modules/yargs": { "version": "16.2.0", "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", diff --git a/brightcove/brightcove/package.json b/brightcove/brightcove/package.json index 90c32770..11912923 100644 --- a/brightcove/brightcove/package.json +++ b/brightcove/brightcove/package.json @@ -13,7 +13,7 @@ "@types/node": "^20.0.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", - "axios": "^1.12.0", + "axios": "^1.13.5", "gulp": "^5.0.0", "gulp-replace": "^1.1.3", "react": "^17.0.2",