From dacf15c7d4d339a1a0fa2b7883f46add6bab7a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 03:53:10 +0000 Subject: [PATCH] Bump axios from 0.27.2 to 1.6.0 in /packages/oats Bumps [axios](https://github.com/axios/axios) from 0.27.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/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/oats/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/oats/package.json b/packages/oats/package.json index 4b45bce1..d6523f2c 100644 --- a/packages/oats/package.json +++ b/packages/oats/package.json @@ -50,7 +50,7 @@ "@types/koa-router": "7.4.4", "@types/lodash": "4.14.195", "@types/node": "18.16.18", - "axios": "0.27.2", + "axios": "1.6.0", "fast-check": "2.25.0", "form-data": "4.0.0", "jest": "29.5.0",