Skip to content

Commit 87f57c5

Browse files
fix(deps): update dependency is-html to v3
1 parent 176ae0f commit 87f57c5

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
@@ -2037,10 +2037,10 @@ html-encoding-sniffer@^1.0.2:
20372037
dependencies:
20382038
whatwg-encoding "^1.0.1"
20392039

2040-
html-tags@^3.0.0:
2041-
version "3.1.0"
2042-
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
2043-
integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
2040+
html-tags@^3.1.0:
2041+
version "3.3.1"
2042+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
2043+
integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
20442044

20452045
http-signature@~1.2.0:
20462046
version "1.2.0"
@@ -2317,12 +2317,12 @@ is-glob@^4.0.0, is-glob@^4.0.3:
23172317
dependencies:
23182318
is-extglob "^2.1.1"
23192319

2320-
is-html@^2.0.0:
2321-
version "2.0.0"
2322-
resolved "https://registry.yarnpkg.com/is-html/-/is-html-2.0.0.tgz#b3ab2e27ccb7a12235448f51f115a6690f435fc8"
2323-
integrity sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==
2320+
is-html@^3.0.0:
2321+
version "3.2.0"
2322+
resolved "https://registry.yarnpkg.com/is-html/-/is-html-3.2.0.tgz#14cfc8e52fa65ec9ae3fdae8a11c8bcf96f5dbee"
2323+
integrity sha512-JgqYwziVhMrQE9Y4i096hK3CxjSGzvgigf9e7eVbW+lirr+Pu9OGGvHRDXZTPRi0Ug1TEgMRyolKBwQvt6NCmw==
23242324
dependencies:
2325-
html-tags "^3.0.0"
2325+
html-tags "^3.1.0"
23262326

23272327
is-map@^2.0.3:
23282328
version "2.0.3"

0 commit comments

Comments
 (0)