From 1607215138eda91b12f9a9bae1ff37233ce99a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 05:57:13 +0000 Subject: [PATCH] Bump axios from 0.19.0 to 1.6.0 in /src/oracle/ethWatcher Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 1.6.0. - [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/v0.19.0...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/oracle/ethWatcher/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oracle/ethWatcher/package.json b/src/oracle/ethWatcher/package.json index a7517af..6f7d630 100644 --- a/src/oracle/ethWatcher/package.json +++ b/src/oracle/ethWatcher/package.json @@ -9,7 +9,7 @@ "bech32": "1.1.3", "pino": "5.13.4", "pino-pretty": "3.2.1", - "axios": "0.19.0" + "axios": "1.6.0" }, "engines": { "node": ">=10.6.0"