Upgrade unfurl, fixes crashing

This commit is contained in:
Alex Gleason 2023-05-12 16:12:35 -05:00
parent 837a3ae1dd
commit cfa7498feb
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -30,5 +30,5 @@ export { default as linkifyStr } from 'npm:linkify-string@^4.1.0';
import 'npm:linkify-plugin-hashtag@^4.1.0'; import 'npm:linkify-plugin-hashtag@^4.1.0';
// @deno-types="npm:@types/mime@3.0.0" // @deno-types="npm:@types/mime@3.0.0"
export { default as mime } from 'npm: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'; export { default as TTLCache } from 'npm:@isaacs/ttlcache@^1.4.0';