From 1f6b9030ff275ed0f8cb3505c6c8ad8a71bcf4c3 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 29 Mar 2024 09:11:28 +0530 Subject: [PATCH] [web] Fix nightly build This was accidentally an ancient version of axios when importing from the older repo - update it to what the rest of the code uses (via the shared package). --- web/apps/payments/package.json | 2 +- web/yarn.lock | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/web/apps/payments/package.json b/web/apps/payments/package.json index 0e6dd6aa3..2f31e6aec 100644 --- a/web/apps/payments/package.json +++ b/web/apps/payments/package.json @@ -5,7 +5,7 @@ "dependencies": { "@/next": "*", "@stripe/stripe-js": "^1.17.0", - "axios": "^0.21.1", + "axios": "^1.6.7", "bootstrap": "4.6.0" } } diff --git a/web/yarn.lock b/web/yarn.lock index f781f1b85..02262b17e 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -1151,13 +1151,6 @@ axe-core@=4.7.0: resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.7.0.tgz#34ba5a48a8b564f67e103f0aa5768d76e15bbbbf" integrity sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ== -axios@^0.21.1: - version "0.21.4" - resolved "https://registry.yarnpkg.com/axios/-/axios-0.21.4.tgz#c67b90dc0568e5c1cf2b0b858c43ba28e2eda575" - integrity sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg== - dependencies: - follow-redirects "^1.14.0" - axios@^1.6.7: version "1.6.7" resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.7.tgz#7b48c2e27c96f9c68a2f8f31e2ab19f59b06b0a7" @@ -2054,11 +2047,6 @@ flatted@^3.2.9: resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a" integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== -follow-redirects@^1.14.0: - version "1.15.6" - resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.6.tgz#7f815c0cda4249c74ff09e95ef97c23b5fd0399b" - integrity sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA== - follow-redirects@^1.15.4: version "1.15.5" resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.5.tgz#54d4d6d062c0fa7d9d17feb008461550e3ba8020"