From 9117c7c2988355f56b016cda51be05e4b6c4b716 Mon Sep 17 00:00:00 2001 From: nicgirault Date: Mon, 7 Mar 2022 17:58:09 +0100 Subject: [PATCH] upgrade API client --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2b3e94d..9bbb07a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "i18next-localstorage-backend": "^3.1.2", "i18next-text": "^0.5.6", "mailgun.js": "^3.3.2", - "mv-api-client": "^0.0.2", + "mv-api-client": "^0.0.3", "next": "^10.2.0", "next-i18next": "^8.2.0", "plotly.js": "^2.8.3", diff --git a/yarn.lock b/yarn.lock index 98670fb..cf095b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10657,10 +10657,10 @@ mute-stream@0.0.7: resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab" integrity sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s= -mv-api-client@^0.0.2: - version "0.0.2" - resolved "https://registry.yarnpkg.com/mv-api-client/-/mv-api-client-0.0.2.tgz#cab08faafdd38eaeb40087c5a849911e500bdfdf" - integrity sha512-Qy4x2dfn/jXxr07UWvqhkz00h57ZjSjAMrLYveSZS9rs9tbtTbCqCYKgLFqfU/8GjxkAHFSitbaeS4xW/7jk7w== +mv-api-client@^0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/mv-api-client/-/mv-api-client-0.0.3.tgz#bf4a1c7af2bda5f597f8254f1240d35ea98ec609" + integrity sha512-ZRRh4gS2qiQk21k0sENNhWDKRxYmy7RJ8R1NZ42+uScrweuDUAOeZky+UL7Nd9X6WT6LrPOUu6MlmKFuv/4mHQ== dependencies: es6-promise "^4.2.4" url-parse "^1.4.3"