Skip to content

Commit decea35

Browse files
fix(deps): update dependency is-html to v3
1 parent 53d03bf commit decea35

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
@@ -2026,10 +2026,10 @@ html-encoding-sniffer@^1.0.2:
20262026
dependencies:
20272027
whatwg-encoding "^1.0.1"
20282028

2029-
html-tags@^3.0.0:
2030-
version "3.1.0"
2031-
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.1.0.tgz#7b5e6f7e665e9fb41f30007ed9e0d41e97fb2140"
2032-
integrity sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg==
2029+
html-tags@^3.1.0:
2030+
version "3.3.1"
2031+
resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce"
2032+
integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==
20332033

20342034
http-signature@~1.2.0:
20352035
version "1.2.0"
@@ -2301,12 +2301,12 @@ is-glob@^4.0.0, is-glob@^4.0.3:
23012301
dependencies:
23022302
is-extglob "^2.1.1"
23032303

2304-
is-html@^2.0.0:
2305-
version "2.0.0"
2306-
resolved "https://registry.yarnpkg.com/is-html/-/is-html-2.0.0.tgz#b3ab2e27ccb7a12235448f51f115a6690f435fc8"
2307-
integrity sha512-S+OpgB5i7wzIue/YSE5hg0e5ZYfG3hhpNh9KGl6ayJ38p7ED6wxQLd1TV91xHpcTvw90KMJ9EwN3F/iNflHBVg==
2304+
is-html@^3.0.0:
2305+
version "3.2.0"
2306+
resolved "https://registry.yarnpkg.com/is-html/-/is-html-3.2.0.tgz#14cfc8e52fa65ec9ae3fdae8a11c8bcf96f5dbee"
2307+
integrity sha512-JgqYwziVhMrQE9Y4i096hK3CxjSGzvgigf9e7eVbW+lirr+Pu9OGGvHRDXZTPRi0Ug1TEgMRyolKBwQvt6NCmw==
23082308
dependencies:
2309-
html-tags "^3.0.0"
2309+
html-tags "^3.1.0"
23102310

23112311
is-map@^2.0.3:
23122312
version "2.0.3"

0 commit comments

Comments
 (0)