From 2c1c993d2782216cb1b3a0b91222bbb2f4bd8f5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 06:20:51 +0000 Subject: [PATCH] Bump axios from 0.19.0 to 1.6.0 in /tokenlon-jssdk 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] --- tokenlon-jssdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tokenlon-jssdk/package.json b/tokenlon-jssdk/package.json index 2f3c06a..3f60729 100644 --- a/tokenlon-jssdk/package.json +++ b/tokenlon-jssdk/package.json @@ -19,7 +19,7 @@ "@0x/order-utils": "2.0.0", "@0x/types": "1.2.0", "@0x/utils": "2.0.3", - "axios": "0.19.0", + "axios": "1.6.0", "babel-polyfill": "6.26.0", "bignumber.js": "9.0.0", "ethereumjs-abi": "0.6.7",