From 0ea8637af9b5156705d75291bd29b27fdc58d19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 09:29:09 +0000 Subject: [PATCH] build(deps): Bump axios from 1.2.1 to 1.3.4 Bumps [axios](https://github.com/axios/axios) from 1.2.1 to 1.3.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.2.1...v1.3.4) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 84c3d9e..1f6465e 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@adminjs/upload": "^3.0.1", "adminjs": "^6.7.0", "animate.css": "^4.1.1", - "axios": "^1.2.1", + "axios": "^1.3.4", "bcryptjs": "^2.4.3", "cookie-parser": "~1.4.4", "cpf-check": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index 0cb3a39..2b56d2d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2236,10 +2236,10 @@ axios@^0.27.2: follow-redirects "^1.14.9" form-data "^4.0.0" -axios@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.1.tgz#44cf04a3c9f0c2252ebd85975361c026cb9f864a" - integrity sha512-I88cFiGu9ryt/tfVEi4kX2SITsvDddTajXTOFmt2uK1ZVA8LytjtdeyefdQWEf5PU8w+4SSJDoYnggflB5tW4A== +axios@^1.3.4: + version "1.3.4" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024" + integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"