1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3134 from jellyfin/dependabot/npm_and_yarn/marked-4.0.0

Bump marked from 3.0.8 to 4.0.0
This commit is contained in:
Bill Thornton 2021-11-10 12:53:11 -05:00 committed by GitHub
commit 38591e458e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
import 'jquery';
import marked from 'marked';
import { marked } from 'marked';
import DOMPurify from 'dompurify';
import loading from '../../../../components/loading/loading';
import globalize from '../../../../scripts/globalize';