From 30f873f626c0da60d694c8e17e0f8ff9ae268dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 02:33:33 +0000 Subject: [PATCH] Bump axios from 0.26.1 to 1.6.0 Bumps [axios](https://github.com/axios/axios) from 0.26.1 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.26.1...v1.6.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 0ac3aab75..4fdd5ebc9 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": "^1.6.0", "busboy": "^1.6.0", "cookie": "^0.5.0", "next": "^12.2.4", diff --git a/examples/nextjs-oauth/package.json b/examples/nextjs-oauth/package.json index bbe88116a..80f0148b5 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": "^1.6.0", "cookie": "^0.5.0", "next": "^12.2.4", "react": "^18.2.0", diff --git a/examples/node-oauth/package.json b/examples/node-oauth/package.json index 224635e35..da257daba 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": "^1.6.0" }, "devDependencies": { "nodemon": "^2.0.15" diff --git a/yarn.lock b/yarn.lock index 3ed89735b..b3c85f860 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1415,20 +1415,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== - 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== +axios@^1.6.0: + version "1.6.0" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102" + integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg== 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" @@ -2777,10 +2771,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.3" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a" + integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q== form-data-encoder@1.7.2: version "1.7.2" @@ -4201,6 +4195,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"