From 494a73b97b1d8f2f4460de94d245d8715dc8c561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 20:09:02 +0000 Subject: [PATCH] Bump axios from 1.13.2 to 1.13.5 in /CloudFunctions/functions 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] --- CloudFunctions/functions/package-lock.json | 12 ++++++------ CloudFunctions/functions/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CloudFunctions/functions/package-lock.json b/CloudFunctions/functions/package-lock.json index 447d282..d1c6d4b 100644 --- a/CloudFunctions/functions/package-lock.json +++ b/CloudFunctions/functions/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@google-cloud/bigquery": "^7.3.0", - "axios": "^1.6.0", + "axios": "^1.13.5", "firebase-admin": "^13.6.0", "firebase-functions": "^7.0.1", "node-schedule": "^2.1.1" @@ -2016,13 +2016,13 @@ "license": "MIT" }, "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" } }, diff --git a/CloudFunctions/functions/package.json b/CloudFunctions/functions/package.json index 9c40e24..76b8edb 100644 --- a/CloudFunctions/functions/package.json +++ b/CloudFunctions/functions/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^7.3.0", - "axios": "^1.6.0", + "axios": "^1.13.5", "firebase-admin": "^13.6.0", "firebase-functions": "^7.0.1", "node-schedule": "^2.1.1"