From 30007e5ddb88f332ffbc7460b25d9795b83e81f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 03:07:14 +0000 Subject: [PATCH] Update axios requirement from ^1.7.9 to ^1.8.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.7.9...v1.8.1) --- updated-dependencies: - dependency-name: axios 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 a9c3dee3..ff993691 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@iobroker/types": "^7.0.6", "@types/node": "^22.10.10", "@types/request": "^2.48.12", - "axios": "^1.7.9", + "axios": "^1.8.1", "jsonata": "^2.0.6", "jszip": "^3.10.1", "node-inspect": "^2.0.0",