Skip to content

Commit 8e606fb

Browse files
fix(deps): update dependency is-html to v3
1 parent d8d999f commit 8e606fb

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

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

20332033
http-signature@~1.2.0:
20342034
version "1.2.0"
@@ -2300,12 +2300,12 @@ is-glob@^4.0.0, is-glob@^4.0.3:
23002300
dependencies:
23012301
is-extglob "^2.1.1"
23022302

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

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

0 commit comments

Comments
 (0)