From b8a5d7137de9985d09fb5820b444b1f7a8a580f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20Caba=C3=A7o?= Date: Fri, 28 Jun 2024 14:34:17 +0100 Subject: [PATCH] fix: Bump up realtime-js 2.10.2 (#1235) --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b836b996..83a2c269 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@supabase/functions-js": "2.4.1", "@supabase/node-fetch": "2.6.15", "@supabase/postgrest-js": "1.15.7", - "@supabase/realtime-js": "2.10.1", + "@supabase/realtime-js": "2.10.2", "@supabase/storage-js": "2.6.0" }, "devDependencies": { @@ -1211,9 +1211,9 @@ } }, "node_modules/@supabase/realtime-js": { - "version": "2.10.1", - "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.10.1.tgz", - "integrity": "sha512-SrrXxE8xgwWvjREQMkC9LIHIoCQde+OqkFPKP2s/O0ROjhmJ/iXeLvoWhAzXh9gwire4oaK14/ncL/iRiaVWQw==", + "version": "2.10.2", + "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.10.2.tgz", + "integrity": "sha512-qyCQaNg90HmJstsvr2aJNxK2zgoKh9ZZA8oqb7UT2LCh3mj9zpa3Iwu167AuyNxsxrUE8eEJ2yH6wLCij4EApA==", "dependencies": { "@supabase/node-fetch": "^2.6.14", "@types/phoenix": "^1.5.4", diff --git a/package.json b/package.json index 1a0f579a..790f002f 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "@supabase/functions-js": "2.4.1", "@supabase/node-fetch": "2.6.15", "@supabase/postgrest-js": "1.15.7", - "@supabase/realtime-js": "2.10.1", + "@supabase/realtime-js": "2.10.2", "@supabase/storage-js": "2.6.0" }, "devDependencies": {