diff --git a/package.json b/package.json index d1c762e535e..03e2cbf4092 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "all-contributors-cli": "^6.20.0", "autoprefixer": "^10.4.0", "ava": "^4.0.1", - "axios": "^0.27.2", + "axios": "^1.1.2", "chai": "^4.2.0", "chai-string": "^1.5.0", "chalk": "^4.1.0", diff --git a/packages/new-design/package.json b/packages/new-design/package.json index 6218b635887..ede78e22ffd 100644 --- a/packages/new-design/package.json +++ b/packages/new-design/package.json @@ -28,7 +28,7 @@ }, "peerDependencies": {}, "dependencies": { - "axios": "^0.27.2", + "axios": "^1.1.2", "chalk": "^5.0.1", "execa": "^6.1.0", "mustache": "^4.2.0", diff --git a/sites/backend/package.json b/sites/backend/package.json index 5737b8c14e9..da2a3390665 100644 --- a/sites/backend/package.json +++ b/sites/backend/package.json @@ -53,7 +53,7 @@ }, "dependencies": { "@freesewing/i18n": "^3.0.0-alpha.2", - "axios": "0.27.2", + "axios": "1.1.2", "body-parser": "1.20.0", "chai": "^4.3.4", "chai-http": "^4.3.0", diff --git a/yarn.lock b/yarn.lock index a98e4d6b0a0..1892ac12cbf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4630,13 +4630,14 @@ 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.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== +axios@1.1.2, axios@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/axios/-/axios-1.1.2.tgz#8b6f6c540abf44ab98d9904e8daf55351ca4a331" + integrity sha512-bznQyETwElsXl2RK7HLLwb5GPpOLlycxHCtrpDR/4RqqBzjARaOTo3jz4IgtntWUYee7Ne4S8UHd92VCuzPaWA== 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" @@ -8711,10 +8712,10 @@ folder-walker@^3.2.0: dependencies: from2 "^2.1.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== +follow-redirects@^1.0.0, follow-redirects@^1.15.0: + version "1.15.2" + resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.2.tgz#b460864144ba63f2681096f274c4e57026da2c13" + integrity sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA== fontkit@^1.8.1: version "1.9.0" @@ -15593,6 +15594,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== + prr@~1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"