From ac401d9793ce411e4278843b94df308d9845ea36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 03:16:57 +0000 Subject: [PATCH] Update axios requirement from ^1.6.7 to ^1.6.8 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.7...v1.6.8) --- 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 b3c6e6a..48990a7 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@alcalzone/release-script-plugin-iobroker": "^3.7.0", "@alcalzone/release-script-plugin-license": "^3.7.0", "@iobroker/legacy-testing": "^1.0.9", - "axios": "^1.6.7", + "axios": "^1.6.8", "gulp": "^4.0.2", "mocha": "^10.3.0", "chai": "^4.4.1",