chore: update deps

This commit is contained in:
Cory Dransfeldt 2024-02-16 11:56:11 -08:00
parent 433506b3ea
commit 8dfeb03454
No known key found for this signature in database
4 changed files with 28 additions and 180 deletions

View file

@ -1,7 +1,6 @@
import { DateTime } from 'luxon'
import markdownIt from 'markdown-it'
import { URL } from 'url'
import sanitizeHTML from 'sanitize-html'
const utmPattern = /[?&](utm_[^&=]+=[^&#]*)/gi
const BASE_URL = 'https://coryd.dev'