Skip to content

Commit 7b7c0d4

Browse files
fix(deps): update dependency is-html to v3
1 parent e33c854 commit 7b7c0d4

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"async": "^3.2.0",
30-
"is-html": "^2.0.0",
30+
"is-html": "^3.0.0",
3131
"markdown-it": "^12.0.0",
3232
"node-quill-converter": "^0.3.2",
3333
"quill": "^1.3.6",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1793,10 +1793,10 @@ html-encoding-sniffer@^1.0.2:
17931793
dependencies:
17941794
whatwg-encoding "^1.0.1"
17951795

1796-
html-tags@^3.0.0:
1797-
version "3.1.0"
1798-
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
1799-
integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
1796+
html-tags@^3.1.0:
1797+
version "3.3.1"
1798+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
1799+
integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
18001800

18011801
http-signature@~1.2.0:
18021802
version "1.2.0"
@@ -2000,12 +2000,12 @@ is-glob@^4.0.0, is-glob@^4.0.3:
20002000
dependencies:
20012001
is-extglob "^2.1.1"
20022002

2003-
is-html@^2.0.0:
2004-
version "2.0.0"
2005-
resolved "https://registry.yarnpkg.com/is-html/-/is-html-2.0.0.tgz#b3ab2e27ccb7a12235448f51f115a6690f435fc8"
2006-
integrity sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==
2003+
is-html@^3.0.0:
2004+
version "3.1.0"
2005+
resolved "https://registry.yarnpkg.com/is-html/-/is-html-3.1.0.tgz#ba89d7cb4521b46d9653105b659c1467e141f0d5"
2006+
integrity sha512-eHrJ9L14RlcKIFXh+RlqVYiRPGp8YhSn5pSNibDLtouaJdDcn3R0Fyu3mWTXQeKCQiLoiR2V8sPPzoQSomukSg==
20072007
dependencies:
2008-
html-tags "^3.0.0"
2008+
html-tags "^3.1.0"
20092009

20102010
is-negative-zero@^2.0.1:
20112011
version "2.0.1"

0 commit comments

Comments
 (0)