From 2160ef90b56177b1fa20708b1a3e7eb8cd87ce2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:16:15 +0000 Subject: [PATCH] Bump axios from 0.26.1 to 0.28.0 Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.28.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.28.0/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.28.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/nextjs-full-stack/package.json | 2 +- examples/nextjs-oauth/package.json | 2 +- examples/node-oauth/package.json | 2 +- yarn.lock | 31 ++++++++++++------------- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/examples/nextjs-full-stack/package.json b/examples/nextjs-full-stack/package.json index 160ab63cc..060044d57 100644 --- a/examples/nextjs-full-stack/package.json +++ b/examples/nextjs-full-stack/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@mirohq/miro-api": "^1.0.1", - "axios": "^0.27.2", + "axios": "^0.28.0", "busboy": "^1.6.0", "cookie": "^0.5.0", "next": "^13.5.1", diff --git a/examples/nextjs-oauth/package.json b/examples/nextjs-oauth/package.json index 909fa1476..e53ae4e64 100644 --- a/examples/nextjs-oauth/package.json +++ b/examples/nextjs-oauth/package.json @@ -11,7 +11,7 @@ "lint": "next lint" }, "dependencies": { - "axios": "^0.27.2", + "axios": "^0.28.0", "cookie": "^0.5.0", "next": "^13.5.1", "react": "^18.2.0", diff --git a/examples/node-oauth/package.json b/examples/node-oauth/package.json index 224635e35..ced673e94 100644 --- a/examples/node-oauth/package.json +++ b/examples/node-oauth/package.json @@ -10,7 +10,7 @@ "dependencies": { "dotenv": "^16.0.0", "express": "^4.17.3", - "axios": "^0.26.1" + "axios": "^0.28.0" }, "devDependencies": { "nodemon": "^2.0.15" diff --git a/yarn.lock b/yarn.lock index 3bc6b9b49..e5ad35ef5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3338,20 +3338,14 @@ axe-core@^4.4.3: resolved "https://registry.npmjs.org/axe-core/-/axe-core-4.4.3.tgz" integrity sha512-32+ub6kkdhhWick/UjvEwRchgoetXqTK14INLqbGm5U2TzBkBNF3nQtLYm8ovxSkQWArjEQvftCKryjZaATu3w== -axios@^0.26.1: - version "0.26.1" - resolved "https://registry.npmjs.org/axios/-/axios-0.26.1.tgz" - integrity sha512-fPwcX4EvnSHuInCMItEhAGnaSEXRBjtzh9fOtsE6E1G6p7vl7edEeZe11QHf18+6+9gR5PbKV/sGKNaD8YaMeA== +axios@^0.28.0: + version "0.28.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-0.28.0.tgz#801a4d991d0404961bccef46800e1170f8278c89" + integrity sha512-Tu7NYoGY4Yoc7I+Npf9HhUMtEEpV7ZiLH9yndTCoNhcpBH0kwcvFbzYN9/u5QKI5A6uefjsNNWaz5olJVYS62Q== dependencies: - follow-redirects "^1.14.8" - -axios@^0.27.2: - version "0.27.2" - resolved "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz" - integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ== - dependencies: - follow-redirects "^1.14.9" + follow-redirects "^1.15.0" form-data "^4.0.0" + proxy-from-env "^1.1.0" axobject-query@^2.2.0: version "2.2.0" @@ -4843,10 +4837,10 @@ flatted@^3.1.0: resolved "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz" integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ== -follow-redirects@^1.14.8, follow-redirects@^1.14.9: - version "1.15.2" - resolved "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz" - integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== +follow-redirects@^1.15.0: + version "1.15.5" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020" + integrity sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw== form-data-encoder@1.7.2: version "1.7.2" @@ -6292,6 +6286,11 @@ proxy-addr@~2.0.7: forwarded "0.2.0" ipaddr.js "1.9.1" +proxy-from-env@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2" + integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg== + pstree.remy@^1.1.8: version "1.1.8" resolved "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz"