From 983da47ee609c67e36cea04b5a6d1511890a6fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:56:15 +0000 Subject: [PATCH] Update axios requirement from ^1.4.0 to ^1.7.9 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.4.0...v1.7.9) --- updated-dependencies: - dependency-name: axios 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 8efe9fc..090f0f5 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@alcalzone/release-script-plugin-license": "^3.5.9", "@iobroker/legacy-testing": "^0.3.7", "gulp": "^4.0.2", - "axios": "^1.4.0" + "axios": "^1.7.9" }, "bugs": { "url": "https://github.com/ioBroker/ioBroker.cul/issues"