From 4d05697601d74e381d832b5e40f9575cdc93b47a Mon Sep 17 00:00:00 2001 From: Charles Bergeron Date: Wed, 21 Jun 2023 13:03:07 -0700 Subject: [PATCH] change up axios/node-fetch deps --- yarn.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yarn.lock b/yarn.lock index 2af9196..0853c48 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3617,7 +3617,7 @@ axios@^0.21.2: dependencies: follow-redirects "^1.14.0" -axios@^1.0.0, axios@^1.4.0: +axios@^1.0.0: version "1.4.0" resolved "https://registry.yarnpkg.com/axios/-/axios-1.4.0.tgz#38a7bf1224cd308de271146038b551d725f0be1f" integrity sha512-S4XCWMEmzvo64T9GfvQDOXgYRDJ/wsSZc7Jvdgx5u1sd0JwsuPLqb3SYmusag+edF6ziyMensPVqLTSc1PiSEA== @@ -8510,7 +8510,7 @@ node-fetch@^2.6.0, node-fetch@^2.6.1: dependencies: whatwg-url "^5.0.0" -node-fetch@^2.6.7: +node-fetch@^2.6.11, node-fetch@^2.6.7: version "2.6.11" resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.11.tgz#cde7fc71deef3131ef80a738919f999e6edfff25" integrity sha512-4I6pdBY1EthSqDmJkiNk3JIT8cswwR9nfeW/cPdUagJYEQG7R95WRH74wpz7ma8Gh/9dI9FP+OU+0E4FvtA55w==