From a37ee0f1298e7a0b20db79775b6737b5e8105f0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Feb 2023 02:58:16 +0000 Subject: [PATCH] chore: Bump axios from 1.2.2 to 1.3.3 Bumps [axios](https://github.com/axios/axios) from 1.2.2 to 1.3.3. - [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/1.2.2...v1.3.3) --- 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 e051df66..8859ed99 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/react-dom": "^18.0.3", "@types/request-ip": "^0.0.37", "@types/uuid": "^9.0.0", - "axios": "^1.2.2", + "axios": "^1.3.3", "cors": "^2.8.5", "date-fns": "^2.29.3", "mailgun-js": "^0.22.0", diff --git a/yarn.lock b/yarn.lock index a85f0fbf..72bfe8d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1150,10 +1150,10 @@ axios@^0.26.1: dependencies: follow-redirects "^1.14.8" -axios@^1.2.2: - version "1.2.2" - resolved "https://registry.yarnpkg.com/axios/-/axios-1.2.2.tgz#72681724c6e6a43a9fea860fc558127dbe32f9f1" - integrity sha512-bz/J4gS2S3I7mpN/YZfGFTqhXTYzRho8Ay38w2otuuDR322KzFIWm/4W2K6gIwvWaws5n+mnb7D1lN9uD+QH6Q== +axios@^1.3.3: + version "1.3.3" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" + integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== dependencies: follow-redirects "^1.15.0" form-data "^4.0.0"