Update dependency dompurify to v2.0.14 (#221)
Update dependency dompurify to v2.0.14 Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/221
This commit is contained in:
parent
9bad648045
commit
e248047101
2 changed files with 5 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
"camel-case": "4.1.1",
|
"camel-case": "4.1.1",
|
||||||
"copy-to-clipboard": "3.3.1",
|
"copy-to-clipboard": "3.3.1",
|
||||||
"date-fns": "2.15.0",
|
"date-fns": "2.15.0",
|
||||||
"dompurify": "2.0.12",
|
"dompurify": "2.0.14",
|
||||||
"lodash": "4.17.20",
|
"lodash": "4.17.20",
|
||||||
"marked": "1.1.1",
|
"marked": "1.1.1",
|
||||||
"register-service-worker": "1.7.1",
|
"register-service-worker": "1.7.1",
|
||||||
|
|
|
@ -5601,10 +5601,10 @@ domhandler@^2.3.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
domelementtype "1"
|
domelementtype "1"
|
||||||
|
|
||||||
dompurify@2.0.12:
|
dompurify@2.0.14:
|
||||||
version "2.0.12"
|
version "2.0.14"
|
||||||
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.0.12.tgz#284a2b041e1c60b8e72d7b4d2fadad36141254ae"
|
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.0.14.tgz#792f72e95bc643999e7ae81baf6e9c6d9de02429"
|
||||||
integrity sha512-Fl8KseK1imyhErHypFPA8qpq9gPzlsJ/EukA6yk9o0gX23p1TzC+rh9LqNg1qvErRTc0UNMYlKxEGSfSh43NDg==
|
integrity sha512-oqcjyCLHLjWugZ6VwK0YfmRND/DFy/CuZhdasmymMfnxbzaaQxBSA1ATZIXWESGDj/nvq1vKLmRa7rTdbGgrmQ==
|
||||||
|
|
||||||
domutils@1.5.1:
|
domutils@1.5.1:
|
||||||
version "1.5.1"
|
version "1.5.1"
|
||||||
|
|
Loading…
Reference in a new issue