From 3972989c84303dc82e3b161543fd9ba77f2d0041 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 07:48:22 +0000 Subject: [PATCH] Update axios requirement from ^1.13.1 to ^1.13.2 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.13.1...v1.13.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53eded12..6b0d22d8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@iobroker/adapter-core": "^3.3.2", "@iobroker/types": "^7.0.7", "@types/node": "^24.9.2", - "axios": "^1.13.1", + "axios": "^1.13.2", "jsonata": "^2.1.0", "jszip": "^3.10.1", "node-inspect": "^2.0.0",