Skip to content

Commit cdc3944

Browse files
Upgrade
1 parent bc0e428 commit cdc3944

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-supabase",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "A supa simple Nuxt Module for Supabase",
55
"main": "index.js",
66
"author": "Scott Robertson",
@@ -19,6 +19,6 @@
1919
},
2020
"homepage": "https://github.com/scottrobertson/nuxt-supabase#readme",
2121
"dependencies": {
22-
"vue-supabase": "^1.0.3"
22+
"vue-supabase": "^1.0.4"
2323
}
2424
}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
dependencies:
1010
cross-fetch "^3.0.6"
1111

12-
"@supabase/postgrest-js@^0.24.4":
13-
version "0.24.5"
14-
resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-0.24.5.tgz#bfad12442bd7eef2e44d7698c08f3cd72e63f712"
15-
integrity sha512-DJWynRWLIVSnEHGWsPoLd7hjVO9MekPPWHwKUX/8uJnRS+SGj61EnvC5EIB2DkmSQSO0HJHXRt90nwvnTG/YVA==
12+
"@supabase/postgrest-js@^0.25.0":
13+
version "0.25.0"
14+
resolved "https://registry.yarnpkg.com/@supabase/postgrest-js/-/postgrest-js-0.25.0.tgz#40b2590053f498de995da7a633c647855865ee4f"
15+
integrity sha512-oYD/YruiUZxzzDkwSVQNmNqIDykZTp4jlG577qcpltAmKY6G3g2sFPES4Ig6Z4DYFgfyg7JleozjiaBu4ZcpqQ==
1616
dependencies:
1717
cross-fetch "^3.0.6"
1818

@@ -26,23 +26,23 @@
2626
websocket "^1.0.31"
2727

2828
"@supabase/supabase-js@^1.4.2":
29-
version "1.4.2"
30-
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-1.4.2.tgz#ebd6a7459b9c401def80cff9431d1cd445cccadd"
31-
integrity sha512-qczdclPR85glzKjg0ed9bnKUt0HoxFq47MTsUN5MEQ5w5uk/dpnF2MYawLR7ATgoXCokxdWWB2pdzjbBTrTpUQ==
29+
version "1.5.0"
30+
resolved "https://registry.yarnpkg.com/@supabase/supabase-js/-/supabase-js-1.5.0.tgz#66a6c745c5ecbefae92dda954a72c6781980f995"
31+
integrity sha512-YduWZPuwl1A86vBzlHUtKWTvDggqLhoDBv+tOzrjb02LUxi8/O6+gpdIdfsMGW5UNCn+W8JZsvQ4jz4l3SIAmw==
3232
dependencies:
3333
"@supabase/gotrue-js" "^1.11.2"
34-
"@supabase/postgrest-js" "^0.24.4"
34+
"@supabase/postgrest-js" "^0.25.0"
3535
"@supabase/realtime-js" "^1.0.6"
3636

3737
"@types/node@*":
38-
version "14.14.31"
39-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.31.tgz#72286bd33d137aa0d152d47ec7c1762563d34055"
40-
integrity sha512-vFHy/ezP5qI0rFgJ7aQnjDXwAMrG0KqqIH7tQG5PPv3BWBayOPIQNBjVc/P6hhdZfMx51REc6tfDNXHUio893g==
38+
version "14.14.32"
39+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.32.tgz#90c5c4a8d72bbbfe53033f122341343249183448"
40+
integrity sha512-/Ctrftx/zp4m8JOujM5ZhwzlWLx22nbQJiVqz8/zE15gOeEW+uly3FSX4fGFpcfEvFzXcMCJwq9lGVWgyARXhg==
4141

4242
"@types/websocket@^1.0.1":
43-
version "1.0.1"
44-
resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.1.tgz#039272c196c2c0e4868a0d8a1a27bbb86e9e9138"
45-
integrity sha512-f5WLMpezwVxCLm1xQe/kdPpQIOmL0TXYx2O15VYfYzc7hTIdxiOoOvez+McSIw3b7z/1zGovew9YSL7+h4h7/Q==
43+
version "1.0.2"
44+
resolved "https://registry.yarnpkg.com/@types/websocket/-/websocket-1.0.2.tgz#d2855c6a312b7da73ed16ba6781815bf30c6187a"
45+
integrity sha512-B5m9aq7cbbD/5/jThEr33nUY8WEfVi6A2YKCTOvw5Ldy7mtsOkqRvGjnzy6g7iMMDsgu7xREuCzqATLDLQVKcQ==
4646
dependencies:
4747
"@types/node" "*"
4848

@@ -187,10 +187,10 @@ utf-8-validate@^5.0.2:
187187
dependencies:
188188
node-gyp-build "^4.2.0"
189189

190-
vue-supabase@^1.0.3:
191-
version "1.0.3"
192-
resolved "https://registry.yarnpkg.com/vue-supabase/-/vue-supabase-1.0.3.tgz#8e78a1c48f66c5661c9a9785243bc19d03425911"
193-
integrity sha512-DXXEIKS140wN5tD8ozCp2Dz9xvRpDZzdOYaaWLai+gYPCVmewHu/EMtJ3OUQI8yCQi+7nzWkRxntdav5iLM5yA==
190+
vue-supabase@^1.0.4:
191+
version "1.0.4"
192+
resolved "https://registry.yarnpkg.com/vue-supabase/-/vue-supabase-1.0.4.tgz#fd5e57cd0f359134836b13d6155d20c175d34afc"
193+
integrity sha512-M3ZEMCgnc31wssdub2FK9+2AWn01eEPUUtScXeOdVmgSFKcr42ofkWqJEpdP2NxA+zlaijyHjCfourUrH7Gf+Q==
194194
dependencies:
195195
"@supabase/supabase-js" "^1.4.2"
196196

0 commit comments

Comments
 (0)