From c74dd7a61df54bb55138c63e3d85f318521ed050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 07:58:15 +0000 Subject: [PATCH] chore(deps): Bump axios from 0.25.0 to 0.27.2 Bumps [axios](https://github.com/axios/axios) from 0.25.0 to 0.27.2. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.27.2/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.25.0...v0.27.2) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- sites/backend/package.json | 2 +- yarn.lock | 19 ++----------------- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index eb6496c5e2e..1f31fc96ffe 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/react": "^18.0.8", "all-contributors-cli": "^6.20.0", "ava": "^4.0.1", - "axios": "^0.25.0", + "axios": "^0.27.2", "chai": "^4.2.0", "chai-string": "^1.5.0", "chalk": "^4.1.0", diff --git a/sites/backend/package.json b/sites/backend/package.json index 7c31b1e6bdc..2f121c39c85 100644 --- a/sites/backend/package.json +++ b/sites/backend/package.json @@ -54,7 +54,7 @@ }, "dependencies": { "@freesewing/i18n": "^3.0.0-alpha.0", - "axios": "0.18.0", + "axios": "0.27.2", "body-parser": "1.20.0", "chai": "^4.3.4", "chai-http": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index 73393d69232..8af77c58f9c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4613,22 +4613,7 @@ axe-core@^4.4.3: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.4.3.tgz#11c74d23d5013c0fa5d183796729bc3482bd2f6f" integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w== -axios@0.18.0: - version "0.18.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.18.0.tgz#32d53e4851efdc0a11993b6cd000789d70c05102" - integrity sha512-14hgP2oTu6SPu+26Ofye6Se8u5Mmjc07a0ACHTJ5POKFU1Mtxz2IxSvaWy1O+QnbSa8XHy1gYz2E1l+G26XJdA== - dependencies: - follow-redirects "^1.3.0" - is-buffer "^1.1.5" - -axios@^0.25.0: - version "0.25.0" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.25.0.tgz#349cfbb31331a9b4453190791760a8d35b093e0a" - integrity sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g== - dependencies: - follow-redirects "^1.14.7" - -axios@^0.27.2: +axios@0.27.2, axios@^0.27.2: version "0.27.2" resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972" integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== @@ -8593,7 +8578,7 @@ folder-walker@^3.2.0: dependencies: from2 "^2.1.0" -follow-redirects@^1.0.0, follow-redirects@^1.14.7, follow-redirects@^1.14.9, follow-redirects@^1.3.0: +follow-redirects@^1.0.0, follow-redirects@^1.14.9: version "1.15.1" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5" integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==