From a445de0db1f25c97f6005190e47bd47ccbf909f0 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 25 Jun 2024 15:00:15 -0700 Subject: [PATCH] chore: upgrade deps --- package-lock.json | 28 ++++++++++++++-------------- package.json | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index c91be33e..dfdd73a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.6.0", + "version": "19.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.6.0", + "version": "19.6.1", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", @@ -20,8 +20,8 @@ "@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.6.1", - "@supabase/supabase-js": "^2.43.6", + "@cdransf/eleventy-plugin-tabler-icons": "^1.7.0", + "@supabase/supabase-js": "^2.44.0", "dotenv-flow": "^4.1.0", "html-minifier-terser": "^7.2.0", "liquidjs": "^10.14.0", @@ -269,9 +269,9 @@ "license": "MIT" }, "node_modules/@cdransf/eleventy-plugin-tabler-icons": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.6.1.tgz", - "integrity": "sha512-ZWR9W1yShXcKQD8/eai27ooPVYhAjnqtrKfkyXEMyiITE7tAQ0PU/V9tarn6X6o1UO4R5MMMJs2e/f9AeaF8lQ==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@cdransf/eleventy-plugin-tabler-icons/-/eleventy-plugin-tabler-icons-1.7.0.tgz", + "integrity": "sha512-rC0exJmeoiM6C27i7/zIC7A76tUPPeZqOcGe4/Pf/rbywdKQL7eeHMQjkC5I+y5Bn94JJ04PDc4BaHcNfZlpMA==", "dev": true, "license": "MIT" }, @@ -466,9 +466,9 @@ } }, "node_modules/@supabase/realtime-js": { - "version": "2.9.5", - "resolved": "https://registry.npmjs.org/@supabase/realtime-js/-/realtime-js-2.9.5.tgz", - "integrity": "sha512-TEHlGwNGGmKPdeMtca1lFTYCedrhTAv3nZVoSjrKQ+wkMmaERuCe57zkC5KSWFzLYkb5FVHW8Hrr+PX1DDwplQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -489,9 +489,9 @@ } }, "node_modules/@supabase/supabase-js": { - "version": "2.43.6", - "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.43.6.tgz", - "integrity": "sha512-6N9x1bDMDXUC7bE1yd5DRgMdgdbL/LYrRVywsW4Zu3sJFPo64wyA/IzmrqhJNSm7CgYysPrpXaKcmD8MsD786Q==", + "version": "2.44.0", + "resolved": "https://registry.npmjs.org/@supabase/supabase-js/-/supabase-js-2.44.0.tgz", + "integrity": "sha512-SzMvAgSVuPzx7itiYiascXAVBqTcZ9zX3ONIdhZEWKUEgWaJftfPyVvz+PMYznK77miSMuy1f4geAvPElyiS2g==", "dev": true, "license": "MIT", "dependencies": { @@ -499,7 +499,7 @@ "@supabase/functions-js": "2.4.1", "@supabase/node-fetch": "2.6.15", "@supabase/postgrest-js": "1.15.6", - "@supabase/realtime-js": "2.9.5", + "@supabase/realtime-js": "2.10.1", "@supabase/storage-js": "2.6.0" } }, diff --git a/package.json b/package.json index 8b2eb2fd..5edc382c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.6.0", + "version": "19.6.1", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { @@ -30,8 +30,8 @@ "@11ty/eleventy-fetch": "^4.0.1", "@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0", "@11tyrocks/eleventy-plugin-lightningcss": "^1.4.0", - "@cdransf/eleventy-plugin-tabler-icons": "^1.6.1", - "@supabase/supabase-js": "^2.43.6", + "@cdransf/eleventy-plugin-tabler-icons": "^1.7.0", + "@supabase/supabase-js": "^2.44.0", "dotenv-flow": "^4.1.0", "html-minifier-terser": "^7.2.0", "liquidjs": "^10.14.0",