From 88d027d575959934be1c69aa171161104d1385b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 11:50:51 +0000 Subject: [PATCH] Update axios requirement from ^1.1.3 to ^1.2.0 (#67) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee309b5..c437c23 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@alcalzone/release-script": "^3.5.9", "@alcalzone/release-script-plugin-iobroker": "^3.5.9", "@alcalzone/release-script-plugin-license": "^3.5.9", - "axios": "^1.1.3", + "axios": "^1.2.0", "gulp": "^4.0.2", "mocha": "^10.1.0", "chai": "^4.3.7"