From c8891604566b66b0fb1d5d7cea0c9ecc1ecdc7c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:27:47 +0000 Subject: [PATCH] Bump axios from 1.1.2 to 1.6.0 in /libs/remix-tests Bumps [axios](https://github.com/axios/axios) from 1.1.2 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/v1.1.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/remix-tests/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-tests/package.json b/libs/remix-tests/package.json index 242ec5ecb2..5701a9f288 100644 --- a/libs/remix-tests/package.json +++ b/libs/remix-tests/package.json @@ -47,7 +47,7 @@ "@remix-project/remix-url-resolver": "^0.0.42", "ansi-gray": "^0.1.1", "async": "^2.6.0", - "axios": "1.1.2", + "axios": "1.6.0", "change-case": "^3.0.1", "color-support": "^1.1.3", "colors": "1.4.0",