From ec1a33ab7ef03a6ab8b1f2271d7cfeb62eac85e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Feb 2023 09:02:37 +0000 Subject: [PATCH] fix(deps): update axios requirement from ^1.2.1 to ^1.3.2 Updates the requirements on [axios](https://github.com/axios/axios) to permit the latest version. - [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.2.1...v1.3.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f6f543..3be6f7b 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@oclif/core": "^1.21.0", "@oclif/plugin-help": "^5", "@oclif/plugin-plugins": "^2.1.7", - "axios": "^1.2.1", + "axios": "^1.3.2", "socket.io": "^4.5.4" }, "devDependencies": {