From cfa7498febfc12fbbb4f9e84d92ad2ce627ad228 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 12 May 2023 16:12:35 -0500 Subject: [PATCH] Upgrade unfurl, fixes crashing --- src/deps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deps.ts b/src/deps.ts index 14a6adc..c9fc136 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -30,5 +30,5 @@ export { default as linkifyStr } from 'npm:linkify-string@^4.1.0'; import 'npm:linkify-plugin-hashtag@^4.1.0'; // @deno-types="npm:@types/mime@3.0.0" export { default as mime } from 'npm:mime@^3.0.0'; -export { unfurl } from 'npm:unfurl.js@^6.3.1'; +export { unfurl } from 'npm:unfurl.js@^6.3.2'; export { default as TTLCache } from 'npm:@isaacs/ttlcache@^1.4.0';