Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bhavik-goplani/RPS-Survey
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 003fc3769cff788ed0b940884abd768658049e45
Choose a base ref
..
head repository: bhavik-goplani/RPS-Survey
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b4eaee3db79b48cb647cf3d4bb36e91b4b8def5
Choose a head ref
Showing with 33 additions and 33 deletions.
  1. +16 −16 package-lock.json
  2. +17 −17 yarn.lock
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -602,6 +602,13 @@
dependencies:
jose "^4.14.3"

"@supabase/auth-js@2.63.0":
version "2.63.0"
resolved "https://registry.yarnpkg.com/@supabase/auth-js/-/auth-js-2.63.0.tgz#41ff746a50a916208c1f2c6898deacf92c6d0b91"
integrity sha512-yIgcHnlgv24GxHtVGUhwGqAFDyJkPIC/xjx7HostN08A8yCy8HIfl4JEkTKyBqD1v1L05jNEJOUke4Lf4O1+Qg==
dependencies:
"@supabase/node-fetch" "^2.6.14"

"@supabase/auth-ui-react@^0.4.2":
version "0.4.2"
resolved "https://registry.npmjs.org/@supabase/auth-ui-react/-/auth-ui-react-0.4.2.tgz"
@@ -618,17 +625,10 @@
resolved "https://registry.npmjs.org/@supabase/auth-ui-shared/-/auth-ui-shared-0.1.6.tgz"
integrity sha512-dBlP2XR5KSSCBMgkWJMkc2UVA21V5AobKmekwIiHVvyVtzAiFqE5XWJiPV+kMlnRLzFXDeA0Z/CqdKTL/Kbs4A==

"@supabase/functions-js@2.1.5":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@supabase/functions-js/-/functions-js-2.1.5.tgz#ed1b85f499dfda21d40fe39b86ab923117cb572b"
integrity sha512-BNzC5XhCzzCaggJ8s53DP+WeHHGT/NfTsx2wUSSGKR2/ikLFQTBCDzMvGz/PxYMqRko/LwncQtKXGOYp1PkPaw==
dependencies:
"@supabase/node-fetch" "^2.6.14"

"@supabase/gotrue-js@2.62.2":
version "2.62.2"
resolved "https://registry.yarnpkg.com/@supabase/gotrue-js/-/gotrue-js-2.62.2.tgz#9f15a451559d71475c953aa0027e1248b0210196"
integrity sha512-AP6e6W9rQXFTEJ7sTTNYQrNf0LCcnt1hUW+RIgUK+Uh3jbWvcIST7wAlYyNZiMlS9+PYyymWQ+Ykz/rOYSO0+A==
"@supabase/functions-js@2.2.2":
version "2.2.2"
resolved "https://registry.yarnpkg.com/@supabase/functions-js/-/functions-js-2.2.2.tgz#53a22d9f1fc770d96c9ad8c9dba5eda339b305f5"
integrity sha512-sJGq1nludmi7pY/fdtCpyY/pYonx7MfHdN408bqb736guWcVI1AChYVbI4kUM978EuOE4Ci6l7bUudfGg07QRw==
dependencies:
"@supabase/node-fetch" "^2.6.14"

@@ -663,13 +663,13 @@
dependencies:
"@supabase/node-fetch" "^2.6.14"

"@supabase/supabase-js@^2.40.0":
version "2.40.0"
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.40.0.tgz#c272982d448e0ed7ff9e1c8247207969ec15eff3"
integrity sha512-XF8OrsA13DYBL074sHH4M0NhXJCWhQ0R5JbVeVUytZ0coPMS9krRdzxl+0c4z4LLjqbm/Wdz0UYlTYM9MgnDag==
"@supabase/supabase-js@^2.41.1":
version "2.41.1"
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-2.41.1.tgz#1984ec7607e3a47c6b9ad414bf919847a19b1806"
integrity sha512-xmECLhYugMo/6SObpsOhu5xaxVfsk+JK/d4JSh055bpESmgmN3PLpzbfqejKCpaUeeUNF21+lrJp/U9HQzT9mA==
dependencies:
"@supabase/functions-js" "2.1.5"
"@supabase/gotrue-js" "2.62.2"
"@supabase/auth-js" "2.63.0"
"@supabase/functions-js" "2.2.2"
"@supabase/node-fetch" "2.6.15"
"@supabase/postgrest-js" "1.9.2"
"@supabase/realtime-js" "2.9.3"