From 95d113e41692817fa59ee54b91c0e880ef0e8792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:27:31 +0000 Subject: [PATCH] Bump axios from 1.1.2 to 1.6.0 in /libs/remixd 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/remixd/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 64393e4fb1..7994439370 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -31,7 +31,7 @@ "@remixproject/plugin-api": "0.3.33", "@remixproject/plugin-utils": "0.3.33", "@remixproject/plugin-ws": "0.3.33", - "axios": "1.1.2", + "axios": "1.6.0", "chokidar": "^2.1.8", "commander": "^9.4.1", "fs-extra": "^3.0.1",