From 6df37ec2eddeb5fd1e494bde913ed5cab2187b03 Mon Sep 17 00:00:00 2001
From: "dependabot-preview[bot]"
<27856297+dependabot-preview[bot]@users.noreply.github.com>
Date: Fri, 15 May 2020 06:21:36 +0000
Subject: [PATCH] Bump dompurify from 2.0.8 to 2.0.11
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 2.0.8 to 2.0.11.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/2.0.8...2.0.11)
Signed-off-by: dependabot-preview[bot]
"+u(e.message+"",!0)+"";throw e}}p.options=p.setOptions=function(e){return c(p.defaults,e),m(p.defaults),p},p.getDefaults=g,p.defaults=d,p.Parser=r,p.parser=r.parse,p.Renderer=a,p.TextRenderer=i,p.Lexer=n,p.lexer=n.lex,p.InlineLexer=o,p.inlineLexer=o.output,p.Slugger=A,p.parse=p,e.exports=p},691:function(e,t,s){const{defaults:n}=s(652),{block:r}=s(667),{rtrim:a,splitCells:i,escape:o}=s(651);e.exports=class e{constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||n,this.rules=r.normal,this.options.pedantic?this.rules=r.pedantic:this.options.gfm&&(this.rules=r.gfm)}static get rules(){return r}static lex(t,s){return new e(s).lex(t)}lex(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," "),this.token(e,!0)}token(e,t){let s,n,A,c,l,u,g,m,d,p,h,f,b,v,M,x;for(e=e.replace(/^ +$/gm,"");e;)if((A=this.rules.newline.exec(e))&&(e=e.substring(A[0].length),A[0].length>1&&this.tokens.push({type:"space"})),A=this.rules.code.exec(e)){const t=this.tokens[this.tokens.length-1];e=e.substring(A[0].length),t&&"paragraph"===t.type?t.text+="\n"+A[0].trimRight():(A=A[0].replace(/^ {4}/gm,""),this.tokens.push({type:"code",codeBlockStyle:"indented",text:this.options.pedantic?A:a(A,"\n")}))}else if(A=this.rules.fences.exec(e))e=e.substring(A[0].length),this.tokens.push({type:"code",lang:A[2]?A[2].trim():A[2],text:A[3]||""});else if(A=this.rules.heading.exec(e))e=e.substring(A[0].length),this.tokens.push({type:"heading",depth:A[1].length,text:A[2]});else if((A=this.rules.nptable.exec(e))&&(u={type:"table",header:i(A[1].replace(/^ *| *\| *$/g,"")),align:A[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:A[3]?A[3].replace(/\n$/,"").split("\n"):[]},u.header.length===u.align.length)){for(e=e.substring(A[0].length),h=0;h