From a6456385bd30ac3e9a0f230537c10d23aba06117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 05:18:37 +0000 Subject: [PATCH] Update axios requirement from ^1.6.0 to ^1.6.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.6.0...v1.6.2) --- 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 8a5189cd9..68d4a711a 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@iobroker/adapter-core": "^3.0.4", "@types/node": "^20.8.10", "@types/request": "^2.48.12", - "axios": "^1.6.0", + "axios": "^1.6.2", "coffeescript": "^2.7.0", "jsonata": "^2.0.3", "jszip": "^3.10.1",