From 70232ccaa2857173f35a99232691d0d0ab0f1641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:57:31 +0000 Subject: [PATCH] Bump axios from 1.6.0 to 1.7.4 in /libs/remix-tests Bumps [axios](https://github.com/axios/axios) from 1.6.0 to 1.7.4. - [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.0...v1.7.4) --- 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 4d476770a6..ab9f672b98 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.6.0", + "axios": "1.7.4", "change-case": "^3.0.1", "color-support": "^1.1.3", "colors": "1.4.0",