From b3dba0f7932627b38649a5ab4527afbd225249be Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Sun, 21 Jul 2024 03:19:05 +0530 Subject: [PATCH] update pinned version of postgres.js --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 51f24cf0..190ce017 100644 --- a/deno.json +++ b/deno.json @@ -51,7 +51,7 @@ "iso-639-1": "npm:iso-639-1@2.1.15", "isomorphic-dompurify": "npm:isomorphic-dompurify@^2.11.0", "kysely": "npm:kysely@^0.27.3", - "postgres": "https://raw.githubusercontent.com/xyzshantaram/postgres.js/17469a9e5f025d112206c583a29275e93dfc1431/deno/mod.js", + "postgres": "https://raw.githubusercontent.com/xyzshantaram/postgres.js/8a9bbce88b3f6425ecaacd99a80372338b157a53/deno/mod.js", "kysely-postgres-js": "npm:kysely-postgres-js@2.0.0", "light-bolt11-decoder": "npm:light-bolt11-decoder", "linkify-plugin-hashtag": "npm:linkify-plugin-hashtag@^4.1.1",