From d48453d9ede0bc72fa8d33e2883b25a9d7080a76 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 24 Nov 2022 09:58:30 +0100 Subject: [PATCH] 1.1.2 --- libs/remix-tests/package.json | 2 +- libs/remix-url-resolver/package.json | 2 +- libs/remixd/package.json | 2 +- package.json | 2 +- yarn.lock | 39 ++++++++++++++-------------- 5 files changed, 23 insertions(+), 24 deletions(-) diff --git a/libs/remix-tests/package.json b/libs/remix-tests/package.json index 9811df595c..11996f4ef2 100644 --- a/libs/remix-tests/package.json +++ b/libs/remix-tests/package.json @@ -46,7 +46,7 @@ "@remix-project/remix-url-resolver": "^0.0.40", "ansi-gray": "^0.1.1", "async": "^2.6.0", - "axios": "1.1.3", + "axios": "1.1.2", "change-case": "^3.0.1", "color-support": "^1.1.3", "colors": "1.4.0", diff --git a/libs/remix-url-resolver/package.json b/libs/remix-url-resolver/package.json index 41750fbf2d..7981f78c80 100644 --- a/libs/remix-url-resolver/package.json +++ b/libs/remix-url-resolver/package.json @@ -25,7 +25,7 @@ "license": "MIT", "dependencies": { "@erebos/bzz-node": "^0.13.0", - "axios": "1.1.3", + "axios": "1.1.2", "url": "^0.11.0", "valid-url": "^1.0.9" }, diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 857456d346..872b0fc5f2 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -40,7 +40,7 @@ "@remixproject/plugin-api": "^0.3.11", "@remixproject/plugin-utils": "^0.3.11", "@remixproject/plugin-ws": "^0.3.11", - "axios": "1.1.3", + "axios": "1.1.2", "chokidar": "^2.1.8", "commander": "^2.20.3", "fs-extra": "^3.0.1", diff --git a/package.json b/package.json index c6dbffab36..bd56a51828 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "@types/nightwatch": "^2.3.1", "ansi-gray": "^0.1.1", "async": "^2.6.2", - "axios": "1.1.3", + "axios": "1.1.2", "bootstrap": "^5.1.3", "brace": "^0.8.0", "change-case": "^4.1.1", diff --git a/yarn.lock b/yarn.lock index 474734c82c..911c4a35b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5873,6 +5873,15 @@ axios@*: dependencies: follow-redirects "^1.14.8" +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.15.0" + form-data "^4.0.0" + proxy-from-env "^1.1.0" + axios@^0.21.1: version "0.21.4" resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" @@ -5880,13 +5889,6 @@ axios@^0.21.1: dependencies: follow-redirects "^1.14.0" -axios@^0.9: - version "0.9.1" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.9.1.tgz#95608b16447ee29b033589854c3fc7ee2c06bf6e" - integrity sha512-AG+MFLQo7wB9RcIos3MvbnGpaHzf3ZgiI9IRlwtepdyysB0KPxKh18Bw6tztd4ZRjpj6wW/PdTolzYfPzspfKA== - dependencies: - follow-redirects "0.0.7" - axobject-query@^2.2.0: version "2.2.0" resolved "https://registry.yarnpkg.com/axobject-query/-/axobject-query-2.2.0.tgz#943d47e10c0b704aa42275e20edf3722648989be" @@ -11270,19 +11272,16 @@ fnjson@^1.3.0: resolved "https://registry.yarnpkg.com/fnjson/-/fnjson-1.3.0.tgz#a03f7a80cff29c82dee59ac9c77a62e82b876459" integrity sha1-oD96gM/ynILe5ZrJx3pi6CuHZFk= -follow-redirects@0.0.7: - version "0.0.7" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-0.0.7.tgz#34b90bab2a911aa347571da90f22bd36ecd8a919" - integrity sha512-RxpX808lAA4IZ2cNqzRedcsPfVuo2AJEL8mmGvGeN0KGLJWZf5fidmUkcB0DWUCrmLD+GAQ0J2WOBORw8BS/Uw== - dependencies: - debug "^2.2.0" - stream-consume "^0.1.0" - follow-redirects@^1.0.0, follow-redirects@^1.12.1, follow-redirects@^1.14.0, follow-redirects@^1.14.8: version "1.14.9" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.14.9.tgz#dd4ea157de7bfaf9ea9b3fbd85aa16951f78d8d7" integrity sha512-MQDfihBQYMcyy5dhRDJUHcw7lb2Pv/TuE6xP1vyraLukNDHKbDxDNaOE3NbCAdKQApno+GPRyo1YAp89yCjK4w== +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== + for-each@~0.3.3: version "0.3.3" resolved "https://registry.yarnpkg.com/for-each/-/for-each-0.3.3.tgz#69b447e88a0a5d32c3e7084f3f1710034b21376e" @@ -19441,6 +19440,11 @@ proxy-addr@~2.0.5: 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" @@ -21871,11 +21875,6 @@ stream-combiner2@^1.1.1: duplexer2 "~0.1.0" readable-stream "^2.0.2" -stream-consume@^0.1.0: - version "0.1.1" - resolved "https://registry.yarnpkg.com/stream-consume/-/stream-consume-0.1.1.tgz#d3bdb598c2bd0ae82b8cac7ac50b1107a7996c48" - integrity sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg== - stream-each@^1.1.0: version "1.2.3" resolved "https://registry.yarnpkg.com/stream-each/-/stream-each-1.2.3.tgz#ebe27a0c389b04fbcc233642952e10731afa9bae"