From 4ba96d36baad1d09c8c45243222022284a896612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 00:52:45 +0000 Subject: [PATCH] Update axios requirement from ^1.12.2 to ^1.16.1 Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. - [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.12.2...v1.16.1) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e92c57..25aca76 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@alcalzone/release-script": "^3.7.0", "@alcalzone/release-script-plugin-iobroker": "^3.7.0", "@alcalzone/release-script-plugin-license": "^3.7.0", - "axios": "^1.12.2", + "axios": "^1.16.1", "gulp": "^4.0.2", "mocha": "^10.8.2", "chai": "^4.3.8"